Home
last modified time | relevance | path

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

/linux-6.15/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()
163 tbl = memremap(efi_mem_attr_table, tbl_size, MEMREMAP_WB); in efi_memattr_apply_permissions()
166 efi_mem_attr_table); in efi_memattr_apply_permissions()
H A Defi.c611 {EFI_MEMORY_ATTRIBUTES_TABLE_GUID, &efi_mem_attr_table, "MEMATTR" },
/linux-6.15/arch/x86/platform/efi/
H A Defi.c80 &efi_mem_attr_table,
/linux-6.15/include/linux/
H A Defi.h762 extern unsigned long efi_mem_attr_table;