Searched refs:cheetah_private_t (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | us3_cheetah.c | 594 cheetah_private_t *chprp; in cpu_init_private() 600 ASSERT((offsetof(cheetah_private_t, chpr_tl1_err_data) + in cpu_init_private() 622 sizeof (cheetah_private_t), PAGESIZE, NULL, NULL, in cpu_init_private() 628 bzero(chprp, sizeof (cheetah_private_t)); in cpu_init_private()
|
H A D | us3_jalapeno.c | 816 cheetah_private_t *chprp; in cpu_init_private() 822 ASSERT((offsetof(cheetah_private_t, chpr_tl1_err_data) + in cpu_init_private() 844 sizeof (cheetah_private_t), PAGESIZE, NULL, NULL, in cpu_init_private() 850 bzero(chprp, sizeof (cheetah_private_t)); in cpu_init_private()
|
H A D | us3_cheetahplus.c | 798 cheetah_private_t *chprp; in cpu_init_private() 804 ASSERT((offsetof(cheetah_private_t, chpr_tl1_err_data) + in cpu_init_private() 829 sizeof (cheetah_private_t), PAGESIZE, NULL, NULL, in cpu_init_private() 835 bzero(chprp, sizeof (cheetah_private_t)); in cpu_init_private()
|
H A D | us3_common.c | 5492 cheetah_private_t *chprp = CPU_PRIVATE(cp);
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | us3_module.h | 40 #define CPU_PRIVATE_PTR(cp, x) (&(((cheetah_private_t *)CPU_PRIVATE(cp))->x)) 41 #define CPU_PRIVATE_VAL(cp, x) (((cheetah_private_t *)CPU_PRIVATE(cp))->x)
|
H A D | cheetahregs.h | 1563 } cheetah_private_t; typedef
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_offsets.in | 232 cheetah_private_t
|