Searched refs:OsMpFuncCall (Results 1 – 3 of 3) sorted by relevance
82 extern VOID OsMpFuncCall(UINT32 target, SMP_FUNC_CALL func, VOID *args);85 INLINE VOID OsMpFuncCall(UINT32 target, SMP_FUNC_CALL func, VOID *args) in OsMpFuncCall() function
51 #define SMP_CALL_PERF_FUNC(func) OsMpFuncCall(OS_MP_CPU_ALL, (SMP_FUNC_CALL)func, NULL)
104 VOID OsMpFuncCall(UINT32 target, SMP_FUNC_CALL func, VOID *args) in OsMpFuncCall() function