Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/asm-generic/
A Dfixmap.h63 #ifndef set_fixmap
64 #define set_fixmap(idx, phys) \ macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dfixmap.h59 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
/linux-6.3-rc2/arch/x86/xen/
A Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
A Denlighten_pv.c130 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
A Dmmu_pv.c2166 .set_fixmap = xen_set_fixmap,
/linux-6.3-rc2/arch/parisc/mm/
A Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
/linux-6.3-rc2/arch/parisc/kernel/
A Dkexec.c82 set_fixmap(FIX_TEXT_KEXEC, phys); in machine_kexec()
A Dpatch.c42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/linux-6.3-rc2/arch/arm/kernel/
A Dpatch.c38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/linux-6.3-rc2/arch/x86/kernel/
A Dparavirt.c375 .mmu.set_fixmap = native_set_fixmap,
A Dtboot.c90 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/linux-6.3-rc2/arch/x86/include/asm/
A Dparavirt_types.h228 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
A Dparavirt.h584 pv_ops.mmu.set_fixmap(idx, phys, flags); in __set_fixmap()

Completed in 22 milliseconds