Searched refs:uNewDS (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/VMMAll/ |
H A D | IEMAll.cpp | 2663 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 1306 milliseconds