Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dfixmap.h63 #ifndef set_fixmap
64 #define set_fixmap(idx, phys) \ macro
/linux/arch/parisc/include/asm/
H A Dfixmap.h59 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys);
/linux/arch/x86/xen/
H A Dsuspend_pv.c30 set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info); in xen_pv_post_suspend()
/linux/arch/parisc/mm/
H A Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
/linux/arch/parisc/kernel/
H A Dkexec.c84 set_fixmap(FIX_TEXT_KEXEC, phys); in machine_kexec()