Home
last modified time | relevance | path

Searched refs:shstk_prctl (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/x86/include/asm/
Dshstk.h17 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2);
25 static inline long shstk_prctl(struct task_struct *task, int option, in shstk_prctl() function
/Linux-v6.6/arch/x86/kernel/
Dshstk.c535 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2) in shstk_prctl() function
Dprocess_64.c904 return shstk_prctl(task, option, arg2); in do_arch_prctl_64()