Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dpatch.c39 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/arch/x86/kernel/
Dalternative.c695 set_fixmap(FIX_TEXT_POKE0, page_to_phys(pages[0])); in text_poke()
697 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
Dparavirt.c488 .set_fixmap = native_set_fixmap,
Dtboot.c84 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/arch/x86/include/asm/
Dparavirt_types.h319 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
Dparavirt.h686 pv_mmu_ops.set_fixmap(idx, phys, flags); in __set_fixmap()
/arch/x86/xen/
Denlighten.c1112 set_fixmap(FIX_PARAVIRT_BOOTMAP, in xen_setup_shared_info()
Dmmu.c2488 .set_fixmap = xen_set_fixmap,