set_fixmap        136 arch/x86/kernel/acpi/boot.c 	set_fixmap(FIX_ACPI_END, phys);
set_fixmap        148 arch/x86/kernel/acpi/boot.c 		set_fixmap(idx, phys);
set_fixmap        453 arch/x86/kernel/paravirt.c 	.set_fixmap = native_set_fixmap,
set_fixmap        368 arch/x86/kernel/visws_quirks.c 	set_fixmap(FIX_LI_PCIA, LI_PCI_A_PHYS);
set_fixmap        369 arch/x86/kernel/visws_quirks.c 	set_fixmap(FIX_LI_PCIB, LI_PCI_B_PHYS);
set_fixmap        393 arch/x86/kernel/visws_quirks.c 	set_fixmap(FIX_APIC_BASE, APIC_DEFAULT_PHYS_BASE);
set_fixmap        399 arch/x86/kernel/visws_quirks.c 	set_fixmap(FIX_CO_CPU, CO_CPU_PHYS);
set_fixmap        400 arch/x86/kernel/visws_quirks.c 	set_fixmap(FIX_CO_APIC, CO_APIC_PHYS);
set_fixmap        578 arch/x86/mm/ioremap.c 			set_fixmap(idx, phys);
set_fixmap       1011 arch/x86/xen/enlighten.c 		set_fixmap(FIX_PARAVIRT_BOOTMAP,
set_fixmap       1349 arch/x86/xen/enlighten.c 	.set_fixmap = xen_set_fixmap,
set_fixmap        322 include/asm-x86/paravirt.h 	void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx,
set_fixmap       1386 include/asm-x86/paravirt.h 	pv_mmu_ops.set_fixmap(idx, phys, flags);