|
KallistiOS
2.0.0
|
Macros | |
| #define | MMU_NO_CACHE 1 |
| Cache disabled. | |
| #define | MMU_CACHE_BACK 2 |
| Write-back cacheing. | |
| #define | MMU_CACHE_WT 3 |
| Write-through cacheing. | |
| #define | MMU_CACHEABLE MMU_CACHE_BACK |
| Default cacheing. | |
Each page mapped via the MMU can have its cacheability set individually.
| #define MMU_CACHE_BACK 2 |
Write-back cacheing.
| #define MMU_CACHE_WT 3 |
Write-through cacheing.
| #define MMU_CACHEABLE MMU_CACHE_BACK |
Default cacheing.
| #define MMU_NO_CACHE 1 |
Cache disabled.
1.8.1.1