Lines Matching refs:kfpu_t
74 kfpu_t *fp; in thread_stk_init()
78 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in thread_stk_init()
81 fp = (kfpu_t *)stk; in thread_stk_init()
128 kfpu_t *fp; in lwp_stk_init()
131 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
134 fp = (kfpu_t *)stk; in lwp_stk_init()
138 bzero(fp, sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
186 kfpu_t *fp, *pfp = lwptofpu(lwp); in lwp_forkregs()
257 kfpu_t *fp = lwptofpu(lwp); in lwp_freeregs()
300 kfpu_t *fp = lwptofpu(lwp); in xregs_getfpfiller()
341 kfpu_t *fp = lwptofpu(lwp); in xregs_setfpfiller()
377 kfpu_t *fp = lwptofpu(lwp); in getfpasrs()
410 kfpu_t *fp = lwptofpu(lwp); in setfpasrs()