KallistiOS git master
Independent SDK for the Sega Dreamcast
|
SH4 MMU page protection settings values More...
Macros | |
#define | MMU_KERNEL_RDONLY 0 |
No user access, kernel read-only. | |
#define | MMU_KERNEL_RDWR 1 |
No user access, kernel full. | |
#define | MMU_ALL_RDONLY 2 |
Read-only user and kernel. | |
#define | MMU_ALL_RDWR 3 |
Full access, user and kernel. | |
SH4 MMU page protection settings values
Each page mapped via the MMU can be protected in a couple of different ways, as specified here.
#define MMU_ALL_RDONLY 2 |
Read-only user and kernel.
#define MMU_ALL_RDWR 3 |
Full access, user and kernel.
#define MMU_KERNEL_RDONLY 0 |
No user access, kernel read-only.
#define MMU_KERNEL_RDWR 1 |
No user access, kernel full.