Home
last modified time | relevance | path

Searched refs:PPC_RAW_LWZ (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c648 …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 Dbpf_jit_comp.c992 EMIT(PPC_RAW_LWZ(_R4, _R3, 4)); in __arch_prepare_bpf_trampoline()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h476 #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