Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dsmp_32.h35 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.4.14/arch/sparc/kernel/
Dsun4d_smp.c270 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()
Dleon_smp.c363 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()
Dsun4m_smp.c159 smpfunc_t func;
172 static void sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call()
/linux-4.4.14/arch/sparc/mm/
Dsrmmu.c1624 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 …]