Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c431 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2); in bpf_jit_emit_atomic_ops() local
437 u32 save_reg = tmp2_reg; in bpf_jit_emit_atomic_ops()
457 EMIT(PPC_RAW_LDARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_emit_atomic_ops()
459 EMIT(PPC_RAW_LWARX(tmp2_reg, tmp1_reg, dst_reg, 0)); in bpf_jit_emit_atomic_ops()
462 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_emit_atomic_ops()
467 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_emit_atomic_ops()
471 EMIT(PPC_RAW_AND(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_emit_atomic_ops()
475 EMIT(PPC_RAW_OR(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_emit_atomic_ops()
479 EMIT(PPC_RAW_XOR(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_emit_atomic_ops()
490 EMIT(PPC_RAW_CMPD(bpf_to_ppc(BPF_REG_0), tmp2_reg)); in bpf_jit_emit_atomic_ops()
[all …]