Searched refs:irq_stack_top (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
55 irq_stack_top = (u64)this_cpu_ptr(irq_stack_union.irq_stack) + 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 98 milliseconds