Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/xtensa/include/asm/
H A Dio.h31 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size,
33 #define ioremap_prot ioremap_prot macro
42 return ioremap_prot(offset, size, in ioremap()
54 return ioremap_prot(offset, size, pgprot_val(PAGE_KERNEL)); in ioremap_cache()
/openbmc/linux/arch/s390/include/asm/
H A Dio.h28 #define ioremap_prot ioremap_prot macro
34 ioremap_prot((addr), (size), pgprot_val(pgprot_writecombine(PAGE_KERNEL)))
36 ioremap_prot((addr), (size), pgprot_val(pgprot_writethrough(PAGE_KERNEL)))
/openbmc/linux/arch/loongarch/include/asm/
H A Dio.h30 static inline void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, in ioremap_prot() function
40 ioremap_prot((offset), (size), pgprot_val(PAGE_KERNEL_SUC))
56 ioremap_prot((offset), (size), \
60 ioremap_prot((offset), (size), pgprot_val(PAGE_KERNEL))
/openbmc/linux/arch/arc/mm/
H A Dioremap.c34 return ioremap_prot(paddr, size, in ioremap()
46 void __iomem *ioremap_prot(phys_addr_t paddr, size_t size, in ioremap_prot() function
54 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/arm64/include/asm/
H A Dio.h142 #define ioremap_prot ioremap_prot macro
147 ioremap_prot((addr), (size), PROT_NORMAL_NC)
149 ioremap_prot((addr), (size), PROT_DEVICE_nGnRnE)
170 return ioremap_prot(addr, size, PROT_NORMAL); in ioremap_cache()
/openbmc/linux/mm/
H A Dioremap.c51 #ifndef ioremap_prot
52 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
57 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/mips/mm/
H A Dioremap64.c5 void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, in ioremap_prot() function
17 EXPORT_SYMBOL(ioremap_prot);
H A Dioremap.c46 void __iomem *ioremap_prot(phys_addr_t phys_addr, unsigned long size, in ioremap_prot() function
112 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/xtensa/mm/
H A Dioremap.c13 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
21 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/arm64/mm/
H A Dioremap.c6 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
21 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/parisc/mm/
H A Dioremap.c16 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
46 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/Documentation/features/vm/ioremap_prot/
H A Darch-support.txt2 # Feature name: ioremap_prot
4 # description: arch has ioremap_prot()
/openbmc/linux/arch/parisc/include/asm/
H A Dio.h128 #define ioremap_prot ioremap_prot macro
134 ioremap_prot((addr), (size), _PAGE_IOREMAP)
136 ioremap_prot((addr), (size), _PAGE_IOREMAP)
/openbmc/linux/arch/ia64/mm/
H A Dioremap.c32 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
72 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/sh/mm/
H A Dioremap.c75 void __iomem __ref *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() function
106 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/powerpc/mm/
H A Dioremap.c44 void __iomem *ioremap_prot(phys_addr_t addr, size_t size, unsigned long flags) in ioremap_prot() function
61 EXPORT_SYMBOL(ioremap_prot);
/openbmc/linux/arch/mips/include/asm/
H A Dio.h152 void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size,
168 ioremap_prot((offset), (size), _CACHE_UNCACHED)
187 ioremap_prot((offset), (size), _page_cachable_default)
208 ioremap_prot((offset), (size), boot_cpu_data.writecombine)
/openbmc/linux/arch/x86/include/asm/
H A Dio.h177 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size, unsigned long prot_va…
178 #define ioremap_prot ioremap_prot macro
/openbmc/linux/arch/ia64/include/asm/
H A Dio.h250 #define ioremap_prot ioremap_prot macro
/openbmc/linux/arch/sh/include/asm/
H A Dio.h296 #define ioremap_prot ioremap_prot macro
302 ioremap_prot((addr), (size), pgprot_val(PAGE_KERNEL))
/openbmc/linux/arch/sh/boards/mach-lboxre2/
H A Dsetup.c56 cf0_io_base = (u32)ioremap_prot(paddrbase, psize, pgprot_val(prot)); in lboxre2_devices_setup()
/openbmc/linux/arch/sh/boards/mach-sh03/
H A Dsetup.c78 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); in sh03_devices_setup()
/openbmc/linux/arch/arc/include/asm/
H A Dio.h25 #define ioremap_prot ioremap_prot macro
/openbmc/linux/arch/sh/boards/mach-landisk/
H A Dsetup.c61 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); in landisk_devices_setup()
/openbmc/linux/arch/csky/include/asm/
H A Dio.h49 ioremap_prot((addr), (size), \

12