diff options
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c')
-rw-r--r-- | MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c index ccb5010..d960556 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c +++ b/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c @@ -56,7 +56,7 @@ InvalidateInstructionCache ( @param Length The number of bytes to invalidate from the instruction cache.
- @return Address
+ @return Address of cache invalidation.
**/
VOID *
@@ -111,7 +111,7 @@ WriteBackInvalidateDataCache ( @param Length The number of bytes to write back and invalidate from the
data cache.
- @return Address
+ @return Address of cache invalidation.
**/
VOID *
@@ -165,7 +165,7 @@ WriteBackDataCache ( mode, then Address is a virtual address.
@param Length The number of bytes to write back from the data cache.
- @return Address
+ @return Address of cache wrote in main memory.
**/
VOID *
@@ -222,7 +222,7 @@ InvalidateDataCache ( then Address is a virtual address.
@param Length The number of bytes to invalidate from the data cache.
- @return Address
+ @return Address of cache invalidation.
**/
VOID *
|