Lines Matching full:clear
30 } else if (!strcmp(status, "clear")) { in dexcr_prctl_onexec_test_child()
63 FAIL_IF_MSG(err != -1, "simultaneous set and clear should be rejected"); in dexcr_prctl_aspect_test()
64 FAIL_IF_MSG(errno_save != EINVAL, "simultaneous set and clear should be rejected with EINVAL"); in dexcr_prctl_aspect_test()
68 FAIL_IF_MSG(err != -1, "simultaneous set and clear on exec should be rejected"); in dexcr_prctl_aspect_test()
69 …FAIL_IF_MSG(errno_save != EINVAL, "simultaneous set and clear on exec should be rejected with EINV… in dexcr_prctl_aspect_test()
77 FAIL_IF_MSG(ctrl & PR_PPC_DEXCR_CTRL_CLEAR, "config value unexpected clear flag"); in dexcr_prctl_aspect_test()
80 /* We clear the aspect */ in dexcr_prctl_aspect_test()
96 FAIL_IF_MSG(ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC, "config value unexpected clear on exec flag"); in dexcr_prctl_aspect_test()
99 /* We make it clear on exec (doesn't change our current value) */ in dexcr_prctl_aspect_test()
124 FAIL_IF_MSG(aspect & mfspr(SPRN_DEXCR_RO), "process aspect should be clear"); in dexcr_prctl_aspect_test()
152 char *args[] = { "dexcr_prctl_onexec_test_child", which_str, "clear", NULL }; in dexcr_prctl_aspect_test()