Searched refs:arch_prctl_spec_ctrl_get (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nospec.h | 68 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nospec.h | 68 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which);
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | security.c | 389 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() function
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | array.c | 344 switch (arch_prctl_spec_ctrl_get(p, PR_SPEC_STORE_BYPASS)) { in task_seccomp() 369 switch (arch_prctl_spec_ctrl_get(p, PR_SPEC_INDIRECT_BRANCH)) { in task_seccomp()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | security.c | 390 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() function
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | proton-pack.c | 811 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() function
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | proton-pack.c | 795 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() function
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | array.c | 350 switch (arch_prctl_spec_ctrl_get(p, PR_SPEC_STORE_BYPASS)) { in task_seccomp()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 2277 int __weak arch_prctl_spec_ctrl_get(struct task_struct *t, unsigned long which) in arch_prctl_spec_ctrl_get() function 2559 error = arch_prctl_spec_ctrl_get(me, arg2); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 2294 int __weak arch_prctl_spec_ctrl_get(struct task_struct *t, unsigned long which) in arch_prctl_spec_ctrl_get() function 2643 error = arch_prctl_spec_ctrl_get(me, arg2); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | bugs.c | 2175 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() function
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | bugs.c | 2269 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() function
|
Completed in 21 milliseconds