KallistiOS git master
Independent SDK for the Sega Dreamcast
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Cacheability Settings

SH4 MMU page cachability settings values More...

Enumerations

enum  page_cache_t { MMU_NO_CACHE , MMU_CACHE_BACK , MMU_CACHE_WT , MMU_CACHEABLE = MMU_CACHE_BACK }
 

Detailed Description

SH4 MMU page cachability settings values

Each page mapped via the MMU can have its cacheability set individually.

Enumeration Type Documentation

◆ page_cache_t

Enumerator
MMU_NO_CACHE 

Cache disabled.

MMU_CACHE_BACK 

Write-back caching.

MMU_CACHE_WT 

Write-through caching.

MMU_CACHEABLE 

Default caching.