Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dshstk.h17 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2);
26 static inline long shstk_prctl(struct task_struct *task, int option, in shstk_prctl() function
/openbmc/linux/arch/x86/kernel/
H A Dshstk.c535 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2) in shstk_prctl() function
H A Dprocess_64.c927 return shstk_prctl(task, option, arg2); in do_arch_prctl_64()