|
RTEMS
5.1
|
10 #ifndef __LIBCPU_MMU_H__ 11 #define __LIBCPU_MMU_H__ 15 #define MMU_SECT_SIZE 0x100000 17 #define MMU_CACHE_NONE 0x0 18 #define MMU_CACHE_BUFFERED 0x1 19 #define MMU_CACHE_WTHROUGH 0x2 20 #define MMU_CACHE_WBACK 0x3 30 void mmu_set_cpu_async_mode(
void);
unsigned size
Definition: tte.h:74