Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dfixmap.h62 #ifndef set_fixmap
63 #define set_fixmap(idx, phys) \ macro
/Linux-v4.19/arch/x86/xen/
Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
Denlighten_pv.c127 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
Dmmu_pv.c2461 .set_fixmap = xen_set_fixmap,
/Linux-v4.19/arch/arm/kernel/
Dpatch.c40 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/Linux-v4.19/arch/x86/kernel/
Dalternative.c713 set_fixmap(FIX_TEXT_POKE0, page_to_phys(pages[0])); in text_poke()
715 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
Dparavirt.c476 .set_fixmap = native_set_fixmap,
Dtboot.c78 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/Linux-v4.19/arch/x86/include/asm/
Dparavirt_types.h299 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
Dparavirt.h671 pv_mmu_ops.set_fixmap(idx, phys, flags); in __set_fixmap()