Symbol: PPC_RAW_LWZ
arch/powerpc/include/asm/ppc-opcode.h
603
#define PPC_RAW_LL PPC_RAW_LWZ
arch/powerpc/lib/test_emulate_step.c
140
stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0)));
arch/powerpc/lib/test_emulate_step.c
30
PPC_RAW_LWZ(r, base, i))
arch/powerpc/net/bpf_jit_comp.c
896
EMIT(PPC_RAW_LWZ(_R4, _R3, 4));
arch/powerpc/net/bpf_jit_comp32.c
1043
EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
1058
EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
1061
EMIT(PPC_RAW_LWZ(dst_reg_h, src_reg, off));
arch/powerpc/net/bpf_jit_comp32.c
1062
EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off + 4));
arch/powerpc/net/bpf_jit_comp32.c
183
EMIT(PPC_RAW_LWZ(i, _R1, bpf_jit_stack_offsetof(ctx, i)));
arch/powerpc/net/bpf_jit_comp32.c
186
EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF));
arch/powerpc/net/bpf_jit_comp32.c
241
EMIT(PPC_RAW_LWZ(_R0, b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)));
arch/powerpc/net/bpf_jit_comp32.c
243
EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC)));
arch/powerpc/net/bpf_jit_comp32.c
258
EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_array, ptrs)));
arch/powerpc/net/bpf_jit_comp32.c
268
EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_prog, bpf_func)));
arch/powerpc/net/bpf_jit_comp64.c
1588
EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
1628
EMIT(PPC_RAW_LWZ(dst_reg, tmp1_reg, off));
arch/powerpc/net/bpf_jit_comp64.c
598
EMIT(PPC_RAW_LWZ(bpf_to_ppc(TMP_REG_1), b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)));
arch/powerpc/net/bpf_jit_comp64.c
861
EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off));