Searched refs:PPC_RAW_STW (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 121 EMIT(PPC_RAW_STW(bpf_to_ppc(ctx, BPF_REG_1) - 1, _R1, in bpf_jit_build_prologue() 140 EMIT(PPC_RAW_STW(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_prologue() 236 EMIT(PPC_RAW_STW(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_tail_call() 766 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body() 770 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body() 773 EMIT(PPC_RAW_STW(src_reg_h, dst_reg, off)); in bpf_jit_build_body() 774 EMIT(PPC_RAW_STW(src_reg, dst_reg, off + 4)); in bpf_jit_build_body() 778 EMIT(PPC_RAW_STW(_R0, dst_reg, off + 4)); in bpf_jit_build_body() 780 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body() 871 EMIT(PPC_RAW_STW(bpf_to_ppc(ctx, BPF_REG_5) - 1, _R1, 8)); in bpf_jit_build_body() [all …]
|
A D | bpf_jit_comp64.c | 723 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 493 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
|
Completed in 12 milliseconds