Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpu.c686 bool pstate_unmasked; in arm_excp_unmasked() local
708 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()