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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h6120 PX86XSAVEAREA pXState = pCtx->CTX_SUFF(pXState); local
6121 pXState->x87.FCW = 0x37f;
6122 pXState->x87.FSW = 0;
6123 pXState->x87.FTW = 0x00; /* 0 - empty. */
6124 pXState->x87.FPUDP = 0;
6125 pXState->x87.DS = 0; //??
6126 pXState->x87.Rsrvd2= 0;
6127 pXState->x87.FPUIP = 0;
6128 pXState
[all...]

Completed in 60 milliseconds