Home
last modified time | relevance | path

Searched refs:in_entry_stack (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dstacktrace.h34 bool in_entry_stack(unsigned long *stack, struct stack_info *info);
/openbmc/linux/arch/x86/kernel/
H A Ddumpstack_32.c122 if (in_entry_stack(stack, info)) in get_stack_info()
H A Ddumpstack_64.c185 if (in_entry_stack(stack, info)) in get_stack_info_noinstr()
H A Ddumpstack.c50 bool noinstr in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack() function