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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-lboxre2/
H A Dsetup.c60 cf0_io_base = (u32)ioremap_prot(paddrbase, psize, pgprot_val(prot));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-landisk/
H A Dsetup.c66 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-sh03/
H A Dsetup.c85 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsmp.c219 ipi_mappings[cpu] = ioremap_prot(offset, PAGE_SIZE, pte);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dpgtable.c438 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, function
478 EXPORT_SYMBOL(ioremap_prot); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dioremap.c245 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, function
251 EXPORT_SYMBOL(ioremap_prot); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dio.h46 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dio.h196 extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dio.h381 ioremap_prot(phys_addr_t offset, unsigned long size, unsigned long flags) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dio.h620 * also be hooked by the platform via ppc_md. ioremap_prot is the exact
646 #define ioremap_prot(addr, size, prot) ioremap_flags((addr), (size), (prot)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory.c3452 maddr = ioremap_prot(phys_addr, PAGE_SIZE, prot);

Completed in 184 milliseconds