Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Dmemattr.c16 unsigned long __ro_after_init efi_mem_attr_table = EFI_INVALID_TABLE_ADDR; variable
27 if (efi_mem_attr_table == EFI_INVALID_TABLE_ADDR) in efi_memattr_init()
30 tbl = early_memremap(efi_mem_attr_table, sizeof(*tbl)); in efi_memattr_init()
33 efi_mem_attr_table); in efi_memattr_init()
59 memblock_reserve(efi_mem_attr_table, tbl_size); in efi_memattr_init()
162 tbl = memremap(efi_mem_attr_table, tbl_size, MEMREMAP_WB); in efi_memattr_apply_permissions()
165 efi_mem_attr_table); in efi_memattr_apply_permissions()
H A Defi.c621 {EFI_MEMORY_ATTRIBUTES_TABLE_GUID, &efi_mem_attr_table, "MEMATTR" },
/linux/arch/x86/platform/efi/
H A Defi.c80 &efi_mem_attr_table,
/linux/include/linux/
H A Defi.h767 extern unsigned long efi_mem_attr_table;