![]() |
RTEMS 6.1-rc7
|
MMU support API. More...
#include <libcpu/arm-cp15.h>
Go to the source code of this file.
Macros | |
#define | LPC32XX_MMU_CLIENT_DOMAIN 15U |
#define | LPC32XX_MMU_READ_ONLY |
#define | LPC32XX_MMU_READ_ONLY_CACHED (LPC32XX_MMU_READ_ONLY | ARM_MMU_SECT_C | ARM_MMU_SECT_B) |
#define | LPC32XX_MMU_READ_WRITE |
#define | LPC32XX_MMU_READ_WRITE_CACHED (LPC32XX_MMU_READ_WRITE | ARM_MMU_SECT_C | ARM_MMU_SECT_B) |
Functions | |
uint32_t | lpc32xx_set_translation_table_entries (const void *begin, const void *end, uint32_t section_flags) |
Sets the section_flags for the address range [begin, end). | |
MMU support API.