Searched refs:generic_ioremap_prot (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/mm/ |
| H A D | ioremap.c | 15 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 D | ioremap.c | 19 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | ioremap.c | 44 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | ioremap.c | 50 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | ioremap.c | 39 return generic_ioremap_prot(phys_addr, size, pgprot); in ioremap_prot()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | ioremap_64.c | 32 return generic_ioremap_prot(addr, size, prot); in __ioremap_caller()
|
| H A D | ioremap_32.c | 66 return generic_ioremap_prot(addr, size, prot); in __ioremap_caller()
|
| /linux-6.15/arch/sh/mm/ |
| H A D | ioremap.c | 103 return generic_ioremap_prot(phys_addr, size, pgprot); in ioremap_prot()
|
| /linux-6.15/include/asm-generic/ |
| H A D | io.h | 1110 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size,
|
| /linux-6.15/arch/s390/pci/ |
| H A D | pci.c | 268 return generic_ioremap_prot(phys_addr, size, prot); in ioremap_prot()
|