Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/efi/
A 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()
A Defi.c592 {EFI_MEMORY_ATTRIBUTES_TABLE_GUID, &efi_mem_attr_table, "MEMATTR" },
/linux-6.3-rc2/arch/x86/platform/efi/
A Defi.c86 &efi_mem_attr_table,
/linux-6.3-rc2/include/linux/
A Defi.h750 extern unsigned long efi_mem_attr_table;

Completed in 14 milliseconds