Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dirq_64.c48 u64 curbase = (u64)task_stack_page(current); in stack_overflow_check() local
53 if (regs->sp >= curbase + sizeof(struct thread_info) + in stack_overflow_check()
55 regs->sp <= curbase + THREAD_SIZE) in stack_overflow_check()
71 current->comm, curbase, regs->sp, in stack_overflow_check()