Lines Matching refs:kfpu_t
75 kfpu_t *fp; in thread_stk_init()
79 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in thread_stk_init()
82 fp = (kfpu_t *)stk; in thread_stk_init()
129 kfpu_t *fp; in lwp_stk_init()
132 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
135 fp = (kfpu_t *)stk; in lwp_stk_init()
139 bzero(fp, sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
192 kfpu_t *fp, *pfp = lwptofpu(lwp); in lwp_forkregs()
263 kfpu_t *fp = lwptofpu(lwp); in lwp_freeregs()
306 kfpu_t *fp = lwptofpu(lwp); in xregs_getfpfiller()
347 kfpu_t *fp = lwptofpu(lwp); in xregs_setfpfiller()
383 kfpu_t *fp = lwptofpu(lwp); in getfpasrs()
416 kfpu_t *fp = lwptofpu(lwp); in setfpasrs()