Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dinterrupt.c215 bool s390_cpu_has_restart_int(S390CPU *cpu) in s390_cpu_has_restart_int() function
239 s390_cpu_has_restart_int(cpu) || in s390_cpu_has_int()
H A Ds390x-internal.h352 bool s390_cpu_has_restart_int(S390CPU *cpu);
/qemu/target/s390x/tcg/
H A Dexcp_helper.c518 if (cs->exception_index == -1 && s390_cpu_has_restart_int(cpu)) { in s390_cpu_do_interrupt()