Searched refs:current_top_of_stack (Results 1 – 3 of 3) sorted by relevance
30 (current_top_of_stack() - (unsigned long)(ADDR))
562 static __always_inline unsigned long current_top_of_stack(void) in current_top_of_stack() function574 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
409 #define current_top_of_stack() ((unsigned long)current->stack + THREAD_SIZE) macro