Searched refs:set_fixmap (Results 1 – 13 of 13) sorted by relevance
/linux/include/asm-generic/ |
H A D | fixmap.h | 63 #ifndef set_fixmap 64 #define set_fixmap(idx, phys) \ macro
|
/linux/arch/parisc/include/asm/ |
H A D | fixmap.h | 59 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
|
/linux/arch/x86/xen/ |
H A D | suspend_pv.c | 30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
|
H A D | enlighten_pv.c | 186 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
|
H A D | mmu_pv.c | 2188 .set_fixmap = xen_set_fixmap,
|
/linux/arch/parisc/mm/ |
H A D | fixmap.c | 13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
|
/linux/arch/parisc/kernel/ |
H A D | kexec.c | 84 set_fixmap(FIX_TEXT_KEXEC, phys); in machine_kexec()
|
H A D | patch.c | 42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
|
/linux/arch/arm/kernel/ |
H A D | patch.c | 38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
|
/linux/arch/x86/kernel/ |
H A D | paravirt.c | 254 .mmu.set_fixmap = native_set_fixmap,
|
H A D | tboot.c | 90 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
|
/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 210 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
|
H A D | paravirt.h | 575 pv_ops.mmu.set_fixmap(idx, phys, flags); in __set_fixmap()
|