Searched refs:GSR_SIZE (Results 1 – 4 of 4) sorted by relevance
101 #define GSR_SIZE 8 /* Graphics Status Register size 64 bits */ macro
79 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in thread_stk_init()132 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()139 bzero(fp, sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
79 sub estk, SA(KFPUSIZE+GSR_SIZE), estk ;\
225 uint8_t fpua[sizeof (kfpu_t) + GSR_SIZE + VIS_ALIGN]; in SHA1Update()