Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dinterrupt.c143 bool s390_cpu_has_mcck_int(S390CPU *cpu) in s390_cpu_has_mcck_int() function
236 return s390_cpu_has_mcck_int(cpu) || in s390_cpu_has_int()
H A Ds390x-internal.h350 bool s390_cpu_has_mcck_int(S390CPU *cpu);
/qemu/target/s390x/tcg/
H A Dexcp_helper.c506 if (cs->exception_index == -1 && s390_cpu_has_mcck_int(cpu)) { in s390_cpu_do_interrupt()