Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dunwind_bc.c51 READ_ONCE_NOCHECK(regs->psw.mask) & PSW_MASK_PSTATE; in is_final_pt_regs()
68 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in unwind_next_frame()
78 sp = READ_ONCE_NOCHECK(sf->back_chain); in unwind_next_frame()
86 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in unwind_next_frame()
96 ip = READ_ONCE_NOCHECK(regs->psw.addr); in unwind_next_frame()
97 sp = READ_ONCE_NOCHECK(regs->gprs[15]); in unwind_next_frame()
165 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in __unwind_start()
/linux/arch/arm/kernel/
H A 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()
H A Dunwind.c243 ctrl->vrs[reg] = READ_ONCE_NOCHECK(*(*vsp)); in unwind_pop_register()
/linux/arch/x86/kernel/
H A Dunwind_orc.c70 word = READ_ONCE_NOCHECK(*sp); in unwind_dump()
422 *val = READ_ONCE_NOCHECK(*(unsigned long *)addr); in deref_stack_reg()
437 *ip = READ_ONCE_NOCHECK(regs->ip); in deref_stack_regs()
438 *sp = READ_ONCE_NOCHECK(regs->sp); in deref_stack_regs()
450 *ip = READ_ONCE_NOCHECK(regs->ip); in deref_stack_iret_regs()
451 *sp = READ_ONCE_NOCHECK(regs->sp); in deref_stack_iret_regs()
472 *val = READ_ONCE_NOCHECK(((unsigned long *)state->regs)[reg]); in get_reg()
477 *val = READ_ONCE_NOCHECK(((unsigned long *)state->prev_regs)[reg]); in get_reg()
737 state->bp = READ_ONCE_NOCHECK(frame->bp); in __unwind_start()
738 state->ip = READ_ONCE_NOCHECK(frame->ret_addr); in __unwind_start()
H A 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()
H A Dunwind_frame.c55 word = READ_ONCE_NOCHECK(*sp); in unwind_dump()
/linux/arch/riscv/kernel/
H A Dstacktrace.c31 val = READ_ONCE_NOCHECK(addr); \
132 pc = READ_ONCE_NOCHECK(*ksp++) - 0x4; in walk_stackframe()
/linux/arch/um/kernel/
H A Dsysrq.c44 pr_cont(" %08lx", READ_ONCE_NOCHECK(*stack)); in show_stack()
H A Dstacktrace.c30 addr = READ_ONCE_NOCHECK(*sp); in dump_trace()
/linux/include/asm-generic/
H A Drwonce.h75 #define READ_ONCE_NOCHECK(x) \ macro
/linux/include/linux/
H A Dscs.h53 return sz >= SCS_SIZE - 1 || READ_ONCE_NOCHECK(*magic) != SCS_END_MAGIC; in task_scs_end_corrupted()
/linux/arch/x86/include/asm/
H A Dunwind.h141 val = READ_ONCE_NOCHECK(x); \
/linux/kernel/
H A Dscs.c139 if (!READ_ONCE_NOCHECK(*p)) in scs_check_usage()
/linux/kernel/trace/
H A Dtrace_stack.c234 if ((READ_ONCE_NOCHECK(*p)) == stack_dump_trace[i]) { in check_stack()
/linux/arch/powerpc/kernel/
H A Dprocess.c2261 sp = READ_ONCE_NOCHECK(*(unsigned long *)sp); in ___get_wchan()
2265 ip = READ_ONCE_NOCHECK(((unsigned long *)sp)[STACK_FRAME_LR_SAVE]); in ___get_wchan()
/linux/arch/arm64/kernel/
H A Dptrace.c144 return READ_ONCE_NOCHECK(*addr); in regs_get_kernel_stack_nth()