Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h76 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
97 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c629 PPC_RAW_LIS(_R12, 0), in ftrace_dyn_arch_init()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h506 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro