Home
last modified time | relevance | path

Searched refs:PPC_RAW_LI (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/arch/powerpc/net/
Dbpf_jit_comp32.c112 EMIT(PPC_RAW_LI(bpf_to_ppc(ctx, BPF_REG_1) - 1, 0)); in bpf_jit_build_prologue()
150 EMIT(PPC_RAW_LI(bpf_to_ppc(ctx, BPF_REG_FP) - 1, 0)); in bpf_jit_build_prologue()
441 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
454 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
457 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
497 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
522 EMIT(PPC_RAW_LI(dst_reg_h, -1)); in bpf_jit_build_body()
532 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
533 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
541 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
[all …]
Dbpf_jit64.h73 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\
81 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\
Dbpf_jit.h55 EMIT(PPC_RAW_LI(d, i)); \
63 #define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0))
72 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
Dbpf_jit_comp64.c82 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], 0)); in bpf_jit_build_prologue()
429 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
704 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], imm)); in bpf_jit_build_body()
712 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], imm)); in bpf_jit_build_body()
/Linux-v5.15/arch/powerpc/kernel/
Dsignal_32.c776 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32()
872 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
Dsignal_64.c625 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
/Linux-v5.15/arch/powerpc/include/asm/
Dppc-opcode.h486 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro