set_fixmap         40 arch/arm/kernel/patch.c 	set_fixmap(fixmap, page_to_phys(page));
set_fixmap         44 arch/parisc/include/asm/fixmap.h void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
set_fixmap         82 arch/parisc/kernel/kexec.c 	set_fixmap(FIX_TEXT_KEXEC, phys);
set_fixmap         42 arch/parisc/kernel/patch.c 	set_fixmap(fixmap, page_to_phys(page));
set_fixmap        633 arch/x86/include/asm/paravirt.h 	pv_ops.mmu.set_fixmap(idx, phys, flags);
set_fixmap        301 arch/x86/include/asm/paravirt_types.h 	void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx,
set_fixmap        434 arch/x86/kernel/paravirt.c 	.mmu.set_fixmap		= native_set_fixmap,
set_fixmap         65 arch/x86/kernel/tboot.c 	set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr);
set_fixmap        134 arch/x86/xen/enlighten_pv.c 	set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
set_fixmap       2457 arch/x86/xen/mmu_pv.c 	.set_fixmap = xen_set_fixmap,
set_fixmap         30 arch/x86/xen/suspend_pv.c 	set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
set_fixmap         63 include/asm-generic/fixmap.h #ifndef set_fixmap