Home
last modified time | relevance | path

Searched refs:PR_SPEC_DISABLE (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dspec_ctrl.rst38 2 PR_SPEC_DISABLE The speculation feature is disabled, mitigation is
40 3 PR_SPEC_FORCE_DISABLE Same as PR_SPEC_DISABLE, but cannot be undone. A
42 4 PR_SPEC_DISABLE_NOEXEC Same as PR_SPEC_DISABLE, but the state will be
59 in the control value, i.e. either PR_SPEC_ENABLE or PR_SPEC_DISABLE or
81 PR_SPEC_DISABLE nor PR_SPEC_FORCE_DISABLE.
97 * prctl(PR_SET_SPECULATION_CTRL, PR_SPEC_STORE_BYPASS, PR_SPEC_DISABLE, 0, 0);
107 * prctl(PR_SET_SPECULATION_CTRL, PR_SPEC_INDIRECT_BRANCH, PR_SPEC_DISABLE, 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.h220 # define PR_SPEC_DISABLE (1UL << 2) 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.h220 # define PR_SPEC_DISABLE (1UL << 2) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1820 case PR_SPEC_DISABLE: in ssb_prctl_set()
1882 case PR_SPEC_DISABLE: in ib_prctl_set()
1934 return PR_SPEC_DISABLE; in ssb_prctl_get()
1942 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ssb_prctl_get()
1963 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ib_prctl_get()
1968 return PR_SPEC_DISABLE; in ib_prctl_get()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h220 # define PR_SPEC_DISABLE (1UL << 2) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h220 # define PR_SPEC_DISABLE (1UL << 2) macro
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch51 # define PR_SPEC_DISABLE (1UL << 2)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dproton-pack.c732 case PR_SPEC_DISABLE: in ssbd_prctl_set()
802 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ssbd_prctl_get()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c360 case PR_SPEC_PRCTL | PR_SPEC_DISABLE: in task_seccomp()
366 case PR_SPEC_DISABLE: in task_seccomp()