Home
last modified time | relevance | path

Searched refs:PPC_RAW_MR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp32.c145 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_1), _R3)); in bpf_jit_build_prologue()
196 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue()
266 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_1))); in bpf_jit_emit_tail_call()
269 EMIT(PPC_RAW_MR(_R4, _R0)); in bpf_jit_emit_tail_call()
371 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
384 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
385 EMIT(PPC_RAW_MR(dst_reg_h, src2_reg_h)); in bpf_jit_build_body()
413 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
430 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
431 EMIT(PPC_RAW_MR(dst_reg_ in bpf_jit_build_body()
[all...]
H A Dbpf_jit_comp64.c200 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue()
637 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
673 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
686 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
815 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_build_body()
868 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_build_body()
1004 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit_comp.c284 EMIT(PPC_RAW_MR(r_ret, r_A)); in bpf_jit_build_body()
293 EMIT(PPC_RAW_MR(r_X, r_A)); in bpf_jit_build_body()
297 EMIT(PPC_RAW_MR(r_A, r_X)); in bpf_jit_build_body()
308 EMIT(PPC_RAW_MR(r_A, r_M + (K & 0xf))); in bpf_jit_build_body()
312 EMIT(PPC_RAW_MR(r_X, r_M + (K & 0xf))); in bpf_jit_build_body()
316 EMIT(PPC_RAW_MR(r_M + (K & 0xf), r_A)); in bpf_jit_build_body()
320 EMIT(PPC_RAW_MR(r_M + (K & 0xf), r_X)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c161 EMIT(PPC_RAW_MR(3, b2p[BPF_REG_0])); in bpf_jit_build_epilogue()
602 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
638 EMIT(PPC_RAW_MR(dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
651 EMIT(PPC_RAW_MR(dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
853 EMIT(PPC_RAW_MR(b2p[BPF_REG_0], 3)); in bpf_jit_build_body()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dppc-opcode.h479 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dppc-opcode.h546 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro

Completed in 9 milliseconds