diff options
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c')
-rw-r--r-- | MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c index 0e70f2d156..e8267293f0 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c +++ b/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c @@ -19,6 +19,9 @@ Invalidates the entire instruction cache in cache coherency domain of the
calling CPU.
+ Invalidates the entire instruction cache in cache coherency domain of the
+ calling CPU.
+
**/
VOID
EFIAPI
@@ -50,7 +53,7 @@ InvalidateInstructionCache ( @param Length The number of bytes to invalidate from the instruction cache.
- @return Address of cache invalidation.
+ @return Address.
**/
VOID *
@@ -216,7 +219,7 @@ InvalidateDataCache ( then Address is a virtual address.
@param Length The number of bytes to invalidate from the data cache.
- @return Address of cache invalidation.
+ @return Address.
**/
VOID *
|