Searched refs:READ_ONCE_NOCHECK (Results 1 – 15 of 15) sorted by relevance
49 READ_ONCE_NOCHECK(regs->psw.mask) & PSW_MASK_PSTATE; in is_final_pt_regs()66 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in unwind_next_frame()76 sp = READ_ONCE_NOCHECK(sf->back_chain); in unwind_next_frame()84 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in unwind_next_frame()94 ip = READ_ONCE_NOCHECK(regs->psw.addr); in unwind_next_frame()95 sp = READ_ONCE_NOCHECK(regs->gprs[15]); in unwind_next_frame()163 ip = READ_ONCE_NOCHECK(sf->gprs[8]); in __unwind_start()
109 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()
243 ctrl->vrs[reg] = READ_ONCE_NOCHECK(*(*vsp)); in unwind_pop_register()
16 addr = READ_ONCE_NOCHECK(*state->sp); in unwind_get_return_address()36 unsigned long addr = READ_ONCE_NOCHECK(*state->sp); in unwind_next_frame()
55 word = READ_ONCE_NOCHECK(*sp); in unwind_dump()
255 unsigned long addr = READ_ONCE_NOCHECK(*stack); in show_trace_log_lvl()
75 #define READ_ONCE_NOCHECK(x) \ macro
44 pr_cont(" %08lx", READ_ONCE_NOCHECK(*stack)); in show_stack()
30 addr = READ_ONCE_NOCHECK(*sp); in dump_trace()
53 return sz >= SCS_SIZE - 1 || READ_ONCE_NOCHECK(*magic) != SCS_END_MAGIC; in task_scs_end_corrupted()
141 val = READ_ONCE_NOCHECK(x); \
139 if (!READ_ONCE_NOCHECK(*p)) in scs_check_usage()
113 pc = READ_ONCE_NOCHECK(*ksp++) - 0x4; in walk_stackframe()
234 if ((READ_ONCE_NOCHECK(*p)) == stack_dump_trace[i]) { in check_stack()
333 test_var = READ_ONCE_NOCHECK(test_sink) + 1; in test_kernel_write()348 WRITE_ONCE(test_var, READ_ONCE_NOCHECK(test_sink) + 1); in test_kernel_write_atomic()