Searched refs:PPC_INST_MCRXR (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/include/asm/ | ||
D | ppc-opcode.h | 152 #define PPC_INST_MCRXR 0x7c000400 macro |
/arch/powerpc/kernel/ | ||
D | traps.c | 1033 if ((instword & PPC_INST_MCRXR_MASK) == PPC_INST_MCRXR) { in emulate_instruction() |