Searched refs:OP_SYSEXIT (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPATMAll.cpp515 if (pCpu->pCurInstr->uOpcode == OP_SYSEXIT)
/vbox/include/VBox/
H A Ddisopcode.h193 OP_SYSEXIT, enumerator in enum:OPCODES
/vbox/src/VBox/VMM/VMMR3/
H A DEMRaw.cpp738 case OP_SYSEXIT:
1060 case OP_SYSEXIT:
H A DPATM.cpp1523 case OP_SYSEXIT:
1678 case OP_SYSEXIT: /* will fault or emulated in GC */
2014 case OP_SYSEXIT:
2495 case OP_SYSEXIT: /* faults; inhibit should be cleared in HC handling */
6623 if (disret && (cpu.pCurInstr->uOpcode == OP_SYSEXIT || cpu.pCurInstr->uOpcode == OP_HLT || cpu.pCurInstr->uOpcode == OP_INT3))
6630 Assert(cpu.pCurInstr->uOpcode == OP_SYSEXIT || cpu.pCurInstr->uOpcode == OP_HLT || cpu.pCurInstr->uOpcode == OP_IRET);
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp835 case OP_SYSEXIT:
/vbox/src/VBox/Disassembler/
H A DDisasmTables.cpp458 OP("sysexit", 0, 0, 0, OP_SYSEXIT, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_CONTROLFLOW | DISOPTYPE_UNCOND_CONTROLFLOW),

Completed in 94 milliseconds