Home
last modified time | relevance | path

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

/linux/Documentation/arch/powerpc/
H A Ddexcr.rst43 ``PR_PPC_GET_DEXCR`` and ``PR_PPC_SET_DEXCR`` pair of
46 prctl(PR_PPC_GET_DEXCR, unsigned long which, 0, 0, 0);
102 * ctrl is a bitmask. ``PR_PPC_GET_DEXCR`` returns both the current and onexec
103 configuration. For example, ``PR_PPC_GET_DEXCR`` may return
117 * The status returned by ``PR_PPC_GET_DEXCR`` represents what value the process
166 PR_PPC_DEXCR_CTRL_EDITABLE flag with PR_PPC_GET_DEXCR).
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c65 return prctl(PR_PPC_GET_DEXCR, which, 0UL, 0UL, 0UL); in pr_get_dexcr()
/linux/include/uapi/linux/
H A Dprctl.h316 #define PR_PPC_GET_DEXCR 72
310 #define PR_PPC_GET_DEXCR global() macro
/linux/tools/include/uapi/linux/
H A Dprctl.h316 #define PR_PPC_GET_DEXCR 72 macro
/linux/kernel/
H A Dsys.c2740 case PR_PPC_GET_DEXCR: in SYSCALL_DEFINE5()