Home
last modified time | relevance | path

Searched refs:set_fixmap (Results 1 – 12 of 12) sorted by relevance

/arch/parisc/include/asm/
Dfixmap.h44 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
/arch/x86/xen/
Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
Denlighten_pv.c115 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
Dmmu_pv.c2141 .set_fixmap = xen_set_fixmap,
/arch/parisc/mm/
Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
/arch/parisc/kernel/
Dkexec.c82 set_fixmap(FIX_TEXT_KEXEC, phys); in machine_kexec()
Dpatch.c42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/arch/arm/kernel/
Dpatch.c38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/arch/x86/kernel/
Dparavirt.c339 .mmu.set_fixmap = native_set_fixmap,
Dtboot.c92 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/arch/x86/include/asm/
Dparavirt_types.h240 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
Dparavirt.h576 pv_ops.mmu.set_fixmap(idx, phys, flags); in __set_fixmap()