Searched refs:generic_ioremap_prot (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/arm64/mm/
H A Dioremap.c19 return generic_ioremap_prot(phys_addr, size, __pgprot(prot));
/linux-master/arch/xtensa/mm/
H A Dioremap.c19 return generic_ioremap_prot(phys_addr, size, __pgprot(prot));
/linux-master/mm/
H A Dioremap.c15 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size, function
55 return generic_ioremap_prot(phys_addr, size, __pgprot(prot));
/linux-master/arch/arc/mm/
H A Dioremap.c52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot));
/linux-master/arch/powerpc/mm/
H A Dioremap_64.c32 return generic_ioremap_prot(addr, size, prot);
H A Dioremap_32.c66 return generic_ioremap_prot(addr, size, prot);
/linux-master/arch/parisc/mm/
H A Dioremap.c44 return generic_ioremap_prot(phys_addr, size, __pgprot(prot));
/linux-master/arch/sh/mm/
H A Dioremap.c104 return generic_ioremap_prot(phys_addr, size, pgprot);
/linux-master/include/asm-generic/
H A Dio.h1050 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size,
/linux-master/arch/s390/pci/
H A Dpci.c270 return generic_ioremap_prot(phys_addr, size, __pgprot(prot));

Completed in 134 milliseconds