Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/mm/
H A Dioremap.c26 attr = kern_mem_attribute(phys_addr, size); in early_ioremap()
44 attr = kern_mem_attribute(phys_addr, size); in ioremap_prot()
77 if (kern_mem_attribute(phys_addr, size) & EFI_MEMORY_WB) in ioremap_uc()
/openbmc/linux/arch/ia64/include/asm/
H A Dio.h91 extern u64 kern_mem_attribute (unsigned long phys_addr, unsigned long size);
/openbmc/linux/arch/ia64/kernel/
H A Defi.c812 kern_mem_attribute (unsigned long phys_addr, unsigned long size) in kern_mem_attribute() function
858 attr = kern_mem_attribute(phys_addr, size); in valid_phys_addr_range()
904 attr = kern_mem_attribute(phys_addr, size); in phys_mem_access_prot()