Home
last modified time | relevance | path

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

/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dcpu.c448 bool pstate_unmasked; in arm_excp_unmasked() local
462 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
466 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
555 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dcpu.h2403 bool pstate_unmasked; in arm_excp_unmasked() local
2416 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
2420 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
2502 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dcpu.c469 bool pstate_unmasked; in arm_excp_unmasked() local
483 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
487 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
576 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dcpu.c469 bool pstate_unmasked; in arm_excp_unmasked() local
483 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
487 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
576 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dcpu.h2674 bool pstate_unmasked; in arm_excp_unmasked() local
2690 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
2694 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
2776 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dcpu.c428 bool pstate_unmasked; in arm_excp_unmasked() local
442 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
446 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
535 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dcpu.h2674 bool pstate_unmasked; in arm_excp_unmasked() local
2690 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
2694 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
2776 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dcpu.c414 bool pstate_unmasked; in arm_excp_unmasked() local
428 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
432 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
521 return unmasked || pstate_unmasked; in arm_excp_unmasked()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dcpu.c414 bool pstate_unmasked; in arm_excp_unmasked() local
428 pstate_unmasked = !(env->daif & PSTATE_F); in arm_excp_unmasked()
432 pstate_unmasked = !(env->daif & PSTATE_I); in arm_excp_unmasked()
521 return unmasked || pstate_unmasked; in arm_excp_unmasked()