Searched refs:SPRN_DEXCR_RO (Results 1 – 4 of 4) sorted by relevance
18 unsigned long dexcr = mfspr(SPRN_DEXCR_RO); in dexcr_prctl_onexec_test_child()78 FAIL_IF_MSG(!(aspect & mfspr(SPRN_DEXCR_RO)), "setting aspect did not take effect"); in dexcr_prctl_aspect_test()87 FAIL_IF_MSG(aspect & mfspr(SPRN_DEXCR_RO), "clearing aspect did not take effect"); in dexcr_prctl_aspect_test()97 …FAIL_IF_MSG(aspect & mfspr(SPRN_DEXCR_RO), "scheduling aspect to set on exec should not change it … in dexcr_prctl_aspect_test()107 FAIL_IF_MSG(aspect & mfspr(SPRN_DEXCR_RO), "process aspect should still be cleared"); in dexcr_prctl_aspect_test()116 FAIL_IF_MSG(!(aspect & mfspr(SPRN_DEXCR_RO)), "process aspect should be set"); in dexcr_prctl_aspect_test()124 FAIL_IF_MSG(aspect & mfspr(SPRN_DEXCR_RO), "process aspect should be clear"); in dexcr_prctl_aspect_test()138 FAIL_IF_EXIT_MSG(mfspr(SPRN_DEXCR_RO) & aspect, in dexcr_prctl_aspect_test()160 FAIL_IF_EXIT_MSG(!(mfspr(SPRN_DEXCR_RO) & aspect), in dexcr_prctl_aspect_test()
39 mfspr(SPRN_DEXCR_RO); in dexcr_exists()112 return mfspr(SPRN_DEXCR_RO); in get_dexcr()116 return mfspr(SPRN_DEXCR_RO) | mfspr(SPRN_HDEXCR_RO); in get_dexcr()
52 #define SPRN_DEXCR_RO 812 /* Userspace readonly view of SPRN_DEXCR (828) */ macro
384 #define SPRN_DEXCR_RO 0x32C /* DEXCR (non-privileged, readonly) */ macro
Completed in 15 milliseconds