]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/CpuIdEx.asm
Updated CpuFlushCacheLine() to return the address flushed.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / CpuIdEx.asm
index ec5729fbaab61a450a9a3472684be04e132975b3..450cf543f70d0c9fe345372309e13fa6d3283af8 100644 (file)
 ;
 ; Module Name:
 ;
-;   CpuId.Asm
+;   CpuIdEx.Asm
 ;
 ; Abstract:
 ;
-;   AsmCpuid function
+;   AsmCpuidEx function
 ;
 ; Notes:
 ;
@@ -26,7 +26,7 @@
 ;------------------------------------------------------------------------------
 ;  UINT32
 ;  EFIAPI
-;  AsmCpuid (
+;  AsmCpuidEx (
 ;    IN   UINT32  RegisterInEax,
 ;    IN   UINT32  RegisterInEcx,
 ;    OUT  UINT32  *RegisterOutEax  OPTIONAL,