Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Ds390_flic.c37 QEMUS390FLICState *s390_get_qemu_flic(S390FLICState *fs) in s390_get_qemu_flic() function
105 QEMUS390FLICState *flic = s390_get_qemu_flic(fs); in qemu_s390_clear_io_flic()
139 QEMUS390FLICState *flic = s390_get_qemu_flic(fs); in qemu_s390_modify_ais_mode()
160 QEMUS390FLICState *flic = s390_get_qemu_flic(fs); in qemu_s390_inject_airq()
272 QEMUS390FLICState *flic = s390_get_qemu_flic(fs); in qemu_s390_inject_service()
287 QEMUS390FLICState *flic = s390_get_qemu_flic(fs); in qemu_s390_inject_io()
305 QEMUS390FLICState *flic = s390_get_qemu_flic(fs); in qemu_s390_inject_crw_mchk()
/qemu/target/s390x/
H A Dinterrupt.c145 QEMUS390FLICState *flic = s390_get_qemu_flic(s390_get_flic()); in s390_cpu_has_mcck_int()
163 QEMUS390FLICState *flic = s390_get_qemu_flic(s390_get_flic()); in s390_cpu_has_ext_int()
205 QEMUS390FLICState *flic = s390_get_qemu_flic(s390_get_flic()); in s390_cpu_has_io_int()
/qemu/include/hw/s390x/
H A Ds390_flic.h133 QEMUS390FLICState *s390_get_qemu_flic(S390FLICState *fs);
/qemu/target/s390x/tcg/
H A Dmisc_helper.c527 QEMUS390FLICState *flic = s390_get_qemu_flic(s390_get_flic()); in HELPER()