Searched refs:kern_mem_attribute (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/ia64/mm/
H A Dioremap.c28 attr = kern_mem_attribute(phys_addr, size); early_ioremap()
50 attr = kern_mem_attribute(phys_addr, size); ioremap()
107 if (kern_mem_attribute(phys_addr, size) & EFI_MEMORY_WB) ioremap_nocache()
/linux-4.1.27/arch/ia64/kernel/
H A Defi.c813 kern_mem_attribute (unsigned long phys_addr, unsigned long size) kern_mem_attribute() function
847 EXPORT_SYMBOL(kern_mem_attribute); variable
860 attr = kern_mem_attribute(phys_addr, size); valid_phys_addr_range()
906 attr = kern_mem_attribute(phys_addr, size); phys_mem_access_prot()
/linux-4.1.27/arch/ia64/include/asm/
H A Dio.h92 extern u64 kern_mem_attribute (unsigned long phys_addr, unsigned long size);

Completed in 145 milliseconds