Home
last modified time | relevance | path

Searched refs:GSR_SIZE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun4/sys/
H A Dvis.h101 #define GSR_SIZE 8 /* Graphics Status Register size 64 bits */ macro
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c78 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in thread_stk_init()
131 stk -= SA(sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
138 bzero(fp, sizeof (kfpu_t) + GSR_SIZE); in lwp_stk_init()
/titanic_41/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s89 sub estk, SA(KFPUSIZE+GSR_SIZE), estk ;\
/titanic_41/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s219 sub estk, SA(KFPUSIZE+GSR_SIZE), estk ;\
/titanic_41/usr/src/common/crypto/sha1/
H A Dsha1.c218 uint8_t fpua[sizeof (kfpu_t) + GSR_SIZE + VIS_ALIGN]; in SHA1Update()