Searched defs:EfiMemoryAttributesTable (Results 1 – 2 of 2) sorted by relevance
130 efi_memory_attribute_table: &EfiMemoryAttributesTable, in add_memory_items()149 efi_memory_attribute_table: &EfiMemoryAttributesTable, in generate_efi_memory_attributes_table_item()
782 pub struct EfiMemoryAttributesTable<'a> { struct784 pub header: &'a EfiMemoryAttributesTableHeader, argument788 /// Iterator for traversing `EfiMemoryAttributesTable` descriptors. argument813 impl<'a> EfiMemoryAttributesTable<'a> { impl854 impl<'a> IntoIterator for &EfiMemoryAttributesTable<'a> { implementation