Searched refs:PPC_RAW_MR (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 330 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() 791 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_emit_atomic_ops() 845 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_emit_atomic_ops() 1255 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 1265 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 1277 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 1319 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 1332 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit_comp.c | 624 EMIT(PPC_RAW_MR(_R25, _R3)); in invoke_bpf_prog() 632 EMIT(PPC_RAW_MR(_R26, _R3)); in invoke_bpf_prog() 672 EMIT(PPC_RAW_MR(_R3, _R25)); in invoke_bpf_prog() 673 EMIT(PPC_RAW_MR(_R4, _R26)); in invoke_bpf_prog()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 551 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro
|