Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h261 #define PPC_INST_DCBA 0x7c0005ec macro
/linux-6.1.9/arch/powerpc/kernel/
Dtraps.c1366 if ((instword & PPC_INST_DCBA_MASK) == PPC_INST_DCBA) { in emulate_instruction()