Home
last modified time | relevance | path

Searched refs:PR_SPEC_ENABLE (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dspec_ctrl.rst36 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);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dprctl.h219 # define PR_SPEC_ENABLE (1UL << 1) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dprctl.h219 # define PR_SPEC_ENABLE (1UL << 1) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1812 case PR_SPEC_ENABLE: in ssb_prctl_set()
1855 case PR_SPEC_ENABLE: in ib_prctl_set()
1943 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssb_prctl_get()
1946 return PR_SPEC_ENABLE; in ssb_prctl_get()
1958 return PR_SPEC_ENABLE; in ib_prctl_get()
1964 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ib_prctl_get()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dproton-pack.c703 case PR_SPEC_ENABLE: in ssbd_prctl_set()
791 return PR_SPEC_ENABLE; in ssbd_prctl_get()
804 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssbd_prctl_get()
H A Dprocess.c743 PR_SPEC_ENABLE); in arch_setup_new_exec()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h219 # define PR_SPEC_ENABLE (1UL << 1) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h219 # define PR_SPEC_ENABLE (1UL << 1) macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsecurity.c384 return PR_SPEC_ENABLE; in ssb_prctl_get()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c363 case PR_SPEC_PRCTL | PR_SPEC_ENABLE: in task_seccomp()