Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dppc-opcode.h147 #define PPC_INST_SYNC 0x7c0004ac macro
/linux-4.1.27/arch/powerpc/kernel/
Dtraps.c1063 if ((instword & PPC_INST_SYNC_MASK) == PPC_INST_SYNC) { in emulate_instruction()