Searched refs:is_debug_stack (Results 1 - 3 of 3) sorted by relevance

/arch/x86/include/asm/
H A Ddebugreg.h181 int is_debug_stack(unsigned long addr);
185 static inline int is_debug_stack(unsigned long addr) { return 0; } function
/arch/x86/kernel/
H A Dnmi.c492 if (unlikely(is_debug_stack(regs->sp))) {
/arch/x86/kernel/cpu/
H A Dcommon.c1097 int is_debug_stack(unsigned long addr) function

Completed in 922 milliseconds