Searched refs:PPC_RAW_LWZ (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 180 EMIT(PPC_RAW_LWZ(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_emit_common_epilogue() 183 EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); in bpf_jit_emit_common_epilogue() 236 EMIT(PPC_RAW_LWZ(_R0, b2p_bpf_array, offsetof(struct bpf_array, map.max_entries))); in bpf_jit_emit_tail_call() 238 EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_tail_call() 253 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_array, ptrs))); in bpf_jit_emit_tail_call() 263 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_prog, bpf_func))); in bpf_jit_emit_tail_call() 1039 EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off)); in bpf_jit_build_body() 1054 EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off)); in bpf_jit_build_body() 1057 EMIT(PPC_RAW_LWZ(dst_reg_h, src_reg, off)); in bpf_jit_build_body() 1058 EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off + 4)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 338 …EMIT(PPC_RAW_LWZ(bpf_to_ppc(TMP_REG_1), b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)… in bpf_jit_emit_tail_call() 1036 EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off)); in bpf_jit_build_body()
|
/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 30 PPC_RAW_LWZ(r, base, i)) 140 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
|
/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 475 #define PPC_RAW_LWZ(r, base, i) (0x80000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) macro
|