]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s
Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_Lib_Spec...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / FlushCacheRange.s
index 72623f5a2782d17cb664c1ded5eda48d7c717e16..ebb1290728b4ebb209c4bea1a2e48cdb3ee57388 100644 (file)
@@ -33,6 +33,7 @@
 //  invalidate the entire instruction cache if that is more efficient than\r
 //  invalidating the specified range. If Length is 0, the no instruction cache\r
 //  lines are invalidated. Address is returned.\r
+//  This function is only available on IPF.\r
 //\r
 //  If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
 //\r
 //  \r
 //  VOID *\r
 //  EFIAPI\r
-//  IpfFlushCacheRange (\r
+//  AsmFlushCacheRange (\r
 //    IN      VOID                      *Address,\r
 //    IN      UINTN                     Length\r
 //    );\r
 //\r
-PROCEDURE_ENTRY (IpfFlushCacheRange)\r
+PROCEDURE_ENTRY (AsmFlushCacheRange)\r
 \r
       NESTED_SETUP (5,8,0,0)\r
             \r
@@ -91,5 +92,5 @@ DoneFlushingC:
       mov          r8   = in0       // return *Address\r
       NESTED_RETURN\r
 \r
-PROCEDURE_EXIT (IpfFlushCacheRange)\r
+PROCEDURE_EXIT (AsmFlushCacheRange)\r
 \r