Home
last modified time | relevance | path

Searched refs:VersionInfoEdx (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.c169 CPUID_VERSION_INFO_EDX VersionInfoEdx; in SaveVolatileRegisters() local
175 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &VersionInfoEdx.Uint32); in SaveVolatileRegisters()
176 if (VersionInfoEdx.Bits.DE != 0) { in SaveVolatileRegisters()
203 CPUID_VERSION_INFO_EDX VersionInfoEdx; in RestoreVolatileRegisters() local
210 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &VersionInfoEdx.Uint32); in RestoreVolatileRegisters()
211 if (VersionInfoEdx.Bits.DE != 0) { in RestoreVolatileRegisters()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c973 CPUID_VERSION_INFO_EDX VersionInfoEdx; in GetProcessorLocationByApicId() local
987 AsmCpuid(CPUID_VERSION_INFO, NULL, NULL, NULL, &VersionInfoEdx.Uint32); in GetProcessorLocationByApicId()
988 if (VersionInfoEdx.Bits.HTT == 0) { in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c1068 CPUID_VERSION_INFO_EDX VersionInfoEdx; in GetProcessorLocationByApicId() local
1082 AsmCpuid(CPUID_VERSION_INFO, NULL, NULL, NULL, &VersionInfoEdx.Uint32); in GetProcessorLocationByApicId()
1083 if (VersionInfoEdx.Bits.HTT == 0) { in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c422 CPUID_VERSION_INFO_EDX VersionInfoEdx; in CpuidSerialNumber() local
432 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &VersionInfoEdx.Uint32); in CpuidSerialNumber()
433 if (VersionInfoEdx.Bits.PSN == 0) { in CpuidSerialNumber()