Searched refs:ioremap_prot (Results 1 - 20 of 20) sorted by relevance

/arch/arc/mm/
H A Dioremap.c30 return ioremap_prot(paddr, size, PAGE_KERNEL_NO_CACHE);
41 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, function
81 EXPORT_SYMBOL(ioremap_prot); variable
/arch/powerpc/lib/
H A Ddevres.c12 #include <linux/io.h> /* ioremap_prot() */
16 * devm_ioremap_prot - Managed ioremap_prot()
22 * Managed ioremap_prot(). Map is automatically unmapped on driver
34 addr = ioremap_prot(offset, size, flags);
/arch/tile/gxio/
H A Dkiorpc.c58 return ioremap_prot(PFN_PHYS(pfn), size, prot);
/arch/sh/boards/mach-lboxre2/
H A Dsetup.c60 cf0_io_base = (u32)ioremap_prot(paddrbase, psize, pgprot_val(prot));
/arch/arc/include/asm/
H A Dio.h19 extern void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size,
/arch/sh/boards/mach-landisk/
H A Dsetup.c64 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot));
/arch/sh/boards/mach-sh03/
H A Dsetup.c85 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot));
/arch/powerpc/sysdev/
H A Dfsl_85xx_cache_sram.c110 cache_sram->base_virt = ioremap_prot(cache_sram->base_phys,
113 dev_err(&dev->dev, "%s: ioremap_prot failed\n",
H A Daxonram.c215 bank->io_addr = (unsigned long) ioremap_prot(
/arch/tile/kernel/
H A Dsmp.c220 ipi_mappings[cpu] = ioremap_prot(offset, PAGE_SIZE, pte);
/arch/powerpc/mm/
H A Dpgtable_32.c148 ioremap_prot(phys_addr_t addr, unsigned long size, unsigned long flags) function
167 EXPORT_SYMBOL(ioremap_prot); variable
H A Dpgtable_64.c291 void __iomem * ioremap_prot(phys_addr_t addr, unsigned long size, function
348 EXPORT_SYMBOL(ioremap_prot); variable
/arch/x86/mm/
H A Dioremap.c269 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, function
275 EXPORT_SYMBOL(ioremap_prot); variable
/arch/tile/mm/
H A Dpgtable.c511 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, function
551 EXPORT_SYMBOL(ioremap_prot); variable
/arch/x86/include/asm/
H A Dio.h177 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
/arch/powerpc/platforms/85xx/
H A Dsmp.c248 spin_table = ioremap_prot(*cpu_rel_addr,
/arch/powerpc/platforms/ps3/
H A Dspu.c201 * inforced by ioremap_prot() to get the needed PTE bits set for the
218 spu->local_store = (__force void *)ioremap_prot(spu->local_store_phys,
/arch/sh/include/asm/
H A Dio.h348 ioremap_prot(phys_addr_t offset, unsigned long size, unsigned long flags) function
/arch/tile/include/asm/
H A Dio.h47 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
/arch/powerpc/include/asm/
H A Dio.h691 * * ioremap_prot allows to specify the page flags as an argument and can
705 * ioremap_prot and cannot be hooked (but can be used by a hook on one
716 extern void __iomem *ioremap_prot(phys_addr_t address, unsigned long size,

Completed in 898 milliseconds