Searched refs:PPC_RAW_MR (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 275 EMIT(PPC_RAW_MR(_R4, _R0)); in bpf_jit_emit_tail_call() 377 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 390 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 419 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 436 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 774 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 777 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 823 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body() 835 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body() 923 EMIT(PPC_RAW_MR(ax_reg, _R0)); in bpf_jit_build_body() [all …]
|
| H A D | bpf_jit_comp64.c | 203 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 693 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 730 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 743 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 881 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_build_body() 937 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_build_body() 1092 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 483 EMIT(PPC_RAW_MR(_R25, _R3)); in invoke_bpf_prog() 491 EMIT(PPC_RAW_MR(_R26, _R3)); in invoke_bpf_prog() 530 EMIT(PPC_RAW_MR(_R3, _R25)); in invoke_bpf_prog() 531 EMIT(PPC_RAW_MR(_R4, _R26)); in invoke_bpf_prog()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 550 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro
|