Home
last modified time | relevance | path

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

/arch/riscv/include/asm/
A Dstacktrace.h19 static inline bool on_thread_stack(void) in on_thread_stack() function
/arch/x86/include/asm/
A Dentry-common.h42 WARN_ON_ONCE(!on_thread_stack()); in arch_enter_from_user_mode()
A Dprocessor.h559 static __always_inline bool on_thread_stack(void) in on_thread_stack() function
/arch/arm/include/asm/
A Dstacktrace.h29 static inline bool on_thread_stack(void) in on_thread_stack() function
/arch/riscv/kernel/
A Dirq.c124 if (on_thread_stack()) in do_softirq_own_stack()
A Dtraps.c397 if (IS_ENABLED(CONFIG_IRQ_STACKS) && on_thread_stack()) in do_irq()
/arch/arm64/include/asm/
A Dstacktrace.h60 #define on_thread_stack() (on_task_stack(current, current_stack_pointer, 1)) macro
/arch/loongarch/include/asm/
A Dstacktrace.h34 static __always_inline bool on_thread_stack(void) in on_thread_stack() function
/arch/s390/include/asm/
A Dprocessor.h276 static __always_inline bool on_thread_stack(void) in on_thread_stack() function
/arch/arm64/kernel/
A Dentry-common.c313 if (on_thread_stack()) in do_interrupt_handler()
/arch/x86/kernel/cpu/mce/
A Dcore.c1648 BUG_ON(!on_thread_stack() || !user_mode(regs)); in do_machine_check()

Completed in 30 milliseconds