Home
last modified time | relevance | path

Searched refs:qemu_s390_flic_has_service (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/s390x/
H A Ds390_flic.h125 bool qemu_s390_flic_has_service(QEMUS390FLICState *flic);
/qemu/target/s390x/
H A Dinterrupt.c195 if (qemu_s390_flic_has_service(flic) && in s390_cpu_has_ext_int()
/qemu/hw/intc/
H A Ds390_flic.c313 bool qemu_s390_flic_has_service(QEMUS390FLICState *flic) in qemu_s390_flic_has_service() function
/qemu/target/s390x/tcg/
H A Dexcp_helper.c361 } else if (qemu_s390_flic_has_service(flic) && in do_ext_interrupt()