RTEMS 6.1-rc6
|
This structure represents the state to maintain the MMU translation tables. More...
#include <aarch64-mmu.h>
Data Fields | |
uint64_t * | ttb |
This member references the translation table base. | |
size_t | used_page_tables |
This member contains the count of used page tables. | |
This structure represents the state to maintain the MMU translation tables.
size_t aarch64_mmu_control::used_page_tables |
This member contains the count of used page tables.
A maximum of ::AARCH64_MMU_TRANSLATION_TABLE_PAGES can be used.