Searched refs:PPC_RAW_MR (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 148 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_1), _R3)); in bpf_jit_build_prologue() 199 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 272 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_1))); in bpf_jit_emit_tail_call() 275 EMIT(PPC_RAW_MR(_R4, _R0)); in bpf_jit_emit_tail_call() 376 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 389 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 390 EMIT(PPC_RAW_MR(dst_reg_h, src2_reg_h)); in bpf_jit_build_body() 418 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 435 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 436 EMIT(PPC_RAW_MR(dst_reg_h, src2_reg_h)); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit_comp64.c | 287 EMIT(PPC_RAW_MR(_R1, _R5)); in bpf_jit_build_prologue() 302 EMIT(PPC_RAW_MR(_R1, bpf_to_ppc(TMP_REG_1))); in bpf_jit_build_prologue() 356 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 741 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_emit_atomic_ops() 795 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_emit_atomic_ops() 1205 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 1215 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 1227 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 1269 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 1282 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit_comp.c | 539 EMIT(PPC_RAW_MR(_R25, _R3)); in invoke_bpf_prog() 547 EMIT(PPC_RAW_MR(_R26, _R3)); in invoke_bpf_prog() 587 EMIT(PPC_RAW_MR(_R3, _R25)); in invoke_bpf_prog() 588 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
|