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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dfixmap.h56 extern void __set_fixmap (enum fixed_addresses idx,
60 __set_fixmap(idx, phys, PAGE_KERNEL)
65 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dfixmap.h41 extern void __set_fixmap (enum fixed_addresses idx,
45 __set_fixmap(idx, phys, PAGE_KERNEL)
50 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dfixmap.h45 extern void __set_fixmap (enum fixed_addresses idx,
49 __set_fixmap(idx, phys, PAGE_KERNEL)
54 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dfixmap.h99 extern void __set_fixmap (enum fixed_addresses idx,
104 __set_fixmap(idx, phys, PAGE_KERNEL)
109 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
112 __set_fixmap(idx, 0, __pgprot(0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfixmap.h63 extern void __set_fixmap (enum fixed_addresses idx,
67 __set_fixmap(idx, phys, PAGE_KERNEL)
72 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfixmap.h63 extern void __set_fixmap (enum fixed_addresses idx,
67 __set_fixmap(idx, phys, PAGE_KERNEL)
72 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dinit.c112 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsysenter.c230 __set_fixmap(FIX_VDSO, page_to_pfn(syscall_pages[0]) << PAGE_SHIFT,
H A Dtraps.c1063 __set_fixmap(FIX_F00F_IDT, __pa(&idt_table), PAGE_KERNEL_RO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dhpet.c144 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE);
H A Dvsyscall.c344 __set_fixmap(VSYSCALL_FIRST_PAGE, physaddr_page0, PAGE_KERNEL_VSYSCALL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dpgtable.c151 void __set_fixmap (enum fixed_addresses idx, unsigned long phys, pgprot_t flags) function
H A Dinit.c584 __set_fixmap(FIX_WP_TEST, __pa(&swapper_pg_dir), PAGE_READONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c166 __set_fixmap (enum fixed_addresses idx, unsigned long phys, pgprot_t prot) function
171 printk("Invalid __set_fixmap\n");

Completed in 101 milliseconds