Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc-opcode.h226 #define PPC_INST_MFSPR_PVR 0x7c1f42a6 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1353 if ((instword & PPC_INST_MFSPR_PVR_MASK) == PPC_INST_MFSPR_PVR) { in emulate_instruction()