Searched refs:smpfunc_t (Results 1 – 5 of 5) sorted by relevance
/linux/arch/sparc/include/asm/ |
A D | smp_32.h | 36 typedef void (*smpfunc_t)(unsigned long, unsigned long, unsigned long, typedef 60 void (*cross_call)(smpfunc_t func, cpumask_t mask, unsigned long arg1, 69 static inline void xc0(smpfunc_t func) in xc0() 74 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1() 78 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() 83 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() 90 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4()
|
/linux/arch/sparc/mm/ |
A D | srmmu.c | 1639 xc1((smpfunc_t) local_ops->page_for_dma, page); in smp_flush_page_for_dma() 1645 xc0((smpfunc_t) local_ops->cache_all); in smp_flush_cache_all() 1651 xc0((smpfunc_t) local_ops->tlb_all); in smp_flush_tlb_all() 1662 xc1((smpfunc_t) local_ops->cache_mm, (unsigned long) mm); in smp_flush_cache_mm() 1674 xc1((smpfunc_t) local_ops->tlb_mm, (unsigned long) mm); in smp_flush_tlb_mm() 1694 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range() 1711 xc3((smpfunc_t) local_ops->tlb_range, in smp_flush_tlb_range() 1726 xc2((smpfunc_t) local_ops->cache_page, in smp_flush_cache_page() 1741 xc2((smpfunc_t) local_ops->tlb_page, in smp_flush_tlb_page() 1756 xc1((smpfunc_t) local_ops->page_to_ram, page); in smp_flush_page_to_ram() [all …]
|
/linux/arch/sparc/kernel/ |
A D | sun4d_smp.c | 271 smpfunc_t func; 284 static void sun4d_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4d_cross_call() 299 register smpfunc_t f asm("i0") = func; in sun4d_cross_call()
|
A D | leon_smp.c | 362 smpfunc_t func; 375 static void leon_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in leon_cross_call() 387 register smpfunc_t f asm("i0") = func; in leon_cross_call()
|
A D | sun4m_smp.c | 160 smpfunc_t func; 173 static void sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call()
|
Completed in 9 milliseconds