Searched refs:pstate_unmasked (Results 1 – 1 of 1) sorted by relevance
686 bool pstate_unmasked; in arm_excp_unmasked() local708 pstate_unmasked = !allIntMask; in arm_excp_unmasked()724 pstate_unmasked = (!(env->daif & PSTATE_F)) && (!allIntMask); in arm_excp_unmasked()728 pstate_unmasked = (!(env->daif & PSTATE_I)) && (!allIntMask); in arm_excp_unmasked()833 return unmasked || pstate_unmasked; in arm_excp_unmasked()