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

/linux-4.1.27/arch/x86/kernel/
H A Dirq_64.c45 u64 curbase = (u64)task_stack_page(current); stack_overflow_check() local
50 if (regs->sp >= curbase + sizeof(struct thread_info) + stack_overflow_check()
52 regs->sp <= curbase + THREAD_SIZE) stack_overflow_check()
68 current->comm, curbase, regs->sp, stack_overflow_check()

Completed in 113 milliseconds