Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390_flic.h123 QEMUS390FlicIO *qemu_s390_flic_dequeue_io(QEMUS390FLICState *flic,
/openbmc/qemu/hw/intc/
H A Ds390_flic.c236 QEMUS390FlicIO *qemu_s390_flic_dequeue_io(QEMUS390FLICState *flic, uint64_t cr6) in qemu_s390_flic_dequeue_io() function
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c391 io = qemu_s390_flic_dequeue_io(flic, env->cregs[6]); in do_io_interrupt()
H A Dmisc_helper.c536 io = qemu_s390_flic_dequeue_io(flic, env->cregs[6]); in HELPER()