Home
last modified time | relevance | path

Searched refs:inttype (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/intc/
H A Darm_gicv3_its.c57 int inttype; member
228 itel = FIELD_DP64(itel, ITE_L, INTTYPE, ite->inttype); in update_ite()
271 ite->inttype = FIELD_EX64(itel, ITE_L, INTTYPE); in get_ite()
529 switch (ite.inttype) { in do_process_its_cmd()
538 __func__, ite.inttype); in do_process_its_cmd()
641 ite.inttype = ITE_INTTYPE_PHYSICAL; in process_mapti()
720 ite.inttype = ITE_INTTYPE_VIRTUAL; in process_vmapti()
905 if (old_ite.inttype != ITE_INTTYPE_PHYSICAL) { in process_movi()
1116 if (ite.inttype != ITE_INTTYPE_VIRTUAL) { in process_vmovi()
1205 switch (ite.inttype) { in process_inv()
[all …]
H A Dtrace-events206inttype, uint32_t intid, uint32_t icid, uint32_t vpeid, uint32_t doorbell) "GICv3 ITS: Interrupt T…
208inttype, uint32_t intid, uint32_t icid, uint32_t vpeid, uint32_t doorbell) "GICv3 ITS: Interrupt T…
/qemu/hw/xtensa/
H A Dpic_cpu.c77 } else if (env->config->interrupt[irq].inttype == INTTYPE_LEVEL) { in xtensa_set_irq()
/qemu/target/xtensa/
H A Doverlay_tool.h248 .inttype = XCHAL_INT ## i ## _TYPE, \
H A Dcpu.h446 interrupt_type inttype; member