KallistiOS git master
Independent SDK for the Sega Dreamcast
|
SH4 MMU page cachability settings values More...
Macros | |
#define | MMU_NO_CACHE 1 |
Cache disabled. | |
#define | MMU_CACHE_BACK 2 |
Write-back caching. | |
#define | MMU_CACHE_WT 3 |
Write-through caching. | |
#define | MMU_CACHEABLE MMU_CACHE_BACK |
Default caching. | |
SH4 MMU page cachability settings values
Each page mapped via the MMU can have its cacheability set individually.
#define MMU_CACHE_BACK 2 |
Write-back caching.
#define MMU_CACHE_WT 3 |
Write-through caching.
#define MMU_CACHEABLE MMU_CACHE_BACK |
Default caching.
#define MMU_NO_CACHE 1 |
Cache disabled.