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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h1015 RTPTRUNION uPtrRet;
1368 &uPtrRet.pv, &uNewRsp);
1380 uPtrRet.pu32[0] = pCtx->eip + cbInstr;
1381 uPtrRet.pu32[1] = pCtx->cs.Sel; /** @todo Testcase: What is written to the high word when pushing CS? */
1393 uPtrRet.pu32[2 + i] = uPtrParmWds.pu32[i];
1404 uPtrRet.pu32[2 + cbWords + 0] = uOldRsp;
1405 uPtrRet.pu32[2 + cbWords + 1] = uOldSS;
1412 uPtrRet.pu16[0] = pCtx->ip + cbInstr;
1413 uPtrRet.pu16[1] = pCtx->cs.Sel;
1425 uPtrRet
1838 RTPTRUNION uPtrRet; local
[all...]

Completed in 64 milliseconds