Searched refs:PPC_INST_SYNC (Results 1 – 2 of 2) sorted by relevance
153 #define PPC_INST_SYNC 0x7c0004ac macro
357 if (*nip == PPC_INST_SYNC || (*nip >> 26) == OP_TRAP) { in check_io_access()1088 if ((instword & PPC_INST_SYNC_MASK) == PPC_INST_SYNC) { in emulate_instruction()