RTEMS 6.1-rc5
|
MMU support. More...
Files | |
file | mmu.h |
MMU support API. | |
file | mmu.c |
MMU support implementation. | |
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.
#define LPC32XX_MMU_READ_ONLY |
#define LPC32XX_MMU_READ_WRITE |
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).