Searched refs:efi_mem_attributes (Results 1 – 5 of 5) sorted by relevance
227 attr = efi_mem_attributes(addr); in arch_apei_get_mem_attribute()
909 extern u64 efi_mem_attributes (unsigned long phys_addr);958 if (!(efi_mem_attributes(paddr) & EFI_MEMORY_WC)) in efi_range_is_wc()
647 u64 __weak efi_mem_attributes(unsigned long phys_addr) in efi_mem_attributes() function
773 efi_mem_attributes (unsigned long phys_addr) in efi_mem_attributes() function781 EXPORT_SYMBOL(efi_mem_attributes);
244 return !(efi_mem_attributes(addr) & EFI_MEMORY_WB); in uncached_access()