Searched refs:SMP_FUNC_CALL (Results 1 – 3 of 3) sorted by relevance
57 typedef VOID (*SMP_FUNC_CALL)(VOID *args); typedef75 SMP_FUNC_CALL func;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()
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()