Symbol: PPC_RAW_LI
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/static_call.c
33
err = patch_instruction(site, ppc_inst(PPC_RAW_LI(_R3, 0)));
arch/powerpc/net/bpf_jit.h
74
EMIT(PPC_RAW_LI(d, i)); \
arch/powerpc/net/bpf_jit.h
94
EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
arch/powerpc/net/bpf_jit_comp.c
362
fixup[0] = PPC_RAW_LI(dst_reg, 0);
arch/powerpc/net/bpf_jit_comp.c
367
fixup[1] = PPC_RAW_LI(dst_reg - 1, 0); /* clear higher 32-bit register too */
arch/powerpc/net/bpf_jit_comp.c
606
EMIT(PPC_RAW_LI(_R3, 0));
arch/powerpc/net/bpf_jit_comp.c
912
EMIT(PPC_RAW_LI(_R3, nr_regs));
arch/powerpc/net/bpf_jit_comp32.c
1008
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
1018
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
1066
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
135
EMIT(PPC_RAW_LI(_R4, 0));
arch/powerpc/net/bpf_jit_comp32.c
1381
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
149
EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_1) - 1, 0));
arch/powerpc/net/bpf_jit_comp32.c
167
EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_FP) - 1, 0));
arch/powerpc/net/bpf_jit_comp32.c
36
#define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0))
arch/powerpc/net/bpf_jit_comp32.c
506
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
525
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
526
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
537
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
582
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
607
EMIT(PPC_RAW_LI(dst_reg_h, -1));
arch/powerpc/net/bpf_jit_comp32.c
619
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
620
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
628
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
675
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
677
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
678
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
713
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
715
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp32.c
716
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
783
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
839
EMIT(PPC_RAW_LI(dst_reg_h, 0));
arch/powerpc/net/bpf_jit_comp32.c
906
EMIT(PPC_RAW_LI(tmp_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
974
EMIT(PPC_RAW_LI(ret_reg - 1, 0)); /* higher 32-bit */
arch/powerpc/net/bpf_jit_comp64.c
1050
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp64.c
1294
EMIT(PPC_RAW_LI(tmp2_reg, 4));
arch/powerpc/net/bpf_jit_comp64.c
1378
EMIT(PPC_RAW_LI(tmp1_reg, imm));
arch/powerpc/net/bpf_jit_comp64.c
1386
EMIT(PPC_RAW_LI(tmp1_reg, imm));
arch/powerpc/net/bpf_jit_comp64.c
1406
EMIT(PPC_RAW_LI(tmp2_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
1442
EMIT(PPC_RAW_LI(tmp2_reg, imm));
arch/powerpc/net/bpf_jit_comp64.c
1552
EMIT(PPC_RAW_LI(dst_reg, 0));
arch/powerpc/net/bpf_jit_comp64.c
1592
EMIT(PPC_RAW_LI(tmp1_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
1632
EMIT(PPC_RAW_LI(tmp2_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
219
EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0));
arch/powerpc/net/bpf_jit_comp64.c
721
EMIT(PPC_RAW_LI(tmp1_reg, insn->off));
arch/powerpc/net/bpf_jit_comp64.c
828
EMIT(PPC_RAW_LI(tmp2_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
865
EMIT(PPC_RAW_LI(tmp1_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
888
EMIT(PPC_RAW_LI(tmp2_reg, off));