set_fixmap
set_fixmap(fixmap, page_to_phys(page));
void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
set_fixmap(FIX_TEXT_KEXEC, phys);
set_fixmap(fixmap, page_to_phys(page));
pv_ops.mmu.set_fixmap(idx, phys, flags);
void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx,
.mmu.set_fixmap = native_set_fixmap,
set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr);
set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
pv_ops.mmu.set_fixmap = xen_set_fixmap;
set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
#ifndef set_fixmap