Searched refs:pstate_unmasked (Results 1 – 1 of 1) sorted by relevance
677 bool pstate_unmasked; in arm_excp_unmasked() local699 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()