Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dcpu.c677 bool pstate_unmasked; in arm_excp_unmasked() local
699 pstate_unmasked = !allIntMask; in arm_excp_unmasked()
715 pstate_unmasked = (!(env->daif & PSTATE_F)) && (!allIntMask); in arm_excp_unmasked()
719 pstate_unmasked = (!(env->daif & PSTATE_I)) && (!allIntMask); in arm_excp_unmasked()
824 return unmasked || pstate_unmasked; in arm_excp_unmasked()