Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 36 #define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0)) 132 EMIT(PPC_RAW_LI(_R4, 0)); in bpf_jit_build_prologue() 146 EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_1) - 1, 0)); in bpf_jit_build_prologue() 164 EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_FP) - 1, 0)); in bpf_jit_build_prologue() 502 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 521 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 522 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 533 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 578 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 603 EMIT(PPC_RAW_LI(dst_reg_h, -1)); in bpf_jit_build_body() [all …]
|
D | bpf_jit.h | 54 EMIT(PPC_RAW_LI(d, i)); \ 68 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
|
D | bpf_jit_comp64.c | 140 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue() 551 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 773 EMIT(PPC_RAW_LI(tmp2_reg, 4)); in bpf_jit_build_body() 836 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 844 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 864 EMIT(PPC_RAW_LI(tmp2_reg, off)); in bpf_jit_build_body() 880 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body() 1001 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 1040 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body()
|
D | bpf_jit_comp.c | 287 fixup[0] = PPC_RAW_LI(dst_reg, 0); in bpf_add_extable_entry() 289 fixup[1] = PPC_RAW_LI(dst_reg - 1, 0); /* clear higher 32-bit register too */ in bpf_add_extable_entry()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | signal_32.c | 789 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32() 885 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
|
D | signal_64.c | 633 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 501 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|