Symbol: _R4
arch/arm/kernel/kgdb.c
91
gdb_regs[_R4] = ti->cpu_context.r4;
arch/powerpc/net/bpf_jit_comp.c
1000
EMIT(PPC_RAW_ADD(_R3, _R3, _R4));
arch/powerpc/net/bpf_jit_comp.c
620
PPC_LI32(_R4, n->cookie);
arch/powerpc/net/bpf_jit_comp.c
623
EMIT(PPC_RAW_STW(_R4, _R1,
arch/powerpc/net/bpf_jit_comp.c
630
EMIT(PPC_RAW_ADDI(_R4, _R1, run_ctx_off));
arch/powerpc/net/bpf_jit_comp.c
652
PPC_LI_ADDR(_R4, (unsigned long)p->insnsi);
arch/powerpc/net/bpf_jit_comp.c
678
EMIT(PPC_RAW_MR(_R4, _R26));
arch/powerpc/net/bpf_jit_comp.c
734
EMIT(PPC_RAW_LD(_R4, _R1, bpf_frame_size));
arch/powerpc/net/bpf_jit_comp.c
736
EMIT(PPC_RAW_LD(_R3, _R4, -BPF_PPC_TAILCALL));
arch/powerpc/net/bpf_jit_comp.c
744
EMIT(PPC_RAW_ADDI(_R3, _R4, -BPF_PPC_TAILCALL));
arch/powerpc/net/bpf_jit_comp.c
754
EMIT(PPC_RAW_LL(_R4, _R1, r4_off));
arch/powerpc/net/bpf_jit_comp.c
766
EMIT(PPC_RAW_STL(_R4, _R1, r4_off));
arch/powerpc/net/bpf_jit_comp.c
971
EMIT(PPC_RAW_STL(_R4, _R1, r4_off));
arch/powerpc/net/bpf_jit_comp.c
997
EMIT(PPC_RAW_LWZ(_R4, _R3, 4));
arch/powerpc/net/bpf_jit_comp.c
998
EMIT(PPC_RAW_SLWI(_R4, _R4, 6));
arch/powerpc/net/bpf_jit_comp.c
999
EMIT(PPC_RAW_SRAWI(_R4, _R4, 6));
arch/powerpc/net/bpf_jit_comp32.c
1180
EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R4));
arch/powerpc/net/bpf_jit_comp32.c
170
EMIT(PPC_RAW_LI(_R4, 0));
arch/powerpc/net/bpf_jit_comp32.c
180
EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC)));
arch/powerpc/net/bpf_jit_comp32.c
310
EMIT(PPC_RAW_MR(_R4, _R0));
arch/powerpc/net/bpf_jit_comp32.c
51
ctx->b2p[BPF_REG_1] = _R4;
arch/powerpc/net/bpf_jit_comp64.c
82
ctx->b2p[BPF_REG_2] = _R4;