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

/linux-4.1.27/arch/x86/kernel/
H A Dirq_64.c43 u64 irq_stack_top, irq_stack_bottom; stack_overflow_check() local
57 irq_stack_bottom = (u64)__this_cpu_read(irq_stack_ptr); stack_overflow_check()
58 if (regs->sp >= irq_stack_top && regs->sp <= irq_stack_bottom) stack_overflow_check()
69 irq_stack_top, irq_stack_bottom, stack_overflow_check()

Completed in 101 milliseconds