Searched refs:unaccepted (Results 1 - 5 of 5) sorted by path

/linux-master/arch/x86/include/asm/
H A Dunaccepted_memory.h23 if (efi.unaccepted == EFI_INVALID_TABLE_ADDR)
25 return __va(efi.unaccepted);
/linux-master/arch/x86/platform/efi/
H A Defi.c100 &efi.unaccepted,
/linux-master/drivers/firmware/efi/
H A Defi.c55 .unaccepted = EFI_INVALID_TABLE_ADDR,
617 {LINUX_EFI_UNACCEPTED_MEM_TABLE_GUID, &efi.unaccepted, "Unaccepted" },
652 * reserve_unaccepted - Map and reserve unaccepted configuration table
653 * @unaccepted: Pointer to unaccepted memory table
668 static __init void reserve_unaccepted(struct efi_unaccepted_memory *unaccepted) argument
672 start = PAGE_ALIGN_DOWN(efi.unaccepted);
673 size = PAGE_ALIGN(sizeof(*unaccepted) + unaccepted->size);
802 efi.unaccepted !
803 struct efi_unaccepted_memory *unaccepted; local
[all...]
H A Dunaccepted_memory.c10 /* Protects unaccepted memory bitmap and accepting_list */
24 * Only memory that is explicitly marked as unaccepted in the bitmap requires
29 * - anything if the system has no unaccepted table;
35 struct efi_unaccepted_memory *unaccepted; local
41 unaccepted = efi_get_unaccepted_table();
42 if (!unaccepted)
45 unit_size = unaccepted->unit_size;
51 if (start < unaccepted->phys_base)
52 start = unaccepted->phys_base;
53 if (end < unaccepted
161 struct efi_unaccepted_memory *unaccepted; local
[all...]
/linux-master/include/linux/
H A Defi.h653 unsigned long unaccepted; /* Unaccepted memory table */ member in struct:efi

Completed in 186 milliseconds