ARMv7-A: Clarify end address paramet in cache operations: It is the end+1 address, not the end address

This commit is contained in:
Gregory Nutt 2013-09-21 12:16:34 -06:00
parent f3d56e8695
commit c9050ae5fd
5 changed files with 8 additions and 8 deletions

View File

@ -901,7 +901,7 @@ extern "C" {
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None
@ -920,7 +920,7 @@ void cp15_coherent_dcache(uintptr_t start, uintptr_t end);
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None
@ -954,7 +954,7 @@ void cp15_invalidate_dcache_all(void);
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None
@ -972,7 +972,7 @@ void cp15_clean_dcache(uintptr_t start, uintptr_t end);
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None

View File

@ -80,7 +80,7 @@
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None

View File

@ -82,7 +82,7 @@
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None

View File

@ -80,7 +80,7 @@
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None

View File

@ -81,7 +81,7 @@
*
* Input Parameters:
* start - virtual start address of region
* end - virtual end address of region
* end - virtual end address of region + 1
*
* Returned Value:
* None