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()
30 (current_top_of_stack() - (unsigned long)(ADDR))
560 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function572 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
383 #define current_top_of_stack() \ macro
Completed in 7 milliseconds