HomeSort by relevance Sort by last modified time
    Searched refs:Eax (Results 1 - 25 of 50) sorted by null

1 2

  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 178 UINT32 Eax;
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;
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);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 66 UINT32 Eax; // 0
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
Microcode.c 55 CPUID_VERSION_INFO_EAX Eax;
86 AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, NULL, NULL, NULL);
110 if (MicrocodeEntryPoint->ProcessorSignature.Uint32 == Eax.Uint32 &&
152 if ((ExtendedTable->ProcessorSignature.Uint32 == Eax.Uint32) &&
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmProfileArch.h 44 UINT32 Eax;
  /external/compiler-rt/lib/scudo/
scudo_utils.cpp 48 u32 Eax;
57 : "=a" (info->Eax), "=b" (info->Ebx), "=c" (info->Ecx), "=d" (info->Edx)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Monitor.S 32 # IN UINTN Eax,
38 movl 4(%esp), %eax
41 monitor %eax, %ecx, %edx
Mwait.S 32 # IN UINTN Eax,
37 movl 4(%esp), %eax
39 mwait %eax, %ecx
Mwait.asm 32 ; IN UINTN Eax,
37 mov eax, [esp + 4]
Monitor.asm 32 ; IN UINTN Eax,
38 mov eax, [esp + 4]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Monitor.S 29 # IN UINTN Eax,
36 mov %ecx,%eax
Monitor.asm 28 ; IN UINTN Eax,
34 mov eax, ecx
Mwait.S 29 # IN UINTN Eax,
35 mov %ecx,%eax
Mwait.asm 28 ; IN UINTN Eax,
33 mov eax, ecx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Mwait.asm 32 ; IN UINTN Eax,
37 mov eax, [esp + 4]
Monitor.S 30 # IN UINTN Eax,
36 movl 4(%esp), %eax
39 monitor %eax, %ecx, %edx # monitor
Mwait.S 30 # IN UINTN Eax,
35 movl 4(%esp), %eax
Monitor.asm 32 ; IN UINTN Eax,
38 mov eax, [esp + 4]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Monitor.asm 30 ; IN UINTN Eax,
36 mov eax, ecx
Mwait.asm 30 ; IN UINTN Eax,
35 mov eax, ecx
GccInline.c 1675 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.
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspCommonLib/
FspCommonLib.c 46 UINT32 Eax;
156 *(UINT32 *)(UINTN)(FspData->CoreStack + CONTEXT_STACK_OFFSET(Eax)) = ReturnStatus;
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspCommonLib/
FspCommonLib.c 48 UINT32 Eax;
179 *(UINT32 *)(UINTN)(FspData->CoreStack + CONTEXT_STACK_OFFSET(Eax)) = ReturnStatus;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
TransferProtocol.h 347 UINT32 Eax; // The value of EAX prior to invoking the CPUID instruction
352 UINT32 Eax; // The value of EAX returned by the CPUID instruction
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zptrace386_linux.go 18 Eax int32
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 43 mov $0x1,%eax
45 mov %edx,%eax
46 and $0x1000000,%eax
47 shr $0x18,%eax
64 mov 0xc(%ebp),%eax
69 shr $0x10,%eax
127 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
130 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
134 pop %eax
138 mov %eax,0x0
    [all...]

Completed in 201 milliseconds

1 2