Searched refs:qemu_interrupt_props (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_gicv2.c | 11 static const interrupt_prop_t qemu_interrupt_props[] = { variable 19 .interrupt_props = qemu_interrupt_props, 20 .interrupt_props_num = ARRAY_SIZE(qemu_interrupt_props),
|
D | qemu_gicv3.c | 12 static const interrupt_prop_t qemu_interrupt_props[] = { variable 27 .interrupt_props = qemu_interrupt_props, 28 .interrupt_props_num = ARRAY_SIZE(qemu_interrupt_props),
|
/aosp_15_r20/external/arm-trusted-firmware/plat/qemu/common/ |
H A D | qemu_gicv2.c | 11 static const interrupt_prop_t qemu_interrupt_props[] = { variable 19 .interrupt_props = qemu_interrupt_props, 20 .interrupt_props_num = ARRAY_SIZE(qemu_interrupt_props),
|
H A D | qemu_gicv3.c | 12 static const interrupt_prop_t qemu_interrupt_props[] = { variable 27 .interrupt_props = qemu_interrupt_props, 28 .interrupt_props_num = ARRAY_SIZE(qemu_interrupt_props),
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/qemu/qemu_sbsa/ |
D | sbsa_gic.c | 10 static const interrupt_prop_t qemu_interrupt_props[] = { variable 26 .interrupt_props = qemu_interrupt_props, 27 .interrupt_props_num = ARRAY_SIZE(qemu_interrupt_props),
|