Lines Matching defs:CpuId
2706 LogRel(("CpuId: Std[2].al: %d -> 1\n", pCurLeaf->uEax & 0xff));
3120 /* CpuId 0x40000000..0x4fffffff: Reserved for hypervisor/emulator.
3992 CPUMCPUID CpuId;
3993 rc = SSMR3GetMem(pSSM, &CpuId, sizeof(CpuId));
4001 NewLeaf.uEax = CpuId.uEax;
4002 NewLeaf.uEbx = CpuId.uEbx;
4003 NewLeaf.uEcx = CpuId.uEcx;
4004 NewLeaf.uEdx = CpuId.uEdx;
5511 * Display the guest CpuId leaves.