Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h269 #define PPC_INST_DCBA 0x7c0005ec macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1368 if ((instword & PPC_INST_DCBA_MASK) == PPC_INST_DCBA) { in emulate_instruction()