Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc-opcode.h34 #define PPC_INST_MFSPR_PVR_MASK 0xfc1fffff macro
/arch/powerpc/kernel/
Dtraps.c919 if ((instword & PPC_INST_MFSPR_PVR_MASK) == PPC_INST_MFSPR_PVR) { in emulate_instruction()