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

/linux-master/drivers/firmware/efi/
H A Dunaccepted_memory.c9 /* Protects unaccepted memory bitmap and accepting_list */
23 * Only memory that is explicitly marked as unaccepted in the bitmap requires
28 * - anything if the system has no unaccepted table;
34 struct efi_unaccepted_memory *unaccepted; local
40 unaccepted = efi_get_unaccepted_table();
41 if (!unaccepted)
44 unit_size = unaccepted->unit_size;
50 if (start < unaccepted->phys_base)
51 start = unaccepted->phys_base;
52 if (end < unaccepted
157 struct efi_unaccepted_memory *unaccepted; local
[all...]
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...]
/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/include/linux/
H A Defi.h653 unsigned long unaccepted; /* Unaccepted memory table */ member in struct:efi

Completed in 118 milliseconds