Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dstacktrace.h42 bool get_stack_guard_info(unsigned long *stack, struct stack_info *info) in get_stack_guard_info() function
/linux-5.19.10/arch/x86/kernel/
Dtraps.c538 if (get_stack_guard_info((void *)address, &info)) in DEFINE_IDTENTRY_DF()
/linux-5.19.10/arch/x86/mm/
Dfault.c656 get_stack_guard_info((void *)address, &info)) { in page_fault_oops()