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
1026
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1027
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
1031
EMIT(PPC_RAW_LL(_R0, _R1, alt_lr_off));
arch/powerpc/net/bpf_jit_comp.c
1032
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp.c
1034
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1037
EMIT(PPC_RAW_LL(_R0, _R1, retaddr_off));
arch/powerpc/net/bpf_jit_comp.c
1038
EMIT(PPC_RAW_MTCTR(_R0));
arch/powerpc/net/bpf_jit_comp.c
1040
EMIT(PPC_RAW_LL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp.c
1041
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
857
EMIT(PPC_RAW_STL(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
1005
PPC_LI32(_R0, TASK_SIZE - off);
arch/powerpc/net/bpf_jit_comp32.c
1006
EMIT(PPC_RAW_CMPLW(src_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1117
ret = bpf_jit_emit_exit_insn(image, ctx, _R0, exit_addr);
arch/powerpc/net/bpf_jit_comp32.c
1256
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg_h, src_reg_h));
arch/powerpc/net/bpf_jit_comp32.c
1258
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
1261
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
1279
PPC_EX32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1280
EMIT(PPC_RAW_CMPLW(dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1281
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1283
EMIT(PPC_RAW_CMPLW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1295
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1296
EMIT(PPC_RAW_CMPLW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1311
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1313
EMIT(PPC_RAW_CMPLW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1328
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1329
EMIT(PPC_RAW_CMPW(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1336
EMIT(PPC_RAW_ANDI(_R0, dst_reg, imm));
arch/powerpc/net/bpf_jit_comp32.c
1338
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1343
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
1350
EMIT(PPC_RAW_ANDI(_R0, dst_reg, imm));
arch/powerpc/net/bpf_jit_comp32.c
1352
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
1353
EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
156
EMIT(PPC_RAW_MFLR(_R0));
arch/powerpc/net/bpf_jit_comp32.c
173
EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
186
EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
193
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp32.c
217
EMIT(PPC_RAW_LIS(_R0, IMM_H(func)));
arch/powerpc/net/bpf_jit_comp32.c
218
EMIT(PPC_RAW_ORI(_R0, _R0, IMM_L(func)));
arch/powerpc/net/bpf_jit_comp32.c
219
EMIT(PPC_RAW_MTCTR(_R0));
arch/powerpc/net/bpf_jit_comp32.c
241
EMIT(PPC_RAW_LWZ(_R0, b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)));
arch/powerpc/net/bpf_jit_comp32.c
242
EMIT(PPC_RAW_CMPLW(b2p_index, _R0));
arch/powerpc/net/bpf_jit_comp32.c
243
EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC)));
arch/powerpc/net/bpf_jit_comp32.c
250
EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT));
arch/powerpc/net/bpf_jit_comp32.c
252
EMIT(PPC_RAW_ADDIC(_R0, _R0, 1));
arch/powerpc/net/bpf_jit_comp32.c
275
EMIT(PPC_RAW_MR(_R4, _R0));
arch/powerpc/net/bpf_jit_comp32.c
396
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
397
EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
406
EMIT(PPC_RAW_MULW(_R0, src2_reg, src_reg_h));
arch/powerpc/net/bpf_jit_comp32.c
410
EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
426
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
427
EMIT(PPC_RAW_MULW(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
451
EMIT(PPC_RAW_MULHWU(_R0, src2_reg, tmp_reg));
arch/powerpc/net/bpf_jit_comp32.c
453
EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
464
EMIT(PPC_RAW_DIVW(_R0, src2_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
466
EMIT(PPC_RAW_DIVWU(_R0, src2_reg, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
467
EMIT(PPC_RAW_MULW(_R0, src_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
468
EMIT(PPC_RAW_SUB(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
485
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
487
EMIT(PPC_RAW_DIVW(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
489
EMIT(PPC_RAW_DIVWU(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
500
EMIT(PPC_RAW_DIVW(_R0, src2_reg, tmp_reg));
arch/powerpc/net/bpf_jit_comp32.c
502
EMIT(PPC_RAW_DIVWU(_R0, src2_reg, tmp_reg));
arch/powerpc/net/bpf_jit_comp32.c
503
EMIT(PPC_RAW_MULW(_R0, tmp_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
504
EMIT(PPC_RAW_SUB(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
508
EMIT(PPC_RAW_SRAWI(_R0, src2_reg, ilog2(imm)));
arch/powerpc/net/bpf_jit_comp32.c
509
EMIT(PPC_RAW_ADDZE(_R0, _R0));
arch/powerpc/net/bpf_jit_comp32.c
510
EMIT(PPC_RAW_SLWI(_R0, _R0, ilog2(imm)));
arch/powerpc/net/bpf_jit_comp32.c
511
EMIT(PPC_RAW_SUB(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
593
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
594
EMIT(PPC_RAW_AND(dst_reg, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
649
EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32));
arch/powerpc/net/bpf_jit_comp32.c
652
EMIT(PPC_RAW_SRW(_R0, src2_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
654
EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
686
EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32));
arch/powerpc/net/bpf_jit_comp32.c
689
EMIT(PPC_RAW_SLW(_R0, src2_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
691
EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
724
EMIT(PPC_RAW_SUBFIC(_R0, src_reg, 32));
arch/powerpc/net/bpf_jit_comp32.c
726
EMIT(PPC_RAW_SLW(_R0, src2_reg_h, _R0));
arch/powerpc/net/bpf_jit_comp32.c
728
EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
729
EMIT(PPC_RAW_RLWINM(_R0, tmp_reg, 0, 26, 26));
arch/powerpc/net/bpf_jit_comp32.c
732
EMIT(PPC_RAW_SLW(tmp_reg, tmp_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
817
EMIT(PPC_RAW_RLWINM(_R0, src2_reg, 8, 0, 31));
arch/powerpc/net/bpf_jit_comp32.c
819
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg, 24, 0, 7));
arch/powerpc/net/bpf_jit_comp32.c
821
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg, 24, 16, 23));
arch/powerpc/net/bpf_jit_comp32.c
822
EMIT(PPC_RAW_MR(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
827
EMIT(PPC_RAW_RLWINM(_R0, src2_reg_h, 8, 0, 31));
arch/powerpc/net/bpf_jit_comp32.c
830
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg_h, 24, 0, 7));
arch/powerpc/net/bpf_jit_comp32.c
833
EMIT(PPC_RAW_RLWIMI(_R0, src2_reg_h, 24, 16, 23));
arch/powerpc/net/bpf_jit_comp32.c
834
EMIT(PPC_RAW_MR(dst_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
867
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
868
EMIT(PPC_RAW_STB(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
874
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
875
EMIT(PPC_RAW_STH(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
881
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
882
EMIT(PPC_RAW_STW(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
889
PPC_LI32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
890
EMIT(PPC_RAW_STW(_R0, dst_reg, off + 4));
arch/powerpc/net/bpf_jit_comp32.c
891
PPC_EX32(_R0, imm);
arch/powerpc/net/bpf_jit_comp32.c
892
EMIT(PPC_RAW_STW(_R0, dst_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
899
save_reg = _R0;
arch/powerpc/net/bpf_jit_comp32.c
918
EMIT(PPC_RAW_LWARX(_R0, tmp_reg, dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
922
EMIT(PPC_RAW_MR(ax_reg, _R0));
arch/powerpc/net/bpf_jit_comp32.c
927
EMIT(PPC_RAW_ADD(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
931
EMIT(PPC_RAW_AND(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
935
EMIT(PPC_RAW_OR(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
939
EMIT(PPC_RAW_XOR(_R0, _R0, src_reg));
arch/powerpc/net/bpf_jit_comp32.c
949
EMIT(PPC_RAW_CMPW(bpf_to_ppc(BPF_REG_0), _R0));
arch/powerpc/net/bpf_jit_comp64.c
249
EMIT(PPC_RAW_MFLR(_R0));
arch/powerpc/net/bpf_jit_comp64.c
250
EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
345
EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp64.c
346
EMIT(PPC_RAW_MTLR(_R0));
arch/powerpc/net/bpf_jit_comp64.c
741
EMIT(PPC_RAW_MR(_R0, tmp2_reg));
arch/powerpc/net/bpf_jit_comp64.c
795
EMIT(PPC_RAW_MR(ret_reg, _R0));