Lines Matching defs:arg
56 STATIC UINT32 OsExcSaveIntStatus(UINT32 type, VOID *arg)
61 (VOID)arg;
127 STATIC UINT32 OsExcMemMsgGet(UINT32 type, VOID *arg)
130 UINT32 memNum = *(UINT32 *)arg;
149 STATIC UINT32 OsExcContentGet(UINT32 type, VOID *arg)
154 (VOID)arg;
198 STATIC UINT32 OsExcQueueMsgGet(UINT32 type, VOID *arg)
201 UINT32 loop = *(UINT32 *)arg;
207 STATIC UINT32 OsExcTaskMsgGet(UINT32 type, VOID *arg)
210 UINT32 loop = *(UINT32 *)arg;
216 STATIC UINT32 OsExcTskSwitchMsgGet(UINT32 type, VOID *arg)
225 taskSwitchInfo = (TaskSwitchInfo *)arg;
240 VOID OsExcRegister(ExcInfoType type, EXC_INFO_SAVE_CALLBACK func, VOID *arg)
254 excInfo->arg = arg;
272 g_excArray[index].fnExcInfoCb(g_excArray[index].type, g_excArray[index].arg);