Home
last modified time | relevance | path

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

/linux/kernel/
A Dstackleak.c95 boundary = current_top_of_stack(); in stackleak_erase()
103 current->lowest_stack = current_top_of_stack() - THREAD_SIZE/64; in stackleak_erase()
/linux/arch/x86/include/asm/
A Dkprobes.h30 (current_top_of_stack() - (unsigned long)(ADDR))
A Dprocessor.h560 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
572 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
/linux/arch/arm64/include/asm/
A Dprocessor.h383 #define current_top_of_stack() \ macro

Completed in 8 milliseconds