Searched refs:wrappers3 (Results 1 – 10 of 10) sorted by relevance
517 if (!cores_info->wrappers3[coreidx] && (wrap3 != 0)) { in _ai_setcoreidx()518 cores_info->wrappers3[coreidx] = REG_MAP(wrap3, SI_CORE_SIZE); in _ai_setcoreidx()519 ASSERT(GOODREGS(cores_info->wrappers3[coreidx])); in _ai_setcoreidx()523 sii->curwrap = cores_info->wrappers3[coreidx]; in _ai_setcoreidx()
124 void *wrappers3[SI_MAXCORES]; /**< other cores wrapper va */ member
533 if (!cores_info->wrappers3[coreidx] && (wrap3 != 0)) { in BCMPOSTTRAPFN()534 cores_info->wrappers3[coreidx] = REG_MAP(wrap3, SI_CORE_SIZE); in BCMPOSTTRAPFN()535 ASSERT(GOODREGS(cores_info->wrappers3[coreidx])); in BCMPOSTTRAPFN()539 sii->curwrap = cores_info->wrappers3[coreidx]; in BCMPOSTTRAPFN()
158 void *wrappers3[SI_MAXCORES]; /**< other cores wrapper va */ member