Searched refs:PR_PPC_GET_DEXCR (Results 1 – 5 of 5) sorted by relevance
43 ``PR_PPC_GET_DEXCR`` and ``PR_PPC_SET_DEXCR`` pair of46 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 onexec103 configuration. For example, ``PR_PPC_GET_DEXCR`` may return117 * The status returned by ``PR_PPC_GET_DEXCR`` represents what value the process166 PR_PPC_DEXCR_CTRL_EDITABLE flag with PR_PPC_GET_DEXCR).
65 return prctl(PR_PPC_GET_DEXCR, which, 0UL, 0UL, 0UL); in pr_get_dexcr()
316 #define PR_PPC_GET_DEXCR 72310 #define PR_PPC_GET_DEXCR global() macro
316 #define PR_PPC_GET_DEXCR 72 macro
2740 case PR_PPC_GET_DEXCR: in SYSCALL_DEFINE5()