Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dirq_64.c39 u64 estack_top, estack_bottom; in stack_overflow_check() local
57 estack_bottom = (u64)oist->ist[N_EXCEPTION_STACKS - 1]; in stack_overflow_check()
58 if (regs->sp >= estack_top && regs->sp <= estack_bottom) in stack_overflow_check()
64 estack_top, estack_bottom, (void *)regs->ip); in stack_overflow_check()