Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dirq_64.c39 u64 curbase = (u64)task_stack_page(current); in stack_overflow_check() local
44 if (regs->sp >= curbase + sizeof(struct thread_info) + in stack_overflow_check()
46 regs->sp <= curbase + THREAD_SIZE) in stack_overflow_check()
62 current->comm, curbase, regs->sp, in stack_overflow_check()