Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dinterrupt.c161 bool s390_cpu_has_ext_int(S390CPU *cpu) in s390_cpu_has_ext_int() function
237 s390_cpu_has_ext_int(cpu) || in s390_cpu_has_int()
H A Ds390x-internal.h349 bool s390_cpu_has_ext_int(S390CPU *cpu);
/qemu/target/s390x/tcg/
H A Dexcp_helper.c510 if (cs->exception_index == -1 && s390_cpu_has_ext_int(cpu)) { in s390_cpu_do_interrupt()