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