Home
last modified time | relevance | path

Searched refs:ioremap_prot (Results 1 – 2 of 2) sorted by relevance

/mm/
Dioremap.c14 void __iomem *ioremap_prot(phys_addr_t addr, size_t size, unsigned long prot) in ioremap_prot() function
43 EXPORT_SYMBOL(ioremap_prot);
Dmemory.c5574 maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); in generic_access_phys()