Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/mm/
Dioremap.c42 return ioremap_prot(paddr, size, PAGE_KERNEL_NO_CACHE); in ioremap()
53 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, in ioremap_prot() function
92 EXPORT_SYMBOL(ioremap_prot);
/Linux-v5.4/Documentation/features/vm/ioremap_prot/
Darch-support.txt2 # Feature name: ioremap_prot
4 # description: arch has ioremap_prot()
/Linux-v5.4/arch/powerpc/mm/
Dioremap.c43 void __iomem *ioremap_prot(phys_addr_t addr, unsigned long size, unsigned long flags) in ioremap_prot() function
60 EXPORT_SYMBOL(ioremap_prot);
/Linux-v5.4/arch/x86/include/asm/
Dio.h189 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size, unsigned long prot_va…
190 #define ioremap_prot ioremap_prot macro
/Linux-v5.4/arch/sh/boards/mach-lboxre2/
Dsetup.c56 cf0_io_base = (u32)ioremap_prot(paddrbase, psize, pgprot_val(prot)); in lboxre2_devices_setup()
/Linux-v5.4/arch/sh/boards/mach-sh03/
Dsetup.c78 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); in sh03_devices_setup()
/Linux-v5.4/arch/sh/boards/mach-landisk/
Dsetup.c61 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); in landisk_devices_setup()
/Linux-v5.4/arch/x86/mm/
Dioremap.c401 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, in ioremap_prot() function
408 EXPORT_SYMBOL(ioremap_prot);
/Linux-v5.4/arch/arc/include/asm/
Dio.h24 extern void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size,
/Linux-v5.4/arch/powerpc/include/asm/
Dio.h713 extern void __iomem *ioremap_prot(phys_addr_t address, unsigned long size,
721 ioremap_prot((addr), (size), pgprot_val(PAGE_KERNEL))
/Linux-v5.4/arch/sh/include/asm/
Dio.h348 ioremap_prot(phys_addr_t offset, unsigned long size, unsigned long flags) in ioremap_prot() function
/Linux-v5.4/arch/mips/include/asm/
Dio.h212 static inline void __iomem *ioremap_prot(phys_addr_t offset, in ioremap_prot() function
/Linux-v5.4/arch/powerpc/platforms/ps3/
Dspu.c195 spu_pdata(spu)->shadow = ioremap_prot(spu_pdata(spu)->shadow_addr, in setup_areas()
/Linux-v5.4/mm/
Dmemory.c4278 maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); in generic_access_phys()