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

/linux-master/arch/parisc/include/asm/
H A Dfixmap.h59 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
/linux-master/include/asm-generic/
H A Dfixmap.h63 #ifndef set_fixmap
64 #define set_fixmap(idx, phys) \ macro
/linux-master/arch/x86/xen/
H A Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
H A Denlighten_pv.c190 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
H A Dmmu_pv.c2069 /* By default, set_fixmap is used for hardware mappings */
2191 .set_fixmap = xen_set_fixmap,
/linux-master/arch/parisc/mm/
H A Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) function
/linux-master/arch/arm/kernel/
H A Dpatch.c38 set_fixmap(fixmap, page_to_phys(page));
/linux-master/arch/parisc/kernel/
H A Dpatch.c42 set_fixmap(fixmap, page_to_phys(page));
H A Dkexec.c84 set_fixmap(FIX_TEXT_KEXEC, phys);
/linux-master/arch/x86/kernel/
H A Dparavirt.c255 .mmu.set_fixmap = native_set_fixmap,
H A Dtboot.c81 * set_fixmap(), to reduce chance of garbage value causing crash
90 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr);
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h210 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member in struct:pv_mmu_ops
H A Dparavirt.h575 pv_ops.mmu.set_fixmap(idx, phys, flags);

Completed in 355 milliseconds