Searched refs:AsmCpuid (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DCpuId.asm18 ; AsmCpuid function
31 ; AsmCpuid (
39 AsmCpuid PROC USES ebx label
64 AsmCpuid ENDP
H A DCpuId.S18 # AsmCpuid function
24 ASM_GLOBAL ASM_PFX(AsmCpuid)
29 # AsmCpuid (
37 ASM_PFX(AsmCpuid):
H A DCpuId.c2 AsmCpuid function.
42 AsmCpuid ( function
H A DSwapBytes64.asm18 ; AsmCpuid function
H A DSwapBytes64.S18 # AsmCpuid function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DCpuId.asm18 ; AsmCpuid function
29 ; AsmCpuid (
37 AsmCpuid PROC USES rbx label
60 AsmCpuid ENDP
H A DCpuId.S18 # AsmCpuid function
27 # AsmCpuid (
35 ASM_GLOBAL ASM_PFX(AsmCpuid)
36 ASM_PFX(AsmCpuid):
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DXen.c54 AsmCpuid (XenLeaf + 2, &TransferPages, &TransferReg, NULL, NULL);
66 AsmCpuid (XenLeaf + 1, &XenVersion, NULL, NULL, NULL);
100 AsmCpuid (XenLeaf, NULL, (UINT32 *) &Signature[0],
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/X64/
H A DVirtualMemory.c70 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
72 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx);
86 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
88 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c67 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
69 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx);
83 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
85 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
151 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
153 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx);
166 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
168 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c225 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
227 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx);
241 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
243 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c522 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
524 AsmCpuid (0x80000001, NULL, NULL, NULL, &RegEdx);
538 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
540 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c822 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
825 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
1620 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
1622 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
1692 AsmCpuid (1, NULL, NULL, NULL, &RegEdx);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c700 AsmCpuid (0x80000000, &RegEax, NULL, NULL, NULL);
703 AsmCpuid (0x80000008, &RegEax, NULL, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicLib/
H A DBaseXApicLib.c181 AsmCpuid (CPUID_VERSION_INFO, NULL, &RegEbx, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicX2ApicLib/
H A DBaseXApicX2ApicLib.c261 AsmCpuid (CPUID_VERSION_INFO, NULL, &RegEbx, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h5127 AsmCpuid (

Completed in 1621 milliseconds