Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dspec_ctrl.rst40 3 PR_SPEC_FORCE_DISABLE Same as PR_SPEC_DISABLE, but cannot be undone. A
60 PR_SPEC_FORCE_DISABLE.
81 PR_SPEC_DISABLE nor PR_SPEC_FORCE_DISABLE.
86 EPERM Speculation was disabled with PR_SPEC_FORCE_DISABLE and caller
98 * prctl(PR_SET_SPECULATION_CTRL, PR_SPEC_STORE_BYPASS, PR_SPEC_FORCE_DISABLE, 0, 0);
108 * prctl(PR_SET_SPECULATION_CTRL, PR_SPEC_INDIRECT_BRANCH, PR_SPEC_FORCE_DISABLE, 0, 0);
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1825 case PR_SPEC_FORCE_DISABLE: in ssb_prctl_set()
1883 case PR_SPEC_FORCE_DISABLE: in ib_prctl_set()
1896 if (ctrl == PR_SPEC_FORCE_DISABLE) in ib_prctl_set()
1923 ssb_prctl_set(task, PR_SPEC_FORCE_DISABLE); in arch_seccomp_spec_mitigate()
1926 ib_prctl_set(task, PR_SPEC_FORCE_DISABLE); in arch_seccomp_spec_mitigate()
1938 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ssb_prctl_get()
1961 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; 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.h221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) 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.h221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) 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.patch52 # define PR_SPEC_FORCE_DISABLE (1UL << 3)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dproton-pack.c721 case PR_SPEC_FORCE_DISABLE: in ssbd_prctl_set()
796 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ssbd_prctl_get()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c357 case PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE: in task_seccomp()