Searched refs:efi_mem_attributes (Results 1 – 6 of 6) sorted by relevance
253 attr = efi_mem_attributes(addr); in __acpi_get_mem_attribute()
539 if (efi_mem_attributes(phys_addr) & EFI_MEMORY_NV) in memremap_should_map_decrypted()
775 efi_mem_attributes (unsigned long phys_addr) in efi_mem_attributes() function783 EXPORT_SYMBOL(efi_mem_attributes);
1079 extern u64 efi_mem_attributes (unsigned long phys_addr);1180 if (!(efi_mem_attributes(paddr) & EFI_MEMORY_WC)) in efi_range_is_wc()
292 return !(efi_mem_attributes(addr) & EFI_MEMORY_WB); in uncached_access()
880 u64 efi_mem_attributes(unsigned long phys_addr) in efi_mem_attributes() function