Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dfixmap.h62 #ifndef set_fixmap
63 #define set_fixmap(idx, phys) \ macro
/linux-4.4.14/arch/arm/kernel/
Dpatch.c39 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/linux-4.4.14/arch/x86/kernel/
Dalternative.c706 set_fixmap(FIX_TEXT_POKE0, page_to_phys(pages[0])); in text_poke()
708 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
Dparavirt.c489 .set_fixmap = native_set_fixmap,
Dtboot.c84 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h328 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
Dparavirt.h686 pv_mmu_ops.set_fixmap(idx, phys, flags); in __set_fixmap()
/linux-4.4.14/arch/x86/xen/
Denlighten.c1098 set_fixmap(FIX_PARAVIRT_BOOTMAP, in xen_setup_shared_info()
Dmmu.c2491 .set_fixmap = xen_set_fixmap,