Searched refs:wrappers2 (Results 1 – 12 of 12) sorted by relevance
462 if (!cores_info->wrappers2[coreidx] && (wrap2 != 0)) { in _ai_setcoreidx()463 cores_info->wrappers2[coreidx] = REG_MAP(wrap2, SI_CORE_SIZE); in _ai_setcoreidx()464 ASSERT(GOODREGS(cores_info->wrappers2[coreidx])); in _ai_setcoreidx()467 sii->curwrap = cores_info->wrappers2[coreidx]; in _ai_setcoreidx()
111 void *wrappers2[SI_MAXCORES]; /**< other cores wrapper va */ member
513 if (!cores_info->wrappers2[coreidx] && (wrap2 != 0)) { in _ai_setcoreidx()514 cores_info->wrappers2[coreidx] = REG_MAP(wrap2, SI_CORE_SIZE); in _ai_setcoreidx()515 ASSERT(GOODREGS(cores_info->wrappers2[coreidx])); in _ai_setcoreidx()525 sii->curwrap = cores_info->wrappers2[coreidx]; in _ai_setcoreidx()
121 void *wrappers2[SI_MAXCORES]; /**< other cores wrapper va */ member
529 if (!cores_info->wrappers2[coreidx] && (wrap2 != 0)) { in BCMPOSTTRAPFN()530 cores_info->wrappers2[coreidx] = REG_MAP(wrap2, SI_CORE_SIZE); in BCMPOSTTRAPFN()531 ASSERT(GOODREGS(cores_info->wrappers2[coreidx])); in BCMPOSTTRAPFN()541 sii->curwrap = cores_info->wrappers2[coreidx]; in BCMPOSTTRAPFN()
155 void *wrappers2[SI_MAXCORES]; /**< other cores wrapper va */ member