HomeSort by relevance Sort by last modified time
    Searched refs:Cpuid (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.inf 2 # UEFI Application to display CPUID leaf information.
4 # This UEFI application displays the registers values returned by CPUID for
5 # all the CPUID leafs and sub-leafs that a CPU supports. It also displays
6 # the values of all the bit fields in the registers returned by each CPUID
22 BASE_NAME = Cpuid
23 MODULE_UNI_FILE = Cpuid.uni
36 Cpuid.c
Cpuid.c 2 UEFI Application to display CPUID leaf information.
18 #include <Register/Cpuid.h>
21 /// Macro used to display the value of a bit field in a register returned by CPUID.
27 /// Macro used to display the value of a register returned by CPUID.
156 { 0xFF , "General" , "CPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters" }
160 /// The maximum supported CPUID leaf index starting from leaf 0x00000000.
165 /// The maximum supported CPUID leaf index starting from leaf 0x80000000.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
CommonHeader.h 82 #include <Register/Cpuid.h>
  /device/linaro/bootloader/edk2/UefiCpuPkg/
UefiCpuPkg.dsc 111 UefiCpuPkg/Application/Cpuid/Cpuid.inf
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.h 39 #include <Register/Cpuid.h>
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 20 #include <Register/Cpuid.h>
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
SmmCpuFeaturesLib.c 22 #include <Register/Cpuid.h>
112 // Check CPUID(CPUID_VERSION_INFO).EDX[12] for MTRR capability
161 // CPUID(CPUID_EXTENDED_CPU_SIG).EDX[29]
SmmStm.c 24 #include <Register/Cpuid.h>
297 // Extended CPUID functions are not supported on this processor.
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 56 #include <Register/Cpuid.h>
    [all...]
SmramSaveState.c 23 #include <Register/Cpuid.h>
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 17 #include <Register/Cpuid.h>
311 // Get the max index of basic CPUID
316 // If CPUID Leaf B is supported,
317 // And CPUID.0BH:EBX[15:0] reports a non-zero value,
318 // Then the initial 32-bit APIC ID = CPUID.0BH:EDX
319 // Else the initial 8-bit APIC ID = CPUID.1:EBX[31:24]
1010 // Get the max index of basic CPUID
1028 // If CPUID.(EAX=0BH, ECX=0H):EBX returns zero and maximum input value for
1029 // basic CPUID information is greater than 0BH, then CPUID.0BH leaf is not
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c 18 #include <Register/Cpuid.h>
409 // Get the max index of basic CPUID
413 // If CPUID Leaf B is supported,
414 // And CPUID.0BH:EBX[15:0] reports a non-zero value,
415 // Then the initial 32-bit APIC ID = CPUID.0BH:EDX
416 // Else the initial 8-bit APIC ID = CPUID.1:EBX[31:24]
1105 // Get the max index of basic CPUID
1123 // If CPUID.(EAX=0BH, ECX=0H):EBX returns zero and maximum input value for
1124 // basic CPUID information is greater than 0BH, then CPUID.0BH leaf is not
    [all...]

Completed in 5309 milliseconds