Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dthread_info.h166 return (struct thread_info *)(current_top_of_stack() - THREAD_SIZE); in current_thread_info()
Dprocessor.h460 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
/linux-4.4.14/arch/x86/kernel/
Dtraps.c168 BUG_ON((unsigned long)(current_top_of_stack() - in ist_begin_non_atomic()