Searched refs:current_top_of_stack (Results 1 – 4 of 4) sorted by relevance
95 boundary = current_top_of_stack(); in stackleak_erase()103 current->lowest_stack = current_top_of_stack() - THREAD_SIZE/64; in stackleak_erase()
34 (current_top_of_stack() - (unsigned long)(ADDR))
550 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function562 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
319 #define current_top_of_stack() \ macro