Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dshstk.h25 bool shstk_is_enabled(void);
39 static inline bool shstk_is_enabled(void) { return false; } in shstk_is_enabled() function
/linux/arch/x86/kernel/
H A Dshstk.c633 bool shstk_is_enabled(void) in shstk_is_enabled() function
H A Duprobes.c410 if (regs->sp != sp || shstk_is_enabled()) in SYSCALL_DEFINE0()