Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dirq_64.c37 u64 irq_stack_top, irq_stack_bottom; in stack_overflow_check() local
49 irq_stack_top = (u64)this_cpu_ptr(irq_stack_union.irq_stack) + in stack_overflow_check()
52 if (regs->sp >= irq_stack_top && regs->sp <= irq_stack_bottom) in stack_overflow_check()
63 irq_stack_top, irq_stack_bottom, in stack_overflow_check()