Home
last modified time | relevance | path

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

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