RTEMS 6.1-rc6
|
This source file contains the definition of aarch64_mmu_config_table and aarch64_mmu_config_table_size. More...
#include <bsp.h>
#include <bsp/aarch64-mmu.h>
#include <bsp/start.h>
#include <libcpu/mmu-vmsav8-64.h>
Variables | |
BSP_START_DATA_SECTION const aarch64_mmu_config_entry | aarch64_mmu_config_table [] |
This is the AArch64 MMU configuration table. | |
BSP_START_DATA_SECTION const size_t | aarch64_mmu_config_table_size |
This is the count of entries in the AArch64 MMU configuration table. | |
This source file contains the definition of aarch64_mmu_config_table and aarch64_mmu_config_table_size.
BSP_START_DATA_SECTION const aarch64_mmu_config_entry aarch64_mmu_config_table[] |
This is the AArch64 MMU configuration table.
The default table is provided by the BSP. Applications may provide their own.
BSP_START_DATA_SECTION const size_t aarch64_mmu_config_table_size |
This is the count of entries in the AArch64 MMU configuration table.
The default table is provided by the BSP. Applications may provide their own.