Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 36 #define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0)) 117 EMIT(PPC_RAW_LI(_R4, 0)); in bpf_jit_build_prologue() 128 EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_1) - 1, 0)); in bpf_jit_build_prologue() 152 EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_FP) - 1, 0)); in bpf_jit_build_prologue() 447 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 460 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 463 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 503 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body() 528 EMIT(PPC_RAW_LI(dst_reg_h, -1)); in bpf_jit_build_body() 538 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() [all …]
|
D | bpf_jit.h | 55 EMIT(PPC_RAW_LI(d, i)); \ 69 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
|
D | bpf_jit_comp64.c | 138 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue() 476 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 679 EMIT(PPC_RAW_LI(tmp2_reg, 4)); in bpf_jit_build_body() 742 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 750 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body() 770 EMIT(PPC_RAW_LI(tmp2_reg, off)); in bpf_jit_build_body() 786 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body() 889 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body() 912 EMIT(PPC_RAW_LI(tmp1_reg, off)); in bpf_jit_build_body()
|
D | bpf_jit_comp.c | 338 fixup[0] = PPC_RAW_LI(dst_reg, 0); in bpf_add_extable_entry() 340 fixup[1] = PPC_RAW_LI(dst_reg - 1, 0); /* clear higher 32-bit register too */ in bpf_add_extable_entry()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | signal_32.c | 786 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32() 882 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.1.9/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 490 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro
|