RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Fields
aarch64_mmu_control Struct Reference

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.
 

Detailed Description

This structure represents the state to maintain the MMU translation tables.

Field Documentation

◆ used_page_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.


The documentation for this struct was generated from the following file: