Searched refs:__ioremap_prot (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | io.h | 267 void __iomem *__ioremap_prot(phys_addr_t phys, size_t size, pgprot_t prot); 280 return __ioremap_prot(phys, size, prot); in ioremap_prot() 285 __ioremap_prot((addr), (size), __pgprot(PROT_DEVICE_nGnRE)) 287 __ioremap_prot((addr), (size), __pgprot(PROT_NORMAL_NC)) 289 __ioremap_prot((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) 293 __ioremap_prot((addr), (size), PAGE_KERNEL) 314 return __ioremap_prot(addr, size, __pgprot(PROT_NORMAL)); in ioremap_cache()
|
| /linux/arch/arm64/mm/ |
| H A D | ioremap.c | 17 void __iomem *__ioremap_prot(phys_addr_t phys_addr, size_t size, in __ioremap_prot() function 42 EXPORT_SYMBOL(__ioremap_prot);
|
| /linux/arch/arm64/kernel/ |
| H A D | acpi.c | 380 return __ioremap_prot(phys, size, prot); in acpi_os_ioremap()
|