Searched refs:TagHwContext (Results 1 – 2 of 2) sorted by relevance
23 struct TagHwContext *context = NULL; in OsTskContextInit()33 context = (struct TagHwContext *)(endStack - sizeof(struct TagHwContext)); in OsTskContextInit()35 *context = (struct TagHwContext){0}; in OsTskContextInit()
76 struct TagHwContext { struct137 return ((struct TagHwContext *)addr)->pc; in OsTskGetInstrAddr()