Searched refs:trap_trace_ctl (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/uts/sparc/v7/sys/ |
H A D | traptrace.h | 105 set trap_trace_ctl, ptr; \ 122 set trap_trace_ctl, scr1; \
|
/titanic_41/usr/src/uts/intel/ia32/sys/ |
H A D | traptrace.h | 93 extern trap_trace_ctl_t trap_trace_ctl[NCPU]; /* Allocated in locore.s */ 123 leaq trap_trace_ctl(%rip), scr2; \ 142 addl $trap_trace_ctl, scr1; \
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_startup.c | 360 ctlp = &trap_trace_ctl[cpuid]; in mach_htraptrace_setup() 387 ctlp = &trap_trace_ctl[cpuid]; in mach_htraptrace_configure() 462 ctlp = &trap_trace_ctl[cpuid]; in mach_htraptrace_cleanup()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | traptrace.h | 108 extern TRAP_TRACE_CTL trap_trace_ctl[]; /* allocated in locore.s */ 188 set trap_trace_ctl, ptr; \ 216 set trap_trace_ctl, scr1; \
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | traptrace.h | 156 extern TRAP_TRACE_CTL trap_trace_ctl[]; /* allocated in locore.s */ 245 set trap_trace_ctl, ptr; \ 273 set trap_trace_ctl, scr1; \
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 301 ctlp = &trap_trace_ctl[cpuid]; in setup_cpu_common() 492 ctlp = &trap_trace_ctl[cpuid]; in cleanup_cpu_common()
|
H A D | mlsetup.c | 253 ctlp = &trap_trace_ctl[CPU->cpu_id]; in mlsetup()
|
/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 134 .global trap_trace_ctl 139 trap_trace_ctl: label
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_cheetah_asm.s | 217 set trap_trace_ctl, %g5
|
H A D | us3_cheetahplus_asm.s | 296 set trap_trace_ctl, %g5
|
H A D | us3_jalapeno_asm.s | 676 set trap_trace_ctl, %g5
|
H A D | opl_olympus_asm.s | 624 set trap_trace_ctl, ptr; \ 653 set trap_trace_ctl, scr1; \
|
H A D | us3_common_asm.s | 2083 set trap_trace_ctl, %g5 2264 set trap_trace_ctl, %g5
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 135 .global trap_trace_ctl 148 trap_trace_ctl: label
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 287 trap_trace_ctl_t *ttc = &trap_trace_ctl[cpun]; in mp_cpu_configure_common() 535 trap_trace_ctl_t *ttc = &trap_trace_ctl[cp->cpu_id]; in mp_cpu_unconfigure_common()
|
H A D | trap.c | 164 trap_trace_ctl_t trap_trace_ctl[NCPU] = { variable 2084 ttc = &trap_trace_ctl[i];
|