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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddr.cpp114 if (Sel != DBGF_SEL_FLAT)
184 pAddress->Sel = DBGF_SEL_FLAT;
205 pAddress->Sel = DBGF_SEL_FLAT;
H A DVMMGuruMeditation.cpp406 pc.Sel = DBGF_SEL_FLAT;
411 ebp.Sel = DBGF_SEL_FLAT;
415 esp.Sel = DBGF_SEL_FLAT;
H A DDBGFDisas.cpp449 if (pCtxCore->cs.Sel == Sel && Sel != DBGF_SEL_FLAT)
491 else if (Sel == DBGF_SEL_FLAT)
607 else if (Sel == DBGF_SEL_FLAT)
635 else if (Sel == DBGF_SEL_FLAT)
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp39 pAddress->Sel = DBGF_SEL_FLAT;
/vbox/include/VBox/vmm/
H A Ddbgf.h67 /** The selector. DBGF_SEL_FLAT is a legal value. */
908 #define DBGF_SEL_FLAT 1 macro
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1066 rc = DBGFR3DisasInstrEx(pUVM, pDbgc->idCpu, DBGF_SEL_FLAT, pDbgc->DisasmPos.u.GCFlat, fFlags,

Completed in 70 milliseconds