Home
last modified time | relevance | path

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

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