Searched refs:PR_SPEC_PRCTL (Results 1 – 7 of 7) sorted by relevance
351 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()
34 0 PR_SPEC_PRCTL Mitigation can be controlled per task by48 If PR_SPEC_PRCTL is set, then the per-task control of the mitigation is
796 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()
2443 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()
219 # define PR_SPEC_PRCTL (1UL << 0) macro