Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A 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()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h347 #define PPC_HI(v) (((v) >> 16) & 0xffff) macro
348 #define PPC_HA(v) PPC_HI((v) + 0x8000)

Completed in 12 milliseconds