Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c145 EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_build_prologue()
163 EMIT(PPC_RAW_STW(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_prologue()
173 EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); in bpf_jit_build_prologue()
878 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
882 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body()
885 EMIT(PPC_RAW_STW(src_reg_h, dst_reg, off)); in bpf_jit_build_body()
886 EMIT(PPC_RAW_STW(src_reg, dst_reg, off + 4)); in bpf_jit_build_body()
890 EMIT(PPC_RAW_STW(_R0, dst_reg, off + 4)); in bpf_jit_build_body()
892 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body()
1136 EMIT(PPC_RAW_STW(bpf_to_ppc(BPF_REG_5) - 1, _R1, 8)); in bpf_jit_build_body()
[all …]
H A Dbpf_jit_comp.c531 EMIT(PPC_RAW_STW(_R3, _R1, in invoke_bpf_prog()
533 EMIT(PPC_RAW_STW(_R4, _R1, in invoke_bpf_prog()
H A Dbpf_jit_comp64.c824 EMIT(PPC_RAW_STW(src_reg, tmp1_reg, off)); in bpf_jit_emit_probe_mem_store()
884 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in emit_atomic_ld_st()
1397 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c488 ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STW(_R0, _R1, 4)), in ftrace_init_nop()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h509 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
601 #define PPC_RAW_STL PPC_RAW_STW