__set_fixmap       69 arch/x86/kernel/cpu/intel.c 	__set_fixmap(FIX_F00F_IDT, __pa(&idt_table), PAGE_KERNEL_RO);
__set_fixmap      114 arch/x86/kernel/efi_64.c 		__set_fixmap(FIX_EFI_IO_MAP_FIRST_PAGE - pages_mapped,
__set_fixmap       46 arch/x86/kernel/hpet.c 	__set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE);
__set_fixmap      292 arch/x86/kernel/vsyscall_64.c 	__set_fixmap(VSYSCALL_FIRST_PAGE, physaddr_page0, PAGE_KERNEL_VSYSCALL);
__set_fixmap      951 arch/x86/mm/init_32.c 	__set_fixmap(FIX_WP_TEST, __pa(&swapper_pg_dir), PAGE_READONLY);
__set_fixmap      606 arch/x86/mm/ioremap.c 		__set_fixmap(idx, phys, prot);
__set_fixmap      274 arch/x86/vdso/vdso32-setup.c 	__set_fixmap(FIX_VDSO, page_to_pfn(vdso32_pages[0]) << PAGE_SHIFT,
__set_fixmap       43 include/asm-um/fixmap.h extern void __set_fixmap (enum fixed_addresses idx,
__set_fixmap       47 include/asm-um/fixmap.h 		__set_fixmap(idx, phys, PAGE_KERNEL)
__set_fixmap       52 include/asm-um/fixmap.h 		__set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
__set_fixmap       25 include/asm-x86/fixmap.h 	__set_fixmap(idx, phys, PAGE_KERNEL)
__set_fixmap       31 include/asm-x86/fixmap.h 	__set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
__set_fixmap       34 include/asm-x86/fixmap.h 	__set_fixmap(idx, 0, __pgprot(0))