build_identity_page_tables_aarch64

Function build_identity_page_tables_aarch64 

Source
pub fn build_identity_page_tables_aarch64(
    page_table_gpa: u64,
    start_gpa: u64,
    size: u64,
    memory_attribute_indirection: MemoryAttributeIndirectionEl1,
    page_table_space: &mut [u8],
) -> &[u8] 
Expand description

Build a set of Aarch64 page tables identity mapping the given region.