/device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Ia32/ |
D | InternalGetSpinLockProperties.c | 30 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/ |
D | X86Cache.c | 125 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/ |
D | CpuIA32.c | 60 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx in EfiCpuid() 173 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx in EfiCpuidExt()
|
D | CpuIA32.S | 90 movl %ebx, 4(%edi) # Reg->RegEbx 213 movl %ebx, 4(%edi) # Reg->RegEbx
|
D | CpuIA32.asm | 73 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/ |
D | CpuIA32.c | 72 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx 185 mov DWORD PTR [edi].RegEbx, ebx ; Reg->RegEbx
|
D | CpuIA32.S | 102 movl %ebx, 4(%edi) # Reg->RegEbx 225 movl %ebx, 4(%edi) # Reg->RegEbx
|
D | CpuIA32.asm | 91 mov dword ptr [edi+4],ebx ; Reg->RegEbx 211 mov dword ptr [edi + 4], ebx ; Reg->RegEbx
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/ |
D | BaseXApicLib.c | 306 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/ |
D | BaseXApicX2ApicLib.c | 405 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/ |
D | Cpu.asm | 76 mov [r8 + 4], ebx ; Reg->RegEbx 208 mov [r8 + 4 ], ebx ; Reg->RegEbx
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | MemoryCallback.c | 300 …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/ |
D | Cpu.asm | 97 mov [r8 + 4], ebx ; Reg->RegEbx 229 mov [r8 + 4 ], ebx ; Reg->RegEbx
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/ |
D | CpuFuncs.h | 129 UINT32 RegEbx; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/ |
D | CpuFuncs.h | 127 UINT32 RegEbx; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PpmPolicy/ |
D | PpmPolicy.c | 78 …AsmCpuid (EFI_CPUID_VERSION_INFO, &Cpuid01.RegEax, &Cpuid01.RegEbx, &Cpuid01.RegEcx, &Cpuid01.RegE… in PpmPolicyEntry()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/ |
D | CpuIA32.h | 37 UINT32 RegEbx;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/ |
D | CpuIA32.h | 27 UINT32 RegEbx; member
|