Searched refs:smp_cross_call (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsmp.h74 BTFIXUPDEF_CALL(void, smp_cross_call, smpfunc_t, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long)
80 #define smp_cross_call(func,arg1,arg2,arg3,arg4,arg5) BTFIXUP_CALL(smp_cross_call)(func,arg1,arg2,arg3,arg4,arg5) macro
83 extern __inline__ void xc0(smpfunc_t func) { smp_cross_call(func, 0, 0, 0, 0, 0); }
85 { smp_cross_call(func, arg1, 0, 0, 0, 0); }
87 { smp_cross_call(func, arg1, arg2, 0, 0, 0); }
90 { smp_cross_call(func, arg1, arg2, arg3, 0, 0); }
93 { smp_cross_call(func, arg1, arg2, arg3, arg4, 0); }
96 { smp_cross_call(func, arg1, arg2, arg3, arg4, arg5); }
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsmp.h74 BTFIXUPDEF_CALL(void, smp_cross_call, smpfunc_t, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long)
80 #define smp_cross_call(func,arg1,arg2,arg3,arg4,arg5) BTFIXUP_CALL(smp_cross_call)(func,arg1,arg2,arg3,arg4,arg5) macro
83 extern __inline__ void xc0(smpfunc_t func) { smp_cross_call(func, 0, 0, 0, 0, 0); }
85 { smp_cross_call(func, arg1, 0, 0, 0, 0); }
87 { smp_cross_call(func, arg1, arg2, 0, 0, 0); }
90 { smp_cross_call(func, arg1, arg2, arg3, 0, 0); }
93 { smp_cross_call(func, arg1, arg2, arg3, arg4, 0); }
96 { smp_cross_call(func, arg1, arg2, arg3, arg4, arg5); }
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsmp.c542 #define smp_cross_call(func, ctx, data1, data2) \ macro
576 smp_cross_call(&xcall_call_function, 0, 0, 0);
738 smp_cross_call(&xcall_report_regs, 0, 0, 0);
745 smp_cross_call(&xcall_flush_cache_all_spitfire, 0, 0, 0);
753 smp_cross_call(&xcall_flush_tlb_all_spitfire, 0, 0, 0);
755 smp_cross_call(&xcall_flush_tlb_all_cheetah, 0, 0, 0);
927 smp_cross_call(&xcall_capture, 0, 0, 0);
981 smp_cross_call(&xcall_promstop, 0, 0, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4d_smp.c522 BTFIXUPSET_CALL(smp_cross_call, smp4d_cross_call, BTFIXUPCALL_NORM);
H A Dsun4m_smp.c500 BTFIXUPSET_CALL(smp_cross_call, smp4m_cross_call, BTFIXUPCALL_NORM);

Completed in 52 milliseconds