Home
last modified time | relevance | path

Searched refs:current_top_of_stack (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H 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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkprobes.h30 (current_top_of_stack() - (unsigned long)(ADDR))
H A Dprocessor.h569 static inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
581 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkprobes.h30 (current_top_of_stack() - (unsigned long)(ADDR))
H A Dprocessor.h514 static __always_inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
526 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dprocessor.h322 #define current_top_of_stack() \ macro

Completed in 8 milliseconds