Searched refs:smpfunc_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
D | smp_32.h | 35 typedef void (*smpfunc_t)(unsigned long, unsigned long, unsigned long, typedef 59 void (*cross_call)(smpfunc_t func, cpumask_t mask, unsigned long arg1, 68 static inline void xc0(smpfunc_t func) in xc0() 73 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1() 77 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() 82 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() 89 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sun4d_smp.c | 270 smpfunc_t func; 283 static void sun4d_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4d_cross_call() 298 register smpfunc_t f asm("i0") = func; in sun4d_cross_call()
|
D | leon_smp.c | 363 smpfunc_t func; 376 static void leon_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in leon_cross_call() 388 register smpfunc_t f asm("i0") = func; in leon_cross_call()
|
D | sun4m_smp.c | 159 smpfunc_t func; 172 static void sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call()
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 1624 xc1((smpfunc_t) local_ops->page_for_dma, page); in smp_flush_page_for_dma() 1630 xc0((smpfunc_t) local_ops->cache_all); in smp_flush_cache_all() 1636 xc0((smpfunc_t) local_ops->tlb_all); in smp_flush_tlb_all() 1647 xc1((smpfunc_t) local_ops->cache_mm, (unsigned long) mm); in smp_flush_cache_mm() 1659 xc1((smpfunc_t) local_ops->tlb_mm, (unsigned long) mm); in smp_flush_tlb_mm() 1679 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range() 1696 xc3((smpfunc_t) local_ops->tlb_range, in smp_flush_tlb_range() 1711 xc2((smpfunc_t) local_ops->cache_page, in smp_flush_cache_page() 1726 xc2((smpfunc_t) local_ops->tlb_page, in smp_flush_tlb_page() 1741 xc1((smpfunc_t) local_ops->page_to_ram, page); in smp_flush_page_to_ram() [all …]
|