Searched defs:Eax (Results 1 - 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfThunk.h66 UINT32 Eax; // 0 member in struct:__anon5611
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
H A DMicrocode.c55 CPUID_VERSION_INFO_EAX Eax; local
86 AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, NULL, NULL, NULL);
110 if (MicrocodeEntryPoint->ProcessorSignature.Uint32 == Eax.Uint32 &&
152 if ((ExtendedTable->ProcessorSignature.Uint32 == Eax.Uint32) &&
H A DMpLib.c32 UINT32 Eax; local
38 AsmCpuid (CPUID_EXTENDED_FUNCTION, &Eax, NULL, NULL, NULL);
39 if (Eax >= CPUID_EXTENDED_CPU_SIG) {
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
H A DSmmProfileArch.h44 UINT32 Eax; member in struct:_PEBS_RECORD
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspCommonLib/
H A DFspCommonLib.c46 UINT32 Eax; member in struct:__anon5993
156 *(UINT32 *)(UINTN)(FspData->CoreStack + CONTEXT_STACK_OFFSET(Eax)) = ReturnStatus;
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspCommonLib/
H A DFspCommonLib.c48 UINT32 Eax; member in struct:__anon6010
179 *(UINT32 *)(UINTN)(FspData->CoreStack + CONTEXT_STACK_OFFSET(Eax)) = ReturnStatus;
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
H A DCpuid.c178 UINT32 Eax; local
184 AsmCpuid (CPUID_SIGNATURE, &Eax, &Ebx, &Ecx, &Edx);
187 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx, Ecx, Edx);
188 PRINT_VALUE (Eax, MaximumLeaf);
195 gMaximumBasicFunction = Eax;
207 CPUID_VERSION_INFO_EAX Eax; local
218 AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
221 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
223 DisplayFamily = Eax.Bits.FamilyId;
224 if (Eax
340 CPUID_CACHE_INFO_CACHE_TLB Eax; local
453 CPUID_CACHE_PARAMS_EAX Eax; local
498 CPUID_MONITOR_MWAIT_EAX Eax; local
535 CPUID_THERMAL_POWER_MANAGEMENT_EAX Eax; local
574 UINT32 Eax; local
640 UINT32 Eax; local
660 CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING_EAX Eax; local
695 CPUID_EXTENDED_TOPOLOGY_EAX Eax; local
733 CPUID_EXTENDED_STATE_SUB_LEAF_EAX Eax; local
764 UINT32 Eax; local
795 CPUID_EXTENDED_STATE_MAIN_LEAF_EAX Eax; local
891 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EAX Eax; local
919 CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX Eax; local
971 CPUID_INTEL_SGX_CAPABILITIES_0_SUB_LEAF_EAX Eax; local
996 UINT32 Eax; local
1018 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EAX Eax; local
1089 CPUID_INTEL_PROCESSOR_TRACE_SUB_LEAF_EAX Eax; local
1115 UINT32 Eax; local
1154 UINT32 Eax; local
1176 CPUID_PROCESSOR_FREQUENCY_EAX Eax; local
1202 CPUID_SOC_VENDOR_BRAND_STRING_DATA Eax; local
1260 UINT32 Eax; local
1296 UINT32 Eax; local
1315 UINT32 Eax; local
1346 CPUID_BRAND_STRING_DATA Eax; local
1445 CPUID_VIR_PHY_ADDRESS_SIZE_EAX Eax; local
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
H A DGccInline.c1675 Executes a MONITOR instruction with the register state specified by Eax, Ecx
1676 and Edx. Returns Eax. This function is only available on IA-32 and X64.
1678 @param Eax The value to load into EAX or RAX before executing the MONITOR
1685 @return Eax
1691 IN UINTN Eax,
1699 : "a" (Eax),
1704 return Eax;
1711 Executes an MWAIT instruction with the register state specified by Eax and
1712 Ecx. Returns Eax. This function is only available on IA-32 and X64.
1714 @param Eax Th
1690 AsmMonitor( IN UINTN Eax, IN UINTN Ecx, IN UINTN Edx ) argument
1724 AsmMwait( IN UINTN Eax, IN UINTN Ecx ) argument
[all...]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
H A DTransferProtocol.h347 UINT32 Eax; // The value of EAX prior to invoking the CPUID instruction member in struct:__anon10576
352 UINT32 Eax; // The value of EAX returned by the CPUID instruction member in struct:__anon10577
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
H A DProcessorContext.h204 UINT32 Eax; member in struct:__anon10550
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDebugSupport.h133 UINT32 Eax; member in struct:__anon8910
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
H A DCper.h650 UINT32 Eax; member in struct:__anon7038

Completed in 218 milliseconds