Home
last modified time | relevance | path

Searched refs:EFI_ACPI_RECLAIM_MEMORY (Results 1 – 12 of 12) 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.c256 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 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()
/linux/arch/loongarch/kernel/
H A Dmem.c39 case EFI_ACPI_RECLAIM_MEMORY: in memblock_init()
H A Dnuma.c279 case EFI_ACPI_RECLAIM_MEMORY: in init_node_memblock()
/linux/arch/riscv/kernel/
H A Dacpi.c285 case EFI_ACPI_RECLAIM_MEMORY: in acpi_os_ioremap()
/linux/arch/arm64/kernel/
H A Dacpi.c359 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/include/linux/
H A Defi.h107 #define EFI_ACPI_RECLAIM_MEMORY 9 macro