Home
last modified time | relevance | path

Searched refs:EFI_MEMORY_RUNTIME (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/platform/efi/
H A Dquirks.c278 mr.attribute = md.attribute | EFI_MEMORY_RUNTIME; in efi_arch_mem_reserve()
377 md->attribute |= EFI_MEMORY_RUNTIME; in efi_reserve_boot_services()
446 if (md->attribute & EFI_MEMORY_RUNTIME) { in efi_unmap_boot_services()
522 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_unmap_boot_services()
H A Defi.c628 if (md->attribute & EFI_MEMORY_RUNTIME) in should_map_region()
/linux/drivers/firmware/efi/
H A Driscv-runtime.c39 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_virtmap_init()
H A Darm-runtime.c64 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_virtmap_init()
H A Defi-init.c45 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_to_phys()
H A Desrt.c253 (!(md.attribute & EFI_MEMORY_RUNTIME) && in efi_esrt_init()
H A Defi.c958 EFI_MEMORY_RUNTIME)) in efi_md_typeattr_format()
964 attr & EFI_MEMORY_RUNTIME ? "RUN" : "", in efi_md_typeattr_format()
/linux/drivers/acpi/
H A Dprmt.c82 if ((md->attribute & EFI_MEMORY_RUNTIME) && in efi_pa_va_lookup()
/linux/arch/x86/mm/
H A Dioremap.c129 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
/linux/include/linux/
H A Defi.h131 #define EFI_MEMORY_RUNTIME BIT_ULL(63) /* range requires runtime mapping */ macro