Searched defs:uSeg (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h2821 * @param uSeg The segment to load.
2823 static void iemCImplCommonV8086LoadSeg(PCPUMSELREG pSReg, uint16_t uSeg) argument
2825 pSReg->Sel = uSeg;
2826 pSReg->ValidSel = uSeg;
2828 pSReg->u64Base = (uint32_t)uSeg << 4;
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h713 uint32_t uSeg; member in struct:CIDETBUF
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1278 * @param uSeg The segment number / selector.
1280 static PRTDBGDWARFSEG rtDbgModDwarfFindSegment(PRTDBGMODDWARF pThis, RTSEL uSeg) argument
1286 && paSegs[iSeg].uSegment == uSeg)
1290 if (uSeg == paSegs[iSeg].uSegment)
1306 * @param uSeg The segment number / selector.
1309 static int rtDbgModDwarfRecordSegOffset(PRTDBGMODDWARF pThis, RTSEL uSeg, uint64_t offSeg) argument
1316 || paSegs[iSeg].uSegment != uSeg)
1319 if (uSeg <= paSegs[iSeg].uSegment)
1322 || paSegs[iSeg].uSegment != uSeg)
1334 paSegs[iSeg].uSegment = uSeg;
2612 uint64_t uSeg = rtDwarfCursor_GetVarSizedU(pCursor, cbInstr - 1, UINT64_MAX); local
[all...]

Completed in 59 milliseconds