Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Dunwind_bc.c49 READ_ONCE_NOCHECK(regs->psw.mask) & PSW_MASK_PSTATE; in is_final_pt_regs()
64 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in unwind_next_frame()
74 sp = READ_ONCE_NOCHECK(sf->back_chain); in unwind_next_frame()
82 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in unwind_next_frame()
92 ip = READ_ONCE_NOCHECK(regs->psw.addr); in unwind_next_frame()
93 sp = READ_ONCE_NOCHECK(regs->gprs[15]); in unwind_next_frame()
159 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in __unwind_start()
/linux-6.1.9/arch/arm/kernel/
Dstacktrace.c109 frame->fp = READ_ONCE_NOCHECK(*(unsigned long *)(fp)); in unwind_frame()
110 frame->pc = READ_ONCE_NOCHECK(*(unsigned long *)(fp + 4)); in unwind_frame()
112 frame->fp = READ_ONCE_NOCHECK(*(unsigned long *)(fp - 12)); in unwind_frame()
113 frame->sp = READ_ONCE_NOCHECK(*(unsigned long *)(fp - 8)); in unwind_frame()
114 frame->pc = READ_ONCE_NOCHECK(*(unsigned long *)(fp - 4)); in unwind_frame()
Dunwind.c242 ctrl->vrs[reg] = READ_ONCE_NOCHECK(*(*vsp)); in unwind_pop_register()
/linux-6.1.9/arch/x86/kernel/
Dunwind_orc.c360 *val = READ_ONCE_NOCHECK(*(unsigned long *)addr); in deref_stack_reg()
375 *ip = READ_ONCE_NOCHECK(regs->ip); in deref_stack_regs()
376 *sp = READ_ONCE_NOCHECK(regs->sp); in deref_stack_regs()
388 *ip = READ_ONCE_NOCHECK(regs->ip); in deref_stack_iret_regs()
389 *sp = READ_ONCE_NOCHECK(regs->sp); in deref_stack_iret_regs()
410 *val = READ_ONCE_NOCHECK(((unsigned long *)state->regs)[reg]); in get_reg()
415 *val = READ_ONCE_NOCHECK(((unsigned long *)state->prev_regs)[reg]); in get_reg()
681 state->bp = READ_ONCE_NOCHECK(frame->bp); in __unwind_start()
682 state->ip = READ_ONCE_NOCHECK(frame->ret_addr); in __unwind_start()
Dunwind_guess.c16 addr = READ_ONCE_NOCHECK(*state->sp); in unwind_get_return_address()
36 unsigned long addr = READ_ONCE_NOCHECK(*state->sp); in unwind_next_frame()
Dunwind_frame.c55 word = READ_ONCE_NOCHECK(*sp); in unwind_dump()
Ddumpstack.c252 unsigned long addr = READ_ONCE_NOCHECK(*stack); in show_trace_log_lvl()
/linux-6.1.9/include/asm-generic/
Drwonce.h75 #define READ_ONCE_NOCHECK(x) \ macro
/linux-6.1.9/arch/um/kernel/
Dsysrq.c51 pr_cont(" %08lx", READ_ONCE_NOCHECK(*stack)); in show_stack()
Dstacktrace.c30 addr = READ_ONCE_NOCHECK(*sp); in dump_trace()
/linux-6.1.9/include/linux/
Dscs.h53 return sz >= SCS_SIZE - 1 || READ_ONCE_NOCHECK(*magic) != SCS_END_MAGIC; in task_scs_end_corrupted()
/linux-6.1.9/kernel/
Dscs.c129 if (!READ_ONCE_NOCHECK(*p)) in scs_check_usage()
/linux-6.1.9/arch/x86/include/asm/
Dunwind.h141 val = READ_ONCE_NOCHECK(x); \
/linux-6.1.9/kernel/trace/
Dtrace_stack.c234 if ((READ_ONCE_NOCHECK(*p)) == stack_dump_trace[i]) { in check_stack()
/linux-6.1.9/kernel/kcsan/
Dkcsan_test.c332 test_var = READ_ONCE_NOCHECK(test_sink) + 1; in test_kernel_write()
347 WRITE_ONCE(test_var, READ_ONCE_NOCHECK(test_sink) + 1); in test_kernel_write_atomic()
/linux-6.1.9/arch/powerpc/kernel/
Dprocess.c2156 sp = READ_ONCE_NOCHECK(*(unsigned long *)sp); in ___get_wchan()
2161 ip = READ_ONCE_NOCHECK(((unsigned long *)sp)[STACK_FRAME_LR_SAVE]); in ___get_wchan()