pub fn build_identity_page_tables_aarch64(
page_table_gpa: u64,
start_gpa: u64,
size: u64,
memory_attribute_indirection: MemoryAttributeIndirectionEl1,
page_table_region_size: usize,
) -> Vec<u8> ⓘ
Expand description
Build a set of Aarch64 page tables identity mapping the given region.