Home
last modified time | relevance | path

Searched refs:ioremap_prot (Results 1 – 9 of 9) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dio.h25 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 Darch-support.txt2 # Feature name: ioremap_prot
4 # description: arch has ioremap_prot()
/linux/arch/arm64/include/asm/
H A Dio.h269 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 Dio.h33 ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL_NC))
144 ((__force void *)ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL)))
/linux/arch/riscv/kernel/
H A Dacpi.c311 return ioremap_prot(phys, size, prot); in acpi_os_ioremap()
/linux/arch/x86/mm/
H A Dioremap.c441 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, in ioremap_prot() function
448 EXPORT_SYMBOL(ioremap_prot);
/linux/arch/s390/pci/
H A Dpci.c275 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
288 EXPORT_SYMBOL(ioremap_prot);
/linux/arch/powerpc/platforms/ps3/
H A Dspu.c194 spu_pdata(spu)->shadow = ioremap_prot(spu_pdata(spu)->shadow_addr, in setup_areas()
/linux/mm/
H A Dmemory.c6914 maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); in generic_access_phys()