Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
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-v5.10/arch/x86/include/asm/
Dkprobes.h30 (current_top_of_stack() - (unsigned long)(ADDR))
Dprocessor.h577 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
589 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
/Linux-v5.10/arch/arm64/include/asm/
Dprocessor.h321 #define current_top_of_stack() \ macro