Searched refs:shstk_pop (Results 1 – 3 of 3) sorted by relevance
26 int shstk_pop(u64 *val);40 static inline int shstk_pop(u64 *val) { return -ENOTSUPP; } in shstk_pop() function
249 int shstk_pop(u64 *val) in shstk_pop() function
835 err = shstk_pop((u64 *)&sret); in SYSCALL_DEFINE0()