Home
last modified time | relevance | path

Searched refs:RegEbx (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Ia32/
DInternalGetSpinLockProperties.c30 UINT32 RegEbx; in InternalGetSpinLockProperties() local
38 AsmCpuid (0x01, &RegEax, &RegEbx, NULL, NULL); in InternalGetSpinLockProperties()
42 CacheLineSize = ((RegEbx >> 8) & 0xff) * 8; in InternalGetSpinLockProperties()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/
DX86Cache.c125 UINT32 RegEbx; in WriteBackInvalidateDataCacheRange() local
141 AsmCpuid (0x01, NULL, &RegEbx, NULL, &RegEdx); in WriteBackInvalidateDataCacheRange()
150 CacheLineSize = (RegEbx & 0xff00) >> 5; in WriteBackInvalidateDataCacheRange()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
DCpuIA32.c60 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx in EfiCpuid()
173 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx in EfiCpuidExt()
DCpuIA32.S90 movl %ebx, 4(%edi) # Reg->RegEbx
213 movl %ebx, 4(%edi) # Reg->RegEbx
DCpuIA32.asm73 mov dword ptr [edi+4],ebx ; Reg->RegEbx
193 mov dword ptr [edi + 4], ebx ; Reg->RegEbx
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
DCpuIA32.c72 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx
185 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx
DCpuIA32.S102 movl %ebx, 4(%edi) # Reg->RegEbx
225 movl %ebx, 4(%edi) # Reg->RegEbx
DCpuIA32.asm91 mov dword ptr [edi+4],ebx ; Reg->RegEbx
211 mov dword ptr [edi + 4], ebx ; Reg->RegEbx
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c306 UINT32 RegEbx; in GetInitialApicId() local
322 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, &RegEbx, NULL, &ApicId); in GetInitialApicId()
323 if ((RegEbx & (BIT16 - 1)) != 0) { in GetInitialApicId()
328 AsmCpuid (CPUID_VERSION_INFO, NULL, &RegEbx, NULL, NULL); in GetInitialApicId()
329 return RegEbx >> 24; in GetInitialApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c405 UINT32 RegEbx; in GetInitialApicId() local
419 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, &RegEbx, NULL, &ApicId); in GetInitialApicId()
420 if ((RegEbx & (BIT16 - 1)) != 0) { in GetInitialApicId()
424 AsmCpuid (CPUID_VERSION_INFO, NULL, &RegEbx, NULL, NULL); in GetInitialApicId()
425 return RegEbx >> 24; in GetInitialApicId()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
DCpu.asm76 mov [r8 + 4], ebx ; Reg->RegEbx
208 mov [r8 + 4 ], ebx ; Reg->RegEbx
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryCallback.c300 …AsmCpuid (EFI_CPUID_EXTENDED_FUNCTION, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo.RegE… in MemoryDiscoveredPpiNotifyCallback()
302 …AsmCpuid (EFI_CPUID_VIRT_PHYS_ADDRESS_SIZE, &FeatureInfo.RegEax, &FeatureInfo.RegEbx, &FeatureInfo… in MemoryDiscoveredPpiNotifyCallback()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
DCpu.asm97 mov [r8 + 4], ebx ; Reg->RegEbx
229 mov [r8 + 4 ], ebx ; Reg->RegEbx
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/
DCpuFuncs.h129 UINT32 RegEbx; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/
DCpuFuncs.h127 UINT32 RegEbx; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PpmPolicy/
DPpmPolicy.c78 …AsmCpuid (EFI_CPUID_VERSION_INFO, &Cpuid01.RegEax, &Cpuid01.RegEbx, &Cpuid01.RegEcx, &Cpuid01.RegE… in PpmPolicyEntry()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
DCpuIA32.h37 UINT32 RegEbx;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/
DCpuIA32.h27 UINT32 RegEbx; member