Searched refs:OP_INT3 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstLdrDisasmTest.cpp152 DISAS_AND_CHECK(1, OP_INT3);
/vbox/include/VBox/
H A Ddisopcode.h126 OP_INT3, enumerator in enum:OPCODES
/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp551 case OP_INT3:
1521 case OP_INT3:
H A DDisasmTablesX64.cpp296 OP("int 3", 0, 0, 0, OP_INT3, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INTERRUPT),
H A DDisasmTables.cpp322 OP("int 3", 0, 0, 0, OP_INT3, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_INTERRUPT),
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp802 case OP_INT3:
912 case OP_INT3:
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp866 case OP_INT3:
1163 case OP_INT3:
H A DPATM.cpp1504 else if ( pCpu->pCurInstr->uOpcode == OP_INT3
1645 if (pCpu->pCurInstr->uOpcode == OP_INT3 || pCpu->pCurInstr->uOpcode == OP_INT || pCpu->pCurInstr->uOpcode == OP_INTO)
2053 case OP_INT3:
2203 if (pCpu->pCurInstr->uOpcode == OP_INT3)
6623 if (disret && (cpu.pCurInstr->uOpcode == OP_SYSEXIT || cpu.pCurInstr->uOpcode == OP_HLT || cpu.pCurInstr->uOpcode == OP_INT3))

Completed in 100 milliseconds