Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dinterrupt.c222 bool s390_cpu_has_stop_int(S390CPU *cpu) in s390_cpu_has_stop_int() function
240 s390_cpu_has_stop_int(cpu); in s390_cpu_has_int()
H A Ds390x-internal.h353 bool s390_cpu_has_stop_int(S390CPU *cpu);
/qemu/target/s390x/tcg/
H A Dexcp_helper.c522 if (cs->exception_index == -1 && s390_cpu_has_stop_int(cpu)) { in s390_cpu_do_interrupt()