Searched refs:PPC_RAW_LWZ (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 648 …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() 911 EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off)); in emit_atomic_ld_st() 1638 EMIT(PPC_RAW_LWZ(dst_reg, src_reg, off)); in bpf_jit_build_body() 1678 EMIT(PPC_RAW_LWZ(dst_reg, tmp1_reg, off)); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 992 EMIT(PPC_RAW_LWZ(_R4, _R3, 4)); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 476 #define PPC_RAW_LWZ(r, base, i) (0x80000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) macro 603 #define PPC_RAW_LL PPC_RAW_LWZ
|