Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c709 u32 tmp1_reg = bpf_to_ppc(TMP_REG_1); in bpf_jit_emit_atomic_ops() local
721 EMIT(PPC_RAW_LI(tmp1_reg, insn->off)); in bpf_jit_emit_atomic_ops()
736 EMIT(PPC_RAW_LDARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_emit_atomic_ops()
738 EMIT(PPC_RAW_LWARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_emit_atomic_ops()
784 EMIT(PPC_RAW_STDCX(save_reg, tmp1_reg, dst_reg)); in bpf_jit_emit_atomic_ops()
786 EMIT(PPC_RAW_STWCX(save_reg, tmp1_reg, dst_reg)); in bpf_jit_emit_atomic_ops()
813 u32 tmp1_reg = bpf_to_ppc(TMP_REG_1); in bpf_jit_emit_probe_mem_store() local
818 EMIT(PPC_RAW_STB(src_reg, tmp1_reg, off)); in bpf_jit_emit_probe_mem_store()
821 EMIT(PPC_RAW_STH(src_reg, tmp1_reg, off)); in bpf_jit_emit_probe_mem_store()
824 EMIT(PPC_RAW_STW(src_reg, tmp1_reg, off)); in bpf_jit_emit_probe_mem_store()
[all …]