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

/linux-4.4.14/arch/arc/mm/
H A Dioremap.c30 return ioremap_prot(paddr, size, PAGE_KERNEL_NO_CACHE); ioremap()
41 void __iomem *ioremap_prot(phys_addr_t paddr, unsigned long size, ioremap_prot() function
81 EXPORT_SYMBOL(ioremap_prot); variable
/linux-4.4.14/arch/tile/gxio/
H A Dkiorpc.c58 return ioremap_prot(PFN_PHYS(pfn), size, prot); iorpc_ioremap()
/linux-4.4.14/arch/sh/boards/mach-landisk/
H A Dsetup.c64 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); landisk_devices_setup()
/linux-4.4.14/arch/sh/boards/mach-lboxre2/
H A Dsetup.c60 cf0_io_base = (u32)ioremap_prot(paddrbase, psize, pgprot_val(prot)); lboxre2_devices_setup()
/linux-4.4.14/arch/sh/boards/mach-sh03/
H A Dsetup.c85 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); sh03_devices_setup()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_85xx_cache_sram.c110 cache_sram->base_virt = ioremap_prot(cache_sram->base_phys, instantiate_cache_sram()
113 dev_err(&dev->dev, "%s: ioremap_prot failed\n", instantiate_cache_sram()
H A Daxonram.c208 bank->io_addr = (unsigned long) ioremap_prot( axon_ram_probe()
/linux-4.4.14/arch/arc/include/asm/
H A Dio.h26 extern void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size,
/linux-4.4.14/arch/powerpc/mm/
H A Dpgtable_32.c154 ioremap_prot(phys_addr_t addr, unsigned long size, unsigned long flags) ioremap_prot() function
173 EXPORT_SYMBOL(ioremap_prot); variable
H A Dpgtable_64.c274 void __iomem * ioremap_prot(phys_addr_t addr, unsigned long size, ioremap_prot() function
331 EXPORT_SYMBOL(ioremap_prot); variable
/linux-4.4.14/arch/x86/mm/
H A Dioremap.c320 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, ioremap_prot() function
327 EXPORT_SYMBOL(ioremap_prot); variable
/linux-4.4.14/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, setup_areas()
/linux-4.4.14/arch/tile/kernel/
H A Dsmp.c250 ipi_mappings[cpu] = ioremap_prot(offset, PAGE_SIZE, pte); for_each_possible_cpu()
/linux-4.4.14/arch/tile/mm/
H A Dpgtable.c509 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, ioremap_prot() function
549 EXPORT_SYMBOL(ioremap_prot); variable
/linux-4.4.14/arch/x86/include/asm/
H A Dio.h186 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
/linux-4.4.14/arch/powerpc/platforms/85xx/
H A Dsmp.c261 spin_table = ioremap_prot(*cpu_rel_addr, smp_85xx_kick_cpu()
/linux-4.4.14/arch/sh/include/asm/
H A Dio.h349 ioremap_prot(phys_addr_t offset, unsigned long size, unsigned long flags) ioremap_prot() function
/linux-4.4.14/arch/powerpc/include/asm/
H A Dio.h695 * * ioremap_prot allows to specify the page flags as an argument and can
709 * ioremap_prot and cannot be hooked (but can be used by a hook on one
720 extern void __iomem *ioremap_prot(phys_addr_t address, unsigned long size,
/linux-4.4.14/arch/tile/include/asm/
H A Dio.h47 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
/linux-4.4.14/mm/
H A Dmemory.c3683 maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); generic_access_phys()

Completed in 1460 milliseconds