Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/xtensa/mm/
H A Dioremap.c19 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
/linux-6.15/arch/parisc/mm/
H A Dioremap.c44 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
/linux-6.15/arch/arc/mm/
H A Dioremap.c50 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/linux-6.15/arch/arm64/mm/
H A Dioremap.c39 return generic_ioremap_prot(phys_addr, size, pgprot); in ioremap_prot()
/linux-6.15/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-6.15/arch/sh/mm/
H A Dioremap.c103 return generic_ioremap_prot(phys_addr, size, pgprot); in ioremap_prot()
/linux-6.15/include/asm-generic/
H A Dio.h1110 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size,
/linux-6.15/arch/s390/pci/
H A Dpci.c268 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()