Home
last modified time | relevance | path

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

/linux/mm/
H A Dioremap.c15 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size, in generic_ioremap_prot() function
55 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
/linux/arch/xtensa/mm/
H A Dioremap.c19 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
/linux/arch/parisc/mm/
H A Dioremap.c44 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
/linux/arch/arc/mm/
H A Dioremap.c50 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/linux/arch/arm64/mm/
H A Dioremap.c40 return generic_ioremap_prot(phys_addr, size, pgprot); in __ioremap_prot()
/linux/arch/powerpc/mm/
H A Dioremap_64.c32 return generic_ioremap_prot(addr, size, prot); in __ioremap_caller()
H A Dioremap_32.c66 return generic_ioremap_prot(addr, size, prot); in __ioremap_caller()
/linux/arch/sh/mm/
H A Dioremap.c103 return generic_ioremap_prot(phys_addr, size, pgprot); in ioremap_prot()
/linux/include/asm-generic/
H A Dio.h1144 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size,
/linux/arch/s390/pci/
H A Dpci.c286 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()