Searched refs:__set_fixmap (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dfixmap.h57 extern void __set_fixmap (enum fixed_addresses idx,
61 __set_fixmap(idx, phys, PAGE_KERNEL)
66 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dfixmap.h44 extern void __set_fixmap (enum fixed_addresses idx,
48 __set_fixmap(idx, phys, PAGE_KERNEL)
53 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfixmap.h58 extern void __set_fixmap (enum fixed_addresses idx,
62 __set_fixmap(idx, phys, PAGE_KERNEL)
67 __set_fixmap(idx, phys, PAGE_KERNEL_NCG)
70 __set_fixmap(idx, 0, __pgprot(0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dfixmap.h73 extern void __set_fixmap(enum fixed_addresses idx,
77 __set_fixmap(idx, phys, PAGE_KERNEL)
82 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
85 __set_fixmap(idx, 0, __pgprot(0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dfixmap.h78 extern void __set_fixmap(enum fixed_addresses idx,
83 __set_fixmap(idx, phys, PAGE_KERNEL)
88 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dfixmap.h166 static inline void __set_fixmap(enum fixed_addresses idx, function
174 __set_fixmap(idx, phys, PAGE_KERNEL)
180 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
183 __set_fixmap(idx, 0, __pgprot(0))
H A Dparavirt.h717 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dnommu.c94 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) function
H A Dioremap_fixed.c89 __set_fixmap(idx, phys_addr, prot);
H A Dinit.c104 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) function
336 * pte's will be filled in by __set_fixmap().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvsyscall_64.c295 __set_fixmap(VSYSCALL_FIRST_PAGE, physaddr_page0, PAGE_KERNEL_VSYSCALL);
H A Dhpet.c71 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable_32.c429 void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel.c157 __set_fixmap(FIX_F00F_IDT, __pa(&idt_table), PAGE_KERNEL_RO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso32-setup.c274 __set_fixmap(FIX_VDSO, page_to_pfn(vdso32_pages[0]) << PAGE_SHIFT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dpgtable.c120 * from __set_fixmap.
125 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t flags) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dioremap.c433 __set_fixmap(idx, phys, prot);
H A Dinit_32.c846 __set_fixmap(FIX_WP_TEST, __pa(&swapper_pg_dir), PAGE_READONLY);

Completed in 192 milliseconds