Searched refs:arch_prctl_spec_ctrl_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | nospec.h | 69 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which,
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | process.c | 654 arch_prctl_spec_ctrl_set(current, PR_SPEC_STORE_BYPASS, in arch_setup_new_exec()
|
A D | proton-pack.c | 751 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() function
|
/linux-6.3-rc2/kernel/ |
A D | sys.c | 2281 int __weak arch_prctl_spec_ctrl_set(struct task_struct *t, unsigned long which, in arch_prctl_spec_ctrl_set() function 2596 error = arch_prctl_spec_ctrl_set(me, arg2, arg3); in SYSCALL_DEFINE5()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | bugs.c | 2017 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() function
|
Completed in 14 milliseconds