Searched refs:ioremap_prot (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | io.h | 25 static inline void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, in ioremap_prot() function 44 ioremap_prot((offset), (size), PAGE_KERNEL_SUC) 60 ioremap_prot((offset), (size), \ 64 ioremap_prot((offset), (size), PAGE_KERNEL)
|
| /linux/Documentation/features/vm/ioremap_prot/ |
| H A D | arch-support.txt | 2 # Feature name: ioremap_prot 4 # description: arch has ioremap_prot()
|
| /linux/arch/arm64/include/asm/ |
| H A D | io.h | 269 static inline void __iomem *ioremap_prot(phys_addr_t phys, size_t size, in ioremap_prot() function 282 #define ioremap_prot ioremap_prot macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 33 ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL_NC)) 144 ((__force void *)ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL)))
|
| /linux/arch/riscv/kernel/ |
| H A D | acpi.c | 311 return ioremap_prot(phys, size, prot); in acpi_os_ioremap()
|
| /linux/arch/x86/mm/ |
| H A D | ioremap.c | 441 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, in ioremap_prot() function 448 EXPORT_SYMBOL(ioremap_prot);
|
| /linux/mm/ |
| H A D | memory.c | 7020 maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); in generic_access_phys()
|