Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Doptprobes.c129 patch_instruction(addr++, ppc_inst(PPC_RAW_LIS(reg, PPC_HI(val)))); in patch_imm32_load_insns()
142 patch_instruction(addr++, ppc_inst(PPC_RAW_ORIS(reg, reg, PPC_HI(val)))); in patch_imm64_load_insns()
/arch/powerpc/include/asm/
Dppc-opcode.h348 #define PPC_HI(v) (((v) >> 16) & 0xffff) macro
349 #define PPC_HA(v) PPC_HI((v) + 0x8000)