Home
last modified time | relevance | path

Searched refs:PR_SPEC_PRCTL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dproton-pack.c796 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ssbd_prctl_get()
799 return PR_SPEC_PRCTL | PR_SPEC_DISABLE_NOEXEC; in ssbd_prctl_get()
802 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ssbd_prctl_get()
804 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssbd_prctl_get()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dspec_ctrl.rst34 0 PR_SPEC_PRCTL Mitigation can be controlled per task by
48 If PR_SPEC_PRCTL is set, then the per-task control of the mitigation is
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1938 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ssb_prctl_get()
1940 return PR_SPEC_PRCTL | PR_SPEC_DISABLE_NOEXEC; in ssb_prctl_get()
1942 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ssb_prctl_get()
1943 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssb_prctl_get()
1961 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ib_prctl_get()
1963 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ib_prctl_get()
1964 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ib_prctl_get()
/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.h218 # define PR_SPEC_PRCTL (1UL << 0) 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.h218 # define PR_SPEC_PRCTL (1UL << 0) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h218 # define PR_SPEC_PRCTL (1UL << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h218 # define PR_SPEC_PRCTL (1UL << 0) macro
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c357 case PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE: in task_seccomp()
360 case PR_SPEC_PRCTL | PR_SPEC_DISABLE: in task_seccomp()
363 case PR_SPEC_PRCTL | PR_SPEC_ENABLE: in task_seccomp()