Lines Matching refs:tos
909 caddr_t tos;
973 tos = (caddr_t)rp->r_sp + STACK_BIAS;
979 tos = (caddr_t)((uintptr_t)tos & ~(STACK_ALIGN - 1ul));
996 fp = (struct sigframe *)(tos - SA(minstacksz));
1134 watched2 = watch_disable_addr(tos, sizeof (struct rwindow),
1136 ucopy(tos, &fp->frwin, sizeof (struct rwindow));
1154 watch_enable_addr(tos, sizeof (struct rwindow), S_READ);
1180 watch_enable_addr(tos, sizeof (struct rwindow), S_READ);
1240 caddr_t tos;
1302 tos = (void *)(uintptr_t)(uint32_t)rp->r_sp;
1308 tos = (caddr_t)((uintptr_t)tos & ~(STACK_ALIGN32 - 1ul));
1326 fp = (struct sigframe32 *)(tos - SA32(minstacksz));
1471 watched2 = watch_disable_addr(tos, sizeof (struct rwindow32),
1473 ucopy(tos, &fp->frwin, sizeof (struct rwindow32));
1497 watch_enable_addr(tos, sizeof (struct rwindow32), S_READ);
1523 watch_enable_addr(tos, sizeof (struct rwindow32), S_READ);