Searched refs:PR_SPEC_FORCE_DISABLE (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | spec_ctrl.rst | 40 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 D | bugs.c | 1825 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 D | prctl.h | 221 # 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 D | prctl.h | 221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | prctl.h | 221 # define PR_SPEC_FORCE_DISABLE (1UL << 3) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | prctl.h | 221 # 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 D | 0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch | 52 # define PR_SPEC_FORCE_DISABLE (1UL << 3)
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | proton-pack.c | 721 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 D | array.c | 357 case PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE: in task_seccomp()
|