Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dstacktrace.h42 bool get_stack_guard_info(unsigned long *stack, struct stack_info *info) in get_stack_guard_info() function
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c460 if (get_stack_guard_info((void *)address, &info)) in DEFINE_IDTENTRY_DF()
/openbmc/linux/arch/x86/mm/
H A Dfault.c657 get_stack_guard_info((void *)address, &info)) { in page_fault_oops()