Searched refs:CPTRSHIFT (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 46 #define CPTRSHIFT 3 macro 49 #define CPTRSHIFT 2 52 #define CPTRSIZE (1<<CPTRSHIFT)
|
/titanic_44/usr/src/uts/intel/ia32/sys/ |
H A D | asm_linkage.h | 95 #define CPTRSHIFT CLONGSHIFT macro 99 #if CPTRSIZE != (1 << CPTRSHIFT) || CLONGSIZE != (1 << CLONGSHIFT)
|
/titanic_44/usr/src/lib/brand/shared/brand/sparc/ |
H A D | crt.s | 71 sll %l0, CPTRSHIFT, %l0 ! multiply argc by pointer size
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | machthread.h | 76 sll scr, CPTRSHIFT, scr; \
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 75 sll %g4, CPTRSHIFT, %g5 ! %g5 = offset to the pil entry 89 sll %g3, CPTRSHIFT, %g3 ! convert cpuid to offset address 115 sll %g4, CPTRSHIFT, %g3 226 sll ls1, CPTRSHIFT, os2; \ 240 sll ls1, CPTRSHIFT, os4; \ 249 sll os5, CPTRSHIFT, os5; \ 941 sll %o5, CPTRSHIFT, %o5 953 sll %o5, CPTRSHIFT, %o5 1356 sll %o4, CPTRSHIFT, %o5 1583 sll %l6, CPTRSHIFT, %l6 ! calculate offset address from cpuid [all …]
|
H A D | proc_init.s | 133 sll %l1, CPTRSHIFT, %l2 ! offset into CPU vector.
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | wbuf.s | 173 sll %g5, CPTRSHIFT, %g7 ! spbuf size is sizeof (caddr_t) 366 sll %g5, CPTRSHIFT, %g7 ! spbuf size is sizeof (caddr_t)
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | wbuf.s | 170 sll %g5, CPTRSHIFT, %g7 ! spbuf size is sizeof (caddr_t) 304 sll %g5, CPTRSHIFT, %g7 ! spbuf size is sizeof (caddr_t)
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | machthread.h | 140 sll scr, CPTRSHIFT, scr; \
|