Home
last modified time | relevance | path

Searched refs:EFI_ACPI_RECLAIM_MEMORY (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/firmware/efi/
H A Defi-init.c141 case EFI_ACPI_RECLAIM_MEMORY: in is_usable_memory()
206 if (md->type == EFI_ACPI_RECLAIM_MEMORY) in reserve_regions()
H A Desrt.c258 md.type != EFI_ACPI_RECLAIM_MEMORY && in efi_esrt_init()
/linux/drivers/firmware/efi/libstub/
H A Dscreen_info.c29 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in __alloc_screen_info()
H A Dmem.c23 int memtype = install_cfg_tbl ? EFI_ACPI_RECLAIM_MEMORY in efi_get_memory_map()
H A Drandom.c105 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_random_get_seed()
H A Dunaccepted_memory.c65 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in allocate_unaccepted_bitmap()
H A Dx86-stub.c573 case EFI_ACPI_RECLAIM_MEMORY: in setup_e820()
/linux/arch/loongarch/kernel/
H A Dmem.c39 case EFI_ACPI_RECLAIM_MEMORY: in memblock_init()
H A Dnuma.c300 case EFI_ACPI_RECLAIM_MEMORY: in init_node_memblock()
/linux/arch/riscv/kernel/
H A Dacpi.c280 case EFI_ACPI_RECLAIM_MEMORY: in acpi_os_ioremap()
/linux/arch/arm64/kernel/
H A Dacpi.c342 case EFI_ACPI_RECLAIM_MEMORY: in acpi_os_ioremap()
/linux/drivers/xen/
H A Defi.c348 case EFI_ACPI_RECLAIM_MEMORY: in xen_efi_config_table_is_usable()
/linux/arch/x86/platform/efi/
H A Defi.c147 case EFI_ACPI_RECLAIM_MEMORY: in do_add_efi_memmap()
/linux/include/linux/
H A Defi.h107 #define EFI_ACPI_RECLAIM_MEMORY 9 macro