Searched refs:set_fixmap (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | fixmap.h | 59 #ifndef set_fixmap 60 #define set_fixmap(idx, phys) \ macro
|
/linux-4.1.27/arch/arm/kernel/ |
D | patch.c | 39 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
|
/linux-4.1.27/arch/x86/kernel/ |
D | alternative.c | 692 set_fixmap(FIX_TEXT_POKE0, page_to_phys(pages[0])); in text_poke() 694 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
|
D | paravirt.c | 489 .set_fixmap = native_set_fixmap,
|
D | tboot.c | 84 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt_types.h | 325 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
|
D | paravirt.h | 710 pv_mmu_ops.set_fixmap(idx, phys, flags); in __set_fixmap()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | insn.c | 96 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1092 set_fixmap(FIX_PARAVIRT_BOOTMAP, in xen_setup_shared_info()
|
D | mmu.c | 2144 .set_fixmap = xen_set_fixmap,
|