Searched refs:mem_attr_table (Results 1 – 3 of 3) sorted by relevance
28 if (efi.mem_attr_table == EFI_INVALID_TABLE_ADDR) in efi_memattr_init()31 tbl = early_memremap(efi.mem_attr_table, sizeof(*tbl)); in efi_memattr_init()34 efi.mem_attr_table); in efi_memattr_init()45 memblock_reserve(efi.mem_attr_table, tbl_size); in efi_memattr_init()153 tbl = memremap(efi.mem_attr_table, tbl_size, MEMREMAP_WB); in efi_memattr_apply_permissions()156 efi.mem_attr_table); in efi_memattr_apply_permissions()
53 .mem_attr_table = EFI_INVALID_TABLE_ADDR,75 &efi.mem_attr_table,484 {EFI_MEMORY_ATTRIBUTES_TABLE_GUID, "MEMATTR", &efi.mem_attr_table},
957 unsigned long mem_attr_table; /* memory attributes table */ member