Searched refs:efi_mem_attributes (Results 1 – 4 of 4) sorted by relevance
129 efi_mem_attributes(addr) & EFI_MEMORY_RUNTIME)) in __ioremap_check_other()571 if (efi_mem_attributes(phys_addr) & EFI_MEMORY_NV) in memremap_should_map_decrypted()
291 attr = efi_mem_attributes(addr); in __acpi_get_mem_attribute()
750 extern u64 efi_mem_attributes (unsigned long phys_addr);846 if (!(efi_mem_attributes(paddr) & EFI_MEMORY_WC)) in efi_range_is_wc()
979 u64 efi_mem_attributes(unsigned long phys_addr) in efi_mem_attributes() function