Home
last modified time | relevance | path

Searched refs:PPC_HIGHEST (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Doptprobes.c139 patch_instruction(addr++, ppc_inst(PPC_RAW_LIS(reg, PPC_HIGHEST(val)))); in patch_imm64_load_insns()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h367 #define PPC_HIGHEST(v) (((v) >> 48) & 0xffff) macro