Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp32.c124 EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_build_prologue()
142 EMIT(PPC_RAW_STW(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_prologue()
158 EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); in bpf_jit_build_prologue()
772 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
776 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body()
779 EMIT(PPC_RAW_STW(src_reg_h, dst_reg, off)); in bpf_jit_build_body()
780 EMIT(PPC_RAW_STW(src_reg, dst_reg, off + 4)); in bpf_jit_build_body()
784 EMIT(PPC_RAW_STW(_R0, dst_reg, off + 4)); in bpf_jit_build_body()
786 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body()
998 EMIT(PPC_RAW_STW(bpf_to_ppc(BPF_REG_5) - 1, _R1, 8)); in bpf_jit_build_body()
[all …]
Dbpf_jit_comp64.c761 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h497 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro