Searched refs:pLegacyLeaf (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp159 PCPUMCPUID pLegacyLeaf; local
161 pLegacyLeaf = &pVM->cpum.s.aGuestCpuIdPatmStd[uLeaf];
163 pLegacyLeaf = &pVM->cpum.s.aGuestCpuIdPatmExt[uLeaf - UINT32_C(0x80000000)];
165 pLegacyLeaf = &pVM->cpum.s.aGuestCpuIdPatmCentaur[uLeaf - UINT32_C(0xc0000000)];
172 ASMAtomicAndU32(&pLegacyLeaf->uEcx, ecx | ~g_aCpuidUnifyBits[i].uEcx);
173 ASMAtomicAndU32(&pLegacyLeaf->uEdx, edx | ~g_aCpuidUnifyBits[i].uEdx);
293 PCPUMCPUID pLegacyLeaf; local
295 pLegacyLeaf = &pVM->cpum.s.aGuestCpuIdPatmStd[uLeaf];
297 pLegacyLeaf = &pVM->cpum.s.aGuestCpuIdPatmExt[uLeaf - UINT32_C(0x80000000)];
299 pLegacyLeaf
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp2059 PCPUMCPUID pLegacyLeaf = &aOldRanges[i].paCpuIds[cLeft]; local
2063 pLegacyLeaf--;
2068 pLegacyLeaf->uEax = pLeaf->uEax;
2069 pLegacyLeaf->uEbx = pLeaf->uEbx;
2070 pLegacyLeaf->uEcx = pLeaf->uEcx;
2071 pLegacyLeaf->uEdx = pLeaf->uEdx;
2074 *pLegacyLeaf = pCpum->GuestInfo.DefCpuId;

Completed in 60 milliseconds