Go to the documentation of this file.
47 #include <sys/cdefs.h>
88 #define MMU_TOP_SHIFT 21
89 #define MMU_TOP_BITS 10
90 #define MMU_TOP_MASK ((1 << MMU_TOP_BITS) - 1)
91 #define MMU_BOT_SHIFT 12
92 #define MMU_BOT_BITS 9
93 #define MMU_BOT_MASK ((1 << MMU_BOT_BITS) - 1)
94 #define MMU_IND_SHIFT 0
95 #define MMU_IND_BITS 12
96 #define MMU_IND_MASK ((1 << MMU_IND_BITS) - 1)
106 #define MMU_KERNEL_RDONLY 0
107 #define MMU_KERNEL_RDWR 1
108 #define MMU_ALL_RDONLY 2
109 #define MMU_ALL_RDWR 3
118 #define MMU_NO_CACHE 1
119 #define MMU_CACHE_BACK 2
120 #define MMU_CACHE_WT 3
121 #define MMU_CACHEABLE MMU_CACHE_BACK
150 #define MMU_SUB_PAGES 512
164 #define MMU_PAGES 1024
265 int count,
int prot,
int cache,
int share,
int dirty);