Home
last modified time | relevance | path

Searched refs:__set_fixmap (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
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)
/linux-2.4.37.9/include/asm-x86_64/
Dfixmap.h52 extern void __set_fixmap (enum fixed_addresses idx,
56 __set_fixmap(idx, phys, PAGE_KERNEL)
61 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/linux-2.4.37.9/include/asm-i386/
Dfixmap.h87 extern void __set_fixmap (enum fixed_addresses idx,
91 __set_fixmap(idx, phys, PAGE_KERNEL)
96 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/linux-2.4.37.9/arch/x86_64/kernel/
Dvsyscall.c138 __set_fixmap(VSYSCALL_FIRST_PAGE, physaddr_page0, PAGE_KERNEL_VSYSCALL); in map_vsyscall()
140 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL); in map_vsyscall()
/linux-2.4.37.9/arch/i386/mm/
Dioremap.c224 __set_fixmap(idx, 0, __pgprot(0)); in bt_iounmap()
Dinit.c156 void __set_fixmap (enum fixed_addresses idx, unsigned long phys, pgprot_t flags) in __set_fixmap() function
/linux-2.4.37.9/arch/x86_64/mm/
Dinit.c160 void __set_fixmap (enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
/linux-2.4.37.9/arch/i386/kernel/
Dtraps.c786 __set_fixmap(FIX_F00F, __pa(&idt_table), PAGE_KERNEL_RO); in trap_init_f00f_bug()