Searched refs:PR_SPEC_ENABLE (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/Documentation/userspace-api/ |
| D | spec_ctrl.rst | 36 1 PR_SPEC_ENABLE The speculation feature is enabled, mitigation is 41 subsequent prctl(..., PR_SPEC_ENABLE) will fail. 59 in the control value, i.e. either PR_SPEC_ENABLE or PR_SPEC_DISABLE or 80 ERANGE arg3 is incorrect, i.e. it's neither PR_SPEC_ENABLE nor 96 * prctl(PR_SET_SPECULATION_CTRL, PR_SPEC_STORE_BYPASS, PR_SPEC_ENABLE, 0, 0); 106 * prctl(PR_SET_SPECULATION_CTRL, PR_SPEC_INDIRECT_BRANCH, PR_SPEC_ENABLE, 0, 0);
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | proton-pack.c | 677 case PR_SPEC_ENABLE: in ssbd_prctl_set() 765 return PR_SPEC_ENABLE; in ssbd_prctl_get() 778 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssbd_prctl_get()
|
| D | process.c | 628 PR_SPEC_ENABLE); in arch_setup_new_exec()
|
| /Linux-v5.10/arch/x86/kernel/cpu/ |
| D | bugs.c | 1225 case PR_SPEC_ENABLE: in ssb_prctl_set() 1268 case PR_SPEC_ENABLE: in ib_prctl_set() 1356 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssb_prctl_get() 1359 return PR_SPEC_ENABLE; in ssb_prctl_get() 1371 return PR_SPEC_ENABLE; in ib_prctl_get() 1377 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ib_prctl_get()
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | prctl.h | 219 # define PR_SPEC_ENABLE (1UL << 1) macro
|
| /Linux-v5.10/include/uapi/linux/ |
| D | prctl.h | 219 # define PR_SPEC_ENABLE (1UL << 1) macro
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | security.c | 379 return PR_SPEC_ENABLE; in ssb_prctl_get()
|
| /Linux-v5.10/fs/proc/ |
| D | array.c | 361 case PR_SPEC_PRCTL | PR_SPEC_ENABLE: in task_seccomp()
|