Home
last modified time | relevance | path

Searched refs:READ_ONCE_NOCHECK (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dunwind_guess.c15 addr = READ_ONCE_NOCHECK(*state->sp); in unwind_get_return_address()
36 unsigned long addr = READ_ONCE_NOCHECK(*state->sp); in unwind_next_frame()
Dprocess.c767 fp = READ_ONCE_NOCHECK(((struct inactive_task_frame *)sp)->bp); in get_wchan()
771 ip = READ_ONCE_NOCHECK(*(unsigned long *)(fp + sizeof(unsigned long))); in get_wchan()
776 fp = READ_ONCE_NOCHECK(*(unsigned long *)fp); in get_wchan()
Dunwind_orc.c320 *val = READ_ONCE_NOCHECK(*(unsigned long *)addr); in deref_stack_reg()
582 state->bp = READ_ONCE_NOCHECK(frame->bp); in __unwind_start()
583 state->ip = READ_ONCE_NOCHECK(frame->ret_addr); in __unwind_start()
Ddumpstack.c228 unsigned long addr = READ_ONCE_NOCHECK(*stack); in show_trace_log_lvl()
Dunwind_frame.c54 word = READ_ONCE_NOCHECK(*sp); in unwind_dump()
/Linux-v4.19/arch/arm64/kernel/
Dstacktrace.c56 frame->fp = READ_ONCE_NOCHECK(*(unsigned long *)(fp)); in unwind_frame()
57 frame->pc = READ_ONCE_NOCHECK(*(unsigned long *)(fp + 8)); in unwind_frame()
/Linux-v4.19/arch/x86/include/asm/
Dunwind.h107 val = READ_ONCE_NOCHECK(x); \
/Linux-v4.19/include/linux/
Dcompiler.h264 #define READ_ONCE_NOCHECK(x) __READ_ONCE(x, 0) macro
/Linux-v4.19/kernel/trace/
Dtrace_stack.c159 if ((READ_ONCE_NOCHECK(*p)) == stack_dump_trace[i]) { in check_stack()