Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dstackleak.c92 if (on_thread_stack()) in stackleak_erase()
/Linux-v5.4/arch/arm64/include/asm/
Dprocessor.h325 #define on_thread_stack() (on_task_stack(current, current_stack_pointer, NULL)) macro
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h560 static inline bool on_thread_stack(void) in on_thread_stack() function
/Linux-v5.4/arch/x86/kernel/
Dtraps.c146 BUG_ON(!on_thread_stack()); in ist_begin_non_atomic()