Home
last modified time | relevance | path

Searched defs:on_thread_stack (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Dprocessor.h282 #define on_thread_stack() (on_task_stack(current, current_stack_pointer, NULL)) macro
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h575 static inline bool on_thread_stack(void) in on_thread_stack() function