Home
last modified time | relevance | path

Searched refs:qemu_s390_flic_has_any (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Ds390_flic.h129 bool qemu_s390_flic_has_any(QEMUS390FLICState *flic);
/openbmc/qemu/hw/intc/
H A Ds390_flic.c331 bool qemu_s390_flic_has_any(QEMUS390FLICState *flic) in qemu_s390_flic_has_any() function
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c559 if (!env->pending_int && !qemu_s390_flic_has_any(flic)) { in s390_cpu_do_interrupt()