Searched refs:set_fixmap (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | fixmap.h | 62 #ifndef set_fixmap 63 #define set_fixmap(idx, phys) \ macro
|
/Linux-v4.19/arch/x86/xen/ |
D | suspend_pv.c | 30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
|
D | enlighten_pv.c | 127 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
|
D | mmu_pv.c | 2461 .set_fixmap = xen_set_fixmap,
|
/Linux-v4.19/arch/arm/kernel/ |
D | patch.c | 40 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
|
/Linux-v4.19/arch/x86/kernel/ |
D | alternative.c | 713 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()
|
D | paravirt.c | 476 .set_fixmap = native_set_fixmap,
|
D | tboot.c | 78 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt_types.h | 299 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
|
D | paravirt.h | 671 pv_mmu_ops.set_fixmap(idx, phys, flags); in __set_fixmap()
|