Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Defi-init.c142 case EFI_ACPI_RECLAIM_MEMORY: in is_usable_memory()
227 if (md->type == EFI_ACPI_RECLAIM_MEMORY) in reserve_regions()
H A Desrt.c256 md.type != EFI_ACPI_RECLAIM_MEMORY && in efi_esrt_init()
/linux/drivers/firmware/efi/libstub/
H A Dprimary_display.c32 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in __alloc_primary_display()
H A Dmem.c24 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 Dtpm.c99 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in efi_retrieve_tcg2_eventlog()
H A Dunaccepted_memory.c65 status = efi_bs_call(allocate_pool, EFI_ACPI_RECLAIM_MEMORY, in allocate_unaccepted_bitmap()
H A Dx86-stub.c608 case EFI_ACPI_RECLAIM_MEMORY: in setup_e820()
/linux/arch/loongarch/kernel/
H A Dmem.c36 case EFI_ACPI_RECLAIM_MEMORY: in memblock_init()
H A Dnuma.c191 case EFI_ACPI_RECLAIM_MEMORY: in info_node_memblock()
/linux/arch/riscv/kernel/
H A Dacpi.c288 case EFI_ACPI_RECLAIM_MEMORY: in acpi_os_ioremap()
/linux/arch/arm64/kernel/
H A Dacpi.c357 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.c141 case EFI_ACPI_RECLAIM_MEMORY: in do_add_efi_memmap()
/linux/include/linux/
H A Defi.h107 #define EFI_ACPI_RECLAIM_MEMORY 9 macro