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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstGIP-2.cpp53 uint32_t uEax, uEbx, uEcx, uEdx; local
54 ASMCpuId(0x80000000, &uEax, &uEbx, &uEcx, &uEdx);
57 ASMCpuId(0x80000007, &uEax, &uEbx, &uEcx, &uEdx);
58 if (uEdx & X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR)
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp79 uint32_t uEax, uEbx, uEcx, uEdx; local
80 ASMCpuIdExSlow(uFirst, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
87 ASMCpuIdExSlow(uLeaf, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
93 uEdx = 0;
104 RTPrintf("%08x: %08x %08x %08x %08x\n", uLeaf, uEax, uEbx, uEcx, uEdx);
203 uint32_t uEax, uEbx, uEcx, uEdx; local
206 ASMCpuId(0x00000000, &uEax, &uEbx, &uEcx, &uEdx);
209 ASMCpuId(0x00000001, &uEax, &uEbx, &uEcx, &uEdx);
215 ASMCpuId(0x80000000, &uEax, &uEbx, &uEcx, &uEdx);
218 ASMCpuId(0x80000001, &uEax, &uEbx, &uEcx, &uEdx);
247 uint32_t uEax, uEbx, uEcx, uEdx; local
325 uint32_t uEax, uEbx, uEcx, uEdx; local
363 uint32_t uEax, uEbx, uEcx, uEdx; local
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp83 uint32_t uEdx; /**< which bits in edx to unify between CPUs. */ member in struct:__anon16829
173 ASMAtomicAndU32(&pLegacyLeaf->uEdx, edx | ~g_aCpuidUnifyBits[i].uEdx);
304 pLeaf->uEdx = pLegacyLeaf->uEdx;
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h5739 uint32_t uEdx = pCtx->edx; local
5744 Log2(("monitor rax=%RX64, ecx=%RX32, edx=%RX32; ECX != 0 -> #GP(0)\n", GCPtrMem, uEcx, uEdx));
/vbox/include/VBox/vmm/
H A Dcpumctx.h484 uint32_t uEdx; member in struct:CPUMCPUID
H A Dcpum.h296 uint32_t uEdx; member in struct:CPUMCPUIDLEAF
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4298 uint32_t uEax, uEbx, uEcx, uEdx; local
4299 ASMCpuIdExSlow(0, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
4302 g_enmVendor = CPUMR3CpuIdDetectVendorEx(uEax, uEbx, uEcx, uEdx);
4304 ASMCpuIdExSlow(1, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
4384 paLeaves[i].uEax, paLeaves[i].uEbx, paLeaves[i].uEcx, paLeaves[i].uEdx);
4467 uint32_t uEax, uEbx, uEcx, uEdx;
4468 ASMCpuIdExSlow(0, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
4472 CPUMCPUVENDOR enmVendor = CPUMR3CpuIdDetectVendorEx(uEax, uEbx, uEcx, uEdx);
4474 return RTMsgErrorRc(VERR_NOT_IMPLEMENTED, "Unknown CPU vendor: %.4s%.4s%.4s\n", &uEbx, &uEdx, &uEcx);
4475 vbCpuRepDebug("CPU Vendor: %s - %.4s%.4s%.4s\n", CPUMR3CpuVendorName(enmVendor), &uEbx, &uEdx,
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp555 pLegacy->uEdx = pLeaf->uEdx;
651 * @param uEdx The EDX value.
656 uint32_t uEax, uint32_t uEbx, uint32_t uEcx, uint32_t uEdx, uint32_t fFlags)
672 pNew->uEdx = uEdx;
1117 uint32_t uEax, uEbx, uEcx, uEdx; local
1118 ASMCpuIdExSlow(uLeaf, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
1130 ASMCpuIdExSlow(uLeaf, 0, 0, 0, &uEax, &uEbx, &uEcx, &uEdx);
1143 || uEdx
654 cpumR3CollectCpuIdInfoAddOne(PCPUMCPUIDLEAF *ppaLeaves, uint32_t *pcLeaves, uint32_t uLeaf, uint32_t uSubLeaf, uint32_t fSubLeafMask, uint32_t uEax, uint32_t uEbx, uint32_t uEcx, uint32_t uEdx, uint32_t fFlags) argument
[all...]

Completed in 76 milliseconds