Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c330 EMIT(PPC_RAW_MR(_R1, _R5)); in bpf_jit_build_prologue()
345 EMIT(PPC_RAW_MR(_R1, bpf_to_ppc(TMP_REG_1))); in bpf_jit_build_prologue()
406 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue()
802 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_emit_atomic_ops()
856 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_emit_atomic_ops()
1266 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
1276 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
1288 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
1330 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
1343 EMIT(PPC_RAW_MR(dst_re in bpf_jit_build_body()
[all...]
H A Dbpf_jit_comp.c629 EMIT(PPC_RAW_MR(_R25, _R3)); in invoke_bpf_prog()
637 EMIT(PPC_RAW_MR(_R26, _R3)); in invoke_bpf_prog()
677 EMIT(PPC_RAW_MR(_R3, _R25)); in invoke_bpf_prog()
678 EMIT(PPC_RAW_MR(_R4, _R26)); in invoke_bpf_prog()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h551 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro