Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h279 #define PPC_INST_MCRXR 0x7c000400 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1374 if ((instword & PPC_INST_MCRXR_MASK) == PPC_INST_MCRXR) { in emulate_instruction()