Searched refs:PPC_RAW_STW (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 142 EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_build_prologue() 160 EMIT(PPC_RAW_STW(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_prologue() 170 EMIT(PPC_RAW_STW(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); in bpf_jit_build_prologue() 825 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body() 829 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body() 832 EMIT(PPC_RAW_STW(src_reg_h, dst_reg, off)); in bpf_jit_build_body() 833 EMIT(PPC_RAW_STW(src_reg, dst_reg, off + 4)); in bpf_jit_build_body() 837 EMIT(PPC_RAW_STW(_R0, dst_reg, off + 4)); in bpf_jit_build_body() 839 EMIT(PPC_RAW_STW(_R0, dst_reg, off)); in bpf_jit_build_body() 1052 EMIT(PPC_RAW_STW(bpf_to_pp in bpf_jit_build_body() [all...] |
H A D | bpf_jit_comp64.c | 780 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit32.h | 122 #define PPC_BPF_STL(r, base, i) do { EMIT(PPC_RAW_STW(r, base, i)); } while(0)
|
H A D | bpf_jit_comp64.c | 747 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/ |
H A D | ftrace.c | 232 ret = ftrace_validate_inst(ip - 4, ppc_inst(PPC_RAW_STW(_R0, _R1, 4))); in ftrace_init_nop()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 445 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 507 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
|
Completed in 10 milliseconds