Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfuchsia_boot.rs130 efi_memory_attribute_table: &EfiMemoryAttributesTable, in add_memory_items()
149 efi_memory_attribute_table: &EfiMemoryAttributesTable, in generate_efi_memory_attributes_table_item()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs782 pub struct EfiMemoryAttributesTable<'a> { struct
784 pub header: &'a EfiMemoryAttributesTableHeader, argument
788 /// Iterator for traversing `EfiMemoryAttributesTable` descriptors. argument
813 impl<'a> EfiMemoryAttributesTable<'a> { impl
854 impl<'a> IntoIterator for &EfiMemoryAttributesTable<'a> { implementation