Home
last modified time | relevance | path

Searched refs:unaccepted (Results 1 – 3 of 3) sorted by relevance

/drivers/firmware/efi/
A Dunaccepted_memory.c43 if (!unaccepted) in accept_memory()
46 unit_size = unaccepted->unit_size; in accept_memory()
52 if (start < unaccepted->phys_base) in accept_memory()
53 start = unaccepted->phys_base; in accept_memory()
54 if (end < unaccepted->phys_base) in accept_memory()
58 start -= unaccepted->phys_base; in accept_memory()
59 end -= unaccepted->phys_base; in accept_memory()
169 if (!unaccepted) in range_contains_unaccepted_memory()
179 start = unaccepted->phys_base; in range_contains_unaccepted_memory()
184 start -= unaccepted->phys_base; in range_contains_unaccepted_memory()
[all …]
A Defi.c56 .unaccepted = EFI_INVALID_TABLE_ADDR,
693 start = PAGE_ALIGN_DOWN(efi.unaccepted); in reserve_unaccepted()
694 size = PAGE_ALIGN(sizeof(*unaccepted) + unaccepted->size); in reserve_unaccepted()
823 efi.unaccepted != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
824 struct efi_unaccepted_memory *unaccepted; in efi_config_parse_tables() local
826 unaccepted = early_memremap(efi.unaccepted, sizeof(*unaccepted)); in efi_config_parse_tables()
827 if (unaccepted) { in efi_config_parse_tables()
829 if (unaccepted->version == 1) { in efi_config_parse_tables()
830 reserve_unaccepted(unaccepted); in efi_config_parse_tables()
832 efi.unaccepted = EFI_INVALID_TABLE_ADDR; in efi_config_parse_tables()
[all …]
A DKconfig285 This option adds support for unaccepted memory and makes such memory

Completed in 10 milliseconds