Searched refs:PPC_INST_DCBA_MASK (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/include/asm/ | ||
D | ppc-opcode.h | 20 #define PPC_INST_DCBA_MASK 0xfc0007fe macro |
/arch/powerpc/kernel/ | ||
D | traps.c | 927 if ((instword & PPC_INST_DCBA_MASK) == PPC_INST_DCBA) { in emulate_instruction() |