/linux-4.4.14/arch/arc/mm/ |
H A D | ioremap.c | 30 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 D | kiorpc.c | 58 return ioremap_prot(PFN_PHYS(pfn), size, prot); iorpc_ioremap()
|
/linux-4.4.14/arch/sh/boards/mach-landisk/ |
H A D | setup.c | 64 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 D | setup.c | 60 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 D | setup.c | 85 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot)); sh03_devices_setup()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | fsl_85xx_cache_sram.c | 110 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 D | axonram.c | 208 bank->io_addr = (unsigned long) ioremap_prot( axon_ram_probe()
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | io.h | 26 extern void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size,
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | pgtable_32.c | 154 ioremap_prot(phys_addr_t addr, unsigned long size, unsigned long flags) ioremap_prot() function 173 EXPORT_SYMBOL(ioremap_prot); variable
|
H A D | pgtable_64.c | 274 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 D | ioremap.c | 320 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 D | spu.c | 201 * 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 D | smp.c | 250 ipi_mappings[cpu] = ioremap_prot(offset, PAGE_SIZE, pte); for_each_possible_cpu()
|
/linux-4.4.14/arch/tile/mm/ |
H A D | pgtable.c | 509 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 D | io.h | 186 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 261 spin_table = ioremap_prot(*cpu_rel_addr, smp_85xx_kick_cpu()
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | io.h | 349 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 D | io.h | 695 * * 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 D | io.h | 47 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
|
/linux-4.4.14/mm/ |
H A D | memory.c | 3683 maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); generic_access_phys()
|