Symbol: PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC
arch/powerpc/kernel/dexcr.c
105
ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC &&
arch/powerpc/kernel/dexcr.c
118
else if (ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC)
arch/powerpc/kernel/dexcr.c
73
ret |= PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC;
arch/powerpc/kernel/dexcr.c
97
if (ctrl & PR_PPC_DEXCR_CTRL_SET_ONEXEC && ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC)
tools/testing/selftests/powerpc/dexcr/chdexcr.c
71
ctrl |= PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC;
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
100
err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC);
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
105
FAIL_IF_MSG(!(ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC), "config value not PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
110
err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_SET | PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC);
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
115
FAIL_IF_MSG(!(ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC), "config value not PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
146
err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_SET | PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC);
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
157
FAIL_IF_EXIT_MSG(!(ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC),
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
34
FAIL_IF_EXIT_MSG(!(ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC),
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
66
err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_SET_ONEXEC | PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC);
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
96
FAIL_IF_MSG(ctrl & PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC, "config value unexpected clear on exec flag");