Searched refs:__set_fixmap (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/asm-mips/ |
D | fixmap.h | 57 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/ |
D | fixmap.h | 52 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/ |
D | fixmap.h | 87 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/ |
D | vsyscall.c | 138 __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/ |
D | ioremap.c | 224 __set_fixmap(idx, 0, __pgprot(0)); in bt_iounmap()
|
D | init.c | 156 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/ |
D | init.c | 160 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/ |
D | traps.c | 786 __set_fixmap(FIX_F00F, __pa(&idt_table), PAGE_KERNEL_RO); in trap_init_f00f_bug()
|