Searched refs:GCPtrSegBase (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp64 RTGCUINTPTR GCPtrSegBase; member in struct:__anon16844
75 /** Pointer to the next instruction (relative to GCPtrSegBase). */
112 pState->GCPtrSegBase = pSelInfo->GCPtrBase;
217 * DBGFDISASSTATE::GCPtrSegBase.
224 RTGCUINTPTR GCPtr = pDis->uInstrAddr + offInstr + pState->GCPtrSegBase;
H A DCPUM.cpp1910 RTGCUINTPTR GCPtrSegBase; member in struct:CPUMDISASSTATE
1936 RTGCUINTPTR GCPtr = pDis->uInstrAddr + offInstr + pState->GCPtrSegBase;
2047 State.GCPtrSegBase = pCtx->cs.u64Base;
2060 State.GCPtrSegBase = pCtx->cs.Sel * 16;

Completed in 39 milliseconds