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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp2663 uint16_t uNewES, uNewCS, uNewSS, uNewDS, uNewFS, uNewGS, uNewLdt; local
2682 uNewDS = pNewTSS32->ds;
2705 uNewDS = pNewTSS16->ds;
2811 pCtx->ds.Sel = uNewDS;
2908 iemHlpLoadSelectorInV86Mode(pIemCpu, &pCtx->ds, uNewDS);
2990 rcStrict = iemHlpTaskSwitchLoadDataSelectorInProtMode(pIemCpu, &pCtx->ds, uNewDS);

Completed in 66 milliseconds