Home
last modified time | relevance | path

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

/openbmc/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, __pgprot(prot)); in ioremap_prot()
/openbmc/linux/arch/arm64/mm/
H A Dioremap.c19 return generic_ioremap_prot(phys_addr, size, __pgprot(prot)); in ioremap_prot()
/openbmc/linux/arch/xtensa/mm/
H A Dioremap.c19 return generic_ioremap_prot(phys_addr, size, __pgprot(prot)); in ioremap_prot()
/openbmc/linux/arch/parisc/mm/
H A Dioremap.c44 return generic_ioremap_prot(phys_addr, size, __pgprot(prot)); in ioremap_prot()
/openbmc/linux/arch/arc/mm/
H A Dioremap.c52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/openbmc/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()
/openbmc/linux/arch/ia64/mm/
H A Dioremap.c68 return generic_ioremap_prot(phys_addr, size, __pgprot(flags)); in ioremap_prot()
/openbmc/linux/arch/sh/mm/
H A Dioremap.c104 return generic_ioremap_prot(phys_addr, size, pgprot); in ioremap_prot()
/openbmc/linux/include/asm-generic/
H A Dio.h1050 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size,
/openbmc/linux/arch/s390/pci/
H A Dpci.c258 return generic_ioremap_prot(phys_addr, size, __pgprot(prot)); in ioremap_prot()