Home
last modified time | relevance | path

Searched refs:efi_mem_attr_table (Results 1 – 2 of 2) sorted by relevance

/drivers/firmware/efi/
Dmemattr.c16 unsigned long __ro_after_init efi_mem_attr_table = EFI_INVALID_TABLE_ADDR; variable
26 if (efi_mem_attr_table == EFI_INVALID_TABLE_ADDR) in efi_memattr_init()
29 tbl = early_memremap(efi_mem_attr_table, sizeof(*tbl)); in efi_memattr_init()
32 efi_mem_attr_table); in efi_memattr_init()
43 memblock_reserve(efi_mem_attr_table, tbl_size); in efi_memattr_init()
147 tbl = memremap(efi_mem_attr_table, tbl_size, MEMREMAP_WB); in efi_memattr_apply_permissions()
150 efi_mem_attr_table); in efi_memattr_apply_permissions()
Defi.c581 {EFI_MEMORY_ATTRIBUTES_TABLE_GUID, &efi_mem_attr_table, "MEMATTR" },