Searched refs:HwiPubintFunc (Results 1 – 2 of 2) sorted by relevance
28 VEC_SEC_DATA HwiPubintFunc g_hwiTable[OS_MX_VECTOR_CNT + 1] = {29 (HwiPubintFunc)MSTACK_VECTOR,30 (HwiPubintFunc)OsResetVector,47 g_hwiTable[loop] = (HwiPubintFunc)OsHwiDefaultHandler; in OsHwiGICInit()49 OS_SET_VECTOR(0, (HwiPubintFunc)MSTACK_VECTOR); in OsHwiGICInit()
23 typedef void (*HwiPubintFunc)(void); typedef