Searched refs:smpfunc_t (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
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()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
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()
|
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()
|
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()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
D | srmmu.c | 1641 xc1((smpfunc_t) local_ops->page_for_dma, page); in smp_flush_page_for_dma() 1647 xc0((smpfunc_t) local_ops->cache_all); in smp_flush_cache_all() 1653 xc0((smpfunc_t) local_ops->tlb_all); in smp_flush_tlb_all() 1664 xc1((smpfunc_t) local_ops->cache_mm, (unsigned long) mm); in smp_flush_cache_mm() 1676 xc1((smpfunc_t) local_ops->tlb_mm, (unsigned long) mm); in smp_flush_tlb_mm() 1696 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range() 1713 xc3((smpfunc_t) local_ops->tlb_range, in smp_flush_tlb_range() 1728 xc2((smpfunc_t) local_ops->cache_page, in smp_flush_cache_page() 1743 xc2((smpfunc_t) local_ops->tlb_page, in smp_flush_tlb_page() 1758 xc1((smpfunc_t) local_ops->page_to_ram, page); in smp_flush_page_to_ram() [all …]
|