Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h274 #define PPC_INST_MFSPR_PVR_MASK 0xfc1ffffe macro
/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c1358 if ((instword & PPC_INST_MFSPR_PVR_MASK) == PPC_INST_MFSPR_PVR) { in emulate_instruction()