Home
last modified time | relevance | path

Searched defs:EfiMemoryAttributesTable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs771 pub struct EfiMemoryAttributesTable<'a> { struct
773 pub header: &'a EfiMemoryAttributesTableHeader, argument
777 /// Iterator for traversing `EfiMemoryAttributesTable` descriptors. argument
801 impl<'a> EfiMemoryAttributesTable<'a> { implementation
842 impl<'a> IntoIterator for &EfiMemoryAttributesTable<'a> { implementation
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dfuchsia_boot.rs120 efi_memory_attribute_table: &EfiMemoryAttributesTable, in add_memory_items()
139 efi_memory_attribute_table: &EfiMemoryAttributesTable, in generate_efi_memory_attributes_table_item()