Home
last modified time | relevance | path

Searched refs:set_fixmap (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/include/asm-generic/
H A Dfixmap.h63 #ifndef set_fixmap
64 #define set_fixmap(idx, phys) \ macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dfixmap.h63 #ifndef set_fixmap
64 #define set_fixmap(idx, phys) \ macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dfixmap.h44 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dfixmap.h59 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
/kernel/linux/linux-5.10/arch/parisc/mm/
H A Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
H A Denlighten_pv.c128 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
H A Dmmu_pv.c2034 /* By default, set_fixmap is used for hardware mappings */ in xen_set_fixmap()
2139 .set_fixmap = xen_set_fixmap,
/kernel/linux/linux-6.6/arch/parisc/mm/
H A Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
H A Denlighten_pv.c190 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_init_platform()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dpatch.c38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dkexec.c82 set_fixmap(FIX_TEXT_KEXEC, phys); in machine_kexec()
H A Dpatch.c42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dpatch.c38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dkexec.c84 set_fixmap(FIX_TEXT_KEXEC, phys); in machine_kexec()
H A Dpatch.c42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dparavirt.c399 .mmu.set_fixmap = native_set_fixmap,
H A Dtboot.c59 * set_fixmap(), to reduce chance of garbage value causing crash in tboot_probe()
68 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dparavirt.c297 .mmu.set_fixmap = native_set_fixmap,
H A Dtboot.c81 * set_fixmap(), to reduce chance of garbage value causing crash in tboot_probe()
90 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dparavirt_types.h279 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
H A Dparavirt.h545 pv_ops.mmu.set_fixmap(idx, phys, flags); in __set_fixmap()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dparavirt_types.h218 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member
H A Dparavirt.h577 pv_ops.mmu.set_fixmap(idx, phys, flags); in __set_fixmap()

Completed in 17 milliseconds

12