Searched refs:mem_attr_table (Results 1 – 4 of 4) sorted by relevance
25 if (efi.mem_attr_table == EFI_INVALID_TABLE_ADDR) in efi_memattr_init()28 tbl = early_memremap(efi.mem_attr_table, sizeof(*tbl)); in efi_memattr_init()31 efi.mem_attr_table); in efi_memattr_init()42 memblock_reserve(efi.mem_attr_table, tbl_size); in efi_memattr_init()150 tbl = memremap(efi.mem_attr_table, tbl_size, MEMREMAP_WB); in efi_memattr_apply_permissions()153 efi.mem_attr_table); in efi_memattr_apply_permissions()
51 .mem_attr_table = EFI_INVALID_TABLE_ADDR,472 {EFI_MEMORY_ATTRIBUTES_TABLE_GUID, "MEMATTR", &efi.mem_attr_table},
84 &efi.mem_attr_table,
998 unsigned long mem_attr_table; /* memory attributes table */ member