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

/linux-4.1.27/arch/x86/kernel/
H A Dirq_64.c44 u64 estack_top, estack_bottom; stack_overflow_check() local
63 estack_bottom = (u64)oist->ist[N_EXCEPTION_STACKS - 1]; stack_overflow_check()
64 if (regs->sp >= estack_top && regs->sp <= estack_bottom) stack_overflow_check()
70 estack_top, estack_bottom); stack_overflow_check()

Completed in 91 milliseconds