Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/asm/
Dsmp_32.h36 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-v5.4/arch/sparc/kernel/
Dsun4d_smp.c271 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()
Dleon_smp.c364 smpfunc_t func;
377 static void leon_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in leon_cross_call()
389 register smpfunc_t f asm("i0") = func; in leon_cross_call()
Dsun4m_smp.c160 smpfunc_t func;
173 static void sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call()
/Linux-v5.4/arch/sparc/mm/
Dsrmmu.c1657 xc1((smpfunc_t) local_ops->page_for_dma, page); in smp_flush_page_for_dma()
1663 xc0((smpfunc_t) local_ops->cache_all); in smp_flush_cache_all()
1669 xc0((smpfunc_t) local_ops->tlb_all); in smp_flush_tlb_all()
1680 xc1((smpfunc_t) local_ops->cache_mm, (unsigned long) mm); in smp_flush_cache_mm()
1692 xc1((smpfunc_t) local_ops->tlb_mm, (unsigned long) mm); in smp_flush_tlb_mm()
1712 xc3((smpfunc_t) local_ops->cache_range, in smp_flush_cache_range()
1729 xc3((smpfunc_t) local_ops->tlb_range, in smp_flush_tlb_range()
1744 xc2((smpfunc_t) local_ops->cache_page, in smp_flush_cache_page()
1759 xc2((smpfunc_t) local_ops->tlb_page, in smp_flush_tlb_page()
1774 xc1((smpfunc_t) local_ops->page_to_ram, page); in smp_flush_page_to_ram()
[all …]