Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dthread_info.h184 return (struct thread_info *)(current_top_of_stack() - THREAD_SIZE); in current_thread_info()
Dprocessor.h588 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
/linux-4.1.27/arch/x86/kernel/
Dtraps.c177 BUG_ON((unsigned long)(current_top_of_stack() - in ist_begin_non_atomic()