Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DCpuIdEx.S18 # AsmCpuidEx function
28 # AsmCpuidEx (
37 .globl ASM_PFX(AsmCpuidEx)
38 ASM_PFX(AsmCpuidEx):
DCpuIdEx.asm16 ; AsmCpuidEx function
27 ; AsmCpuidEx (
36 AsmCpuidEx PROC USES rbx label
60 AsmCpuidEx ENDP
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DCpuIdEx.asm18 ; AsmCpuidEx function
31 ; AsmCpuidEx (
40 AsmCpuidEx PROC USES ebx label
66 AsmCpuidEx ENDP
DCpuIdEx.S18 # AsmCpuidEx function
32 # AsmCpuidEx (
41 .globl ASM_PFX(AsmCpuidEx)
42 ASM_PFX(AsmCpuidEx):
DCpuIdEx.c19 AsmCpuidEx ( in AsmCpuidEx() function
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DCpuIdEx.asm18 ; AsmCpuidEx function
29 ; AsmCpuidEx (
38 AsmCpuidEx PROC USES rbx label
62 AsmCpuidEx ENDP
DCpuIdEx.nasm18 ; AsmCpuidEx function
30 ; AsmCpuidEx (
39 global ASM_PFX(AsmCpuidEx)
40 ASM_PFX(AsmCpuidEx):
DCpuIdEx.S18 # AsmCpuidEx function
27 # AsmCpuidEx (
36 ASM_GLOBAL ASM_PFX(AsmCpuidEx)
37 ASM_PFX(AsmCpuidEx):
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DCpuIdEx.S18 # AsmCpuidEx function
30 # AsmCpuidEx (
39 ASM_GLOBAL ASM_PFX(AsmCpuidEx)
40 ASM_PFX(AsmCpuidEx):
DCpuIdEx.asm18 ; AsmCpuidEx function
31 ; AsmCpuidEx (
40 AsmCpuidEx PROC USES ebx label
66 AsmCpuidEx ENDP
DCpuIdEx.nasm18 ; AsmCpuidEx function
29 ; AsmCpuidEx (
38 global ASM_PFX(AsmCpuidEx)
39 ASM_PFX(AsmCpuidEx):
DCpuIdEx.c49 AsmCpuidEx ( in AsmCpuidEx() function
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c464 AsmCpuidEx ( in CpuidCacheParams()
583 AsmCpuidEx ( in CpuidStructuredExtendedFeatureFlags()
589 AsmCpuidEx ( in CpuidStructuredExtendedFeatureFlags()
707 AsmCpuidEx ( in CpuidExtendedTopology()
738 AsmCpuidEx ( in CpuidExtendedStateSubLeaf()
771 AsmCpuidEx ( in CpuidExtendedStateSizeOffset()
804 AsmCpuidEx ( in CpuidExtendedStateMainLeaf()
841 AsmCpuidEx ( in CpuidIntelRdtMonitoringEnumerationSubLeaf()
868 AsmCpuidEx ( in CpuidIntelRdtMonitoringL3CacheCapabilitySubLeaf()
896 AsmCpuidEx ( in CpuidIntelRdtAllocationL3CacheSubLeaf()
[all …]
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c322 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, &RegEbx, NULL, &ApicId); in GetInitialApicId()
1019 AsmCpuidEx( in GetProcessorLocationByApicId()
1049 AsmCpuidEx( in GetProcessorLocationByApicId()
1071 AsmCpuidEx(CPUID_CACHE_PARAMS, 0, &CacheParamsEax.Uint32, NULL, NULL, NULL); in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c419 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, 0, NULL, &RegEbx, NULL, &ApicId); in GetInitialApicId()
1114 AsmCpuidEx( in GetProcessorLocationByApicId()
1144 AsmCpuidEx( in GetProcessorLocationByApicId()
1166 AsmCpuidEx(CPUID_CACHE_PARAMS, 0, &CacheParamsEax.Uint32, NULL, NULL, NULL); in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueBaseLib.h5229 AsmCpuidEx (
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h5733 AsmCpuidEx (
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c2282 AsmCpuidEx ( in CommandCommunication()