Symbol: _R0
arch/arc/kernel/kgdb.c
20
gdb_regs[_R0 + regno] = get_reg(regno, kernel_regs, cregs);
arch/arc/kernel/kgdb.c
43
set_reg(regno, gdb_regs[regno + _R0], kernel_regs, cregs);
arch/powerpc/include/asm/text-patching.h
273
#define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
arch/powerpc/kernel/signal_32.c
789
unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed);
arch/powerpc/kernel/signal_32.c
885
unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed);
arch/powerpc/kernel/signal_64.c
633
err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]);
arch/powerpc/kernel/trace/ftrace.c
210
PPC_RAW_MFLR(_R0),
arch/powerpc/kernel/trace/ftrace.c
212
PPC_RAW_MTLR(_R0),
arch/powerpc/kernel/trace/ftrace.c
485
ret = ftrace_validate_inst(ip - 8, ppc_inst(PPC_RAW_MFLR(_R0)));
arch/powerpc/kernel/trace/ftrace.c
488
ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STW(_R0, _R1, 4)),
arch/powerpc/kernel/trace/ftrace.c
493
if (!ret && !ppc_inst_equal(old, ppc_inst(PPC_RAW_MFLR(_R0)))) {
arch/powerpc/kernel/trace/ftrace.c
495
ret = ftrace_validate_inst(ip - 8, ppc_inst(PPC_RAW_MFLR(_R0)));
arch/powerpc/kernel/trace/ftrace.c
498
ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STD(_R0, _R1, 16)),
arch/powerpc/kernel/trace/ftrace.c
520
new = ppc_inst(PPC_RAW_MFLR(_R0));
arch/powerpc/kernel/trace/ftrace_64_pg.c
183
if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_MFLR(_R0))) &&
arch/powerpc/lib/feature-fixups.c
344
instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0);
arch/powerpc/lib/feature-fixups.c
382
instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0);
arch/powerpc/lib/feature-fixups.c
467
instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0);
arch/powerpc/net/bpf_jit_comp.c
1160
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1161
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
1165
EMIT(PPC_RAW_LL(_R0, _R1, alt_lr_off));
arch/powerpc/net/bpf_jit_comp.c
1166
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
1168
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1171
EMIT(PPC_RAW_LL(_R0, _R1, retaddr_off));
arch/powerpc/net/bpf_jit_comp.c
1172
EMIT(PPC_RAW_MTCTR(_R0));
arch/powerpc/net/bpf_jit_comp.c
1174
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1175
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
64
EMIT(PPC_RAW_MFLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
67
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
958
EMIT(PPC_RAW_STL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
1040
PPC_LI32(_R0, TASK_SIZE - off);
arch/powerpc/net/bpf_jit_comp32.c
1041
EMIT(PPC_RAW_CMPLW(src_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1152
ret = bpf_jit_emit_exit_insn(image, ctx, _R0, exit_addr);
arch/powerpc/net/bpf_jit_comp32.c
1291
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg_h, src_reg_h));
arch/powerpc/net/bpf_jit_comp32.c
1293
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
1296
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
1314
PPC_EX32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1315
EMIT(PPC_RAW_CMPLW(dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1316
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1318
EMIT(PPC_RAW_CMPLW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1330
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1331
EMIT(PPC_RAW_CMPLW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1346
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1348
EMIT(PPC_RAW_CMPLW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1363
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1364
EMIT(PPC_RAW_CMPW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1371
EMIT(PPC_RAW_ANDI(_R0, dst_reg, imm));
arch/powerpc/net/bpf_jit_comp32.c
1373
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1378
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1385
EMIT(PPC_RAW_ANDI(_R0, dst_reg, imm));
arch/powerpc/net/bpf_jit_comp32.c
1387
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1388
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
191
EMIT(PPC_RAW_MFLR(_R0));
arch/powerpc/net/bpf_jit_comp32.c
208
EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
221
EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
228
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp32.c
252
EMIT(PPC_RAW_LIS(_R0, IMM_H(func)));
arch/powerpc/net/bpf_jit_comp32.c
253
EMIT(PPC_RAW_ORI(_R0, _R0, IMM_L(func)));
arch/powerpc/net/bpf_jit_comp32.c
254
EMIT(PPC_RAW_MTCTR(_R0));
arch/powerpc/net/bpf_jit_comp32.c
276
EMIT(PPC_RAW_LWZ(_R0, b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)));
arch/powerpc/net/bpf_jit_comp32.c
277
EMIT(PPC_RAW_CMPLW(b2p_index, _R0));
arch/powerpc/net/bpf_jit_comp32.c
278
EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC)));
arch/powerpc/net/bpf_jit_comp32.c
285
EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp32.c
287
EMIT(PPC_RAW_ADDIC(_R0, _R0, 1));
arch/powerpc/net/bpf_jit_comp32.c
310
EMIT(PPC_RAW_MR(_R4, _R0));
arch/powerpc/net/bpf_jit_comp32.c
431
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
432
EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
441
EMIT(PPC_RAW_MULW(_R0, src2_reg, src_reg_h));
arch/powerpc/net/bpf_jit_comp32.c
445
EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
461
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
462
EMIT(PPC_RAW_MULW(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
486
EMIT(PPC_RAW_MULHWU(_R0, src2_reg, tmp_reg));
arch/powerpc/net/bpf_jit_comp32.c
488
EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
499
EMIT(PPC_RAW_DIVW(_R0, src2_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
501
EMIT(PPC_RAW_DIVWU(_R0, src2_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
502
EMIT(PPC_RAW_MULW(_R0, src_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
503
EMIT(PPC_RAW_SUB(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
520
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
522
EMIT(PPC_RAW_DIVW(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
524
EMIT(PPC_RAW_DIVWU(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
535
EMIT(PPC_RAW_DIVW(_R0, src2_reg, tmp_reg));
arch/powerpc/net/bpf_jit_comp32.c
537
EMIT(PPC_RAW_DIVWU(_R0, src2_reg, tmp_reg));
arch/powerpc/net/bpf_jit_comp32.c
538
EMIT(PPC_RAW_MULW(_R0, tmp_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
539
EMIT(PPC_RAW_SUB(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
543
EMIT(PPC_RAW_SRAWI(_R0, src2_reg, ilog2(imm)));
arch/powerpc/net/bpf_jit_comp32.c
544
EMIT(PPC_RAW_ADDZE(_R0, _R0));
arch/powerpc/net/bpf_jit_comp32.c
545
EMIT(PPC_RAW_SLWI(_R0, _R0, ilog2(imm)));
arch/powerpc/net/bpf_jit_comp32.c
546
EMIT(PPC_RAW_SUB(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
628
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
629
EMIT(PPC_RAW_AND(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
684
EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32));
arch/powerpc/net/bpf_jit_comp32.c
687
EMIT(PPC_RAW_SRW(_R0, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
689
EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
721
EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32));
arch/powerpc/net/bpf_jit_comp32.c
724
EMIT(PPC_RAW_SLW(_R0, src2_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
726
EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
759
EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32));
arch/powerpc/net/bpf_jit_comp32.c
761
EMIT(PPC_RAW_SLW(_R0, src2_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
763
EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
764
EMIT(PPC_RAW_RLWINM(_R0, tmp_reg, 0, 26, 26));
arch/powerpc/net/bpf_jit_comp32.c
767
EMIT(PPC_RAW_SLW(tmp_reg, tmp_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
852
EMIT(PPC_RAW_RLWINM(_R0, src2_reg, 8, 0, 31));
arch/powerpc/net/bpf_jit_comp32.c
854
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg, 24, 0, 7));
arch/powerpc/net/bpf_jit_comp32.c
856
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg, 24, 16, 23));
arch/powerpc/net/bpf_jit_comp32.c
857
EMIT(PPC_RAW_MR(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
862
EMIT(PPC_RAW_RLWINM(_R0, src2_reg_h, 8, 0, 31));
arch/powerpc/net/bpf_jit_comp32.c
865
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg_h, 24, 0, 7));
arch/powerpc/net/bpf_jit_comp32.c
868
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg_h, 24, 16, 23));
arch/powerpc/net/bpf_jit_comp32.c
869
EMIT(PPC_RAW_MR(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
902
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
903
EMIT(PPC_RAW_STB(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
909
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
910
EMIT(PPC_RAW_STH(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
916
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
917
EMIT(PPC_RAW_STW(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
924
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
925
EMIT(PPC_RAW_STW(_R0, dst_reg, off + 4));
arch/powerpc/net/bpf_jit_comp32.c
926
PPC_EX32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
927
EMIT(PPC_RAW_STW(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
934
save_reg = _R0;
arch/powerpc/net/bpf_jit_comp32.c
953
EMIT(PPC_RAW_LWARX(_R0, tmp_reg, dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
957
EMIT(PPC_RAW_MR(ax_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
962
EMIT(PPC_RAW_ADD(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
966
EMIT(PPC_RAW_AND(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
970
EMIT(PPC_RAW_OR(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
974
EMIT(PPC_RAW_XOR(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
984
EMIT(PPC_RAW_CMPW(bpf_to_ppc(BPF_REG_0), _R0));
arch/powerpc/net/bpf_jit_comp64.c
292
EMIT(PPC_RAW_MFLR(_R0));
arch/powerpc/net/bpf_jit_comp64.c
293
EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
395
EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
396
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp64.c
802
EMIT(PPC_RAW_MR(_R0, tmp2_reg));
arch/powerpc/net/bpf_jit_comp64.c
856
EMIT(PPC_RAW_MR(ret_reg, _R0));