Searched refs:estack_top (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
62 estack_top = (u64)oist->ist[0] - EXCEPTION_STKSZ + STACK_TOP_MARGIN; 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 163 milliseconds