Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c36 #define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0))
135 EMIT(PPC_RAW_LI(_R4, 0)); in bpf_jit_build_prologue()
149 EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_1) - 1, 0)); in bpf_jit_build_prologue()
167 EMIT(PPC_RAW_LI(bpf_to_ppc(BPF_REG_FP) - 1, 0)); in bpf_jit_build_prologue()
506 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
525 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
526 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
537 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
582 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
607 EMIT(PPC_RAW_LI(dst_reg_h, -1)); in bpf_jit_build_body()
[all …]
H A Dbpf_jit_comp64.c146 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0)); in bpf_jit_build_prologue()
442 EMIT(PPC_RAW_LI(tmp1_reg, insn->off)); in bpf_jit_emit_atomic_ops()
549 EMIT(PPC_RAW_LI(tmp2_reg, off)); in bpf_jit_emit_probe_mem_store()
586 EMIT(PPC_RAW_LI(tmp1_reg, off)); in emit_atomic_ld_st()
609 EMIT(PPC_RAW_LI(tmp2_reg, off)); in emit_atomic_ld_st()
771 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
1003 EMIT(PPC_RAW_LI(tmp2_reg, 4)); in bpf_jit_build_body()
1087 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body()
1095 EMIT(PPC_RAW_LI(tmp1_reg, imm)); in bpf_jit_build_body()
1115 EMIT(PPC_RAW_LI(tmp2_reg, off)); in bpf_jit_build_body()
[all …]
H A Dbpf_jit.h66 EMIT(PPC_RAW_LI(d, i)); \
85 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
/linux/arch/powerpc/kernel/
H A Dsignal_32.c789 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()
H A Dsignal_64.c633 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h502 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro