 |
RTEMS 7.0-rc1
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
35#ifndef __LIBCPU_MMU_H__
36#define __LIBCPU_MMU_H__
40#define MMU_SECT_SIZE 0x100000
42#define MMU_CACHE_NONE 0x0
43#define MMU_CACHE_BUFFERED 0x1
44#define MMU_CACHE_WTHROUGH 0x2
45#define MMU_CACHE_WBACK 0x3
55void mmu_set_cpu_async_mode(
void);