Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Darray.c351 case PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE: in task_seccomp()
354 case PR_SPEC_PRCTL | PR_SPEC_DISABLE: in task_seccomp()
357 case PR_SPEC_PRCTL | PR_SPEC_ENABLE: in task_seccomp()
376 case PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE: in task_seccomp()
379 case PR_SPEC_PRCTL | PR_SPEC_DISABLE: in task_seccomp()
382 case PR_SPEC_PRCTL | PR_SPEC_ENABLE: in task_seccomp()
/linux-6.15/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
/linux-6.15/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()
/linux-6.15/arch/x86/kernel/cpu/
H A Dbugs.c2443 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in l1d_flush_prctl_get()
2445 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in l1d_flush_prctl_get()
2460 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ssb_prctl_get()
2462 return PR_SPEC_PRCTL | PR_SPEC_DISABLE_NOEXEC; in ssb_prctl_get()
2464 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ssb_prctl_get()
2465 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ssb_prctl_get()
2480 return PR_SPEC_PRCTL | PR_SPEC_FORCE_DISABLE; in ib_prctl_get()
2482 return PR_SPEC_PRCTL | PR_SPEC_DISABLE; in ib_prctl_get()
2483 return PR_SPEC_PRCTL | PR_SPEC_ENABLE; in ib_prctl_get()
/linux-6.15/tools/include/uapi/linux/
H A Dprctl.h219 # define PR_SPEC_PRCTL (1UL << 0) macro
/linux-6.15/include/uapi/linux/
H A Dprctl.h219 # define PR_SPEC_PRCTL (1UL << 0) macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h219 # define PR_SPEC_PRCTL (1UL << 0) macro