Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dshstk.h26 int shstk_pop(u64 *val);
40 static inline int shstk_pop(u64 *val) { return -ENOTSUPP; } in shstk_pop() function
/linux/arch/x86/kernel/
H A Dshstk.c249 int shstk_pop(u64 *val) in shstk_pop() function
H A Duprobes.c835 err = shstk_pop((u64 *)&sret); in SYSCALL_DEFINE0()