Searched refs:PPC_RAW_LHZ (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 908 EMIT(PPC_RAW_LHZ(dst_reg, src_reg, off)); in emit_atomic_ld_st() 1635 EMIT(PPC_RAW_LHZ(dst_reg, src_reg, off)); in bpf_jit_build_body() 1675 EMIT(PPC_RAW_LHZ(dst_reg, tmp1_reg, off)); in bpf_jit_build_body() 1744 EMIT(PPC_RAW_LHZ(src_reg, _R13, offsetof(struct paca_struct, paca_index))); in bpf_jit_build_body()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 516 #define PPC_RAW_LHZ(r, base, i) (0xa0000000 | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) macro
|