Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dppc-opcode.h31 #define PPC_INST_MCRXR 0x7c000400 macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c933 if ((instword & PPC_INST_MCRXR_MASK) == PPC_INST_MCRXR) { in emulate_instruction()