Home
last modified time | relevance | path

Searched refs:efi_mem_attributes (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/arch/x86/mm/
Dioremap.c129 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()
563 if (efi_mem_attributes(phys_addr) & EFI_MEMORY_NV) in memremap_should_map_decrypted()
/Linux-v6.6/arch/arm64/kernel/
Dacpi.c260 attr = efi_mem_attributes(addr); in __acpi_get_mem_attribute()
/Linux-v6.6/include/linux/
Defi.h749 extern u64 efi_mem_attributes (unsigned long phys_addr);
847 if (!(efi_mem_attributes(paddr) & EFI_MEMORY_WC)) in efi_range_is_wc()
/Linux-v6.6/drivers/char/
Dmem.c285 return !(efi_mem_attributes(addr) & EFI_MEMORY_WB); in uncached_access()
/Linux-v6.6/arch/ia64/kernel/
Defi.c773 efi_mem_attributes (unsigned long phys_addr) in efi_mem_attributes() function
781 EXPORT_SYMBOL(efi_mem_attributes);
/Linux-v6.6/drivers/firmware/efi/
Defi.c945 u64 efi_mem_attributes(unsigned long phys_addr) in efi_mem_attributes() function