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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1642 PCCPUMCPUIDLEAF const pXStateLeaf0 = cpumR3CpuIdFindLeafEx(paLeaves, cLeaves, 13, 0); local
1643 if (pXStateLeaf0)
1645 if ( pXStateLeaf0->uEcx >= sizeof(X86FXSTATE)
1646 && pXStateLeaf0->uEcx <= _8K
1647 && RT_ALIGN_32(pXStateLeaf0->uEcx, 8) == pXStateLeaf0->uEcx
1648 && pXStateLeaf0->uEbx >= sizeof(X86FXSTATE)
1649 && pXStateLeaf0->uEbx <= pXStateLeaf0->uEcx
1650 && RT_ALIGN_32(pXStateLeaf0
[all...]

Completed in 76 milliseconds