Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390_flic.h127 bool qemu_s390_flic_has_io(QEMUS390FLICState *fs, uint64_t cr6);
/openbmc/qemu/target/s390x/
H A Dinterrupt.c212 return qemu_s390_flic_has_io(flic, env->cregs[6]); in s390_cpu_has_io_int()
/openbmc/qemu/hw/intc/
H A Ds390_flic.c319 bool qemu_s390_flic_has_io(QEMUS390FLICState *flic, uint64_t cr6) in qemu_s390_flic_has_io() function