Home
last modified time | relevance | path

Searched refs:machcpu (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c201 tdesc_t *machcpu; in fix_small_cpu_struct() local
251 if ((machcpu = lookup_tdesc(td, "machcpu")) == NULL) { in fix_small_cpu_struct()
252 machcpu = xcalloc(sizeof (*machcpu)); in fix_small_cpu_struct()
253 machcpu->t_name = xstrdup("machcpu"); in fix_small_cpu_struct()
254 machcpu->t_id = td->td_nextid++; in fix_small_cpu_struct()
255 machcpu->t_type = FORWARD; in fix_small_cpu_struct()
256 } else if (machcpu->t_type != STRUCT) { in fix_small_cpu_struct()
261 (machcpu->t_type == FORWARD ? "forward" : "struct")); in fix_small_cpu_struct()
267 cpum->ml_type = machcpu; in fix_small_cpu_struct()
/titanic_44/usr/src/uts/sun4v/os/
H A Dintrq.c38 struct machcpu *mcpup = &cpu->cpu_m; in cpu_intrq_register()
65 struct machcpu *mcpup = &cpu->cpu_m; in cpu_intrq_setup()
185 struct machcpu *mcpup = &cpu->cpu_m; in cpu_intrq_cleanup()
H A Dmach_cpu_states.c793 struct machcpu *mcpup = &(CPU->cpu_m); in send_one_mondo()
857 struct machcpu *mcpup = &(CPU->cpu_m); in send_mondo_set()
1091 struct machcpu *mcpup; in kdi_xc_one()
H A Derror.c113 struct machcpu *mcpup; in process_resumable_error()
217 struct machcpu *mcpup; in process_nonresumable_error()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dmachcpuvar.h97 struct machcpu { struct
143 typedef struct machcpu machcpu_t; argument
/titanic_44/usr/src/uts/i86pc/os/
H A Dintr.c529 struct machcpu *mcpu = &cpu->cpu_m; in hilevel_intr_prolog()
625 struct machcpu *mcpu = &cpu->cpu_m; in hilevel_intr_epilog()
706 struct machcpu *mcpu = &cpu->cpu_m; in intr_thread_prolog()
772 struct machcpu *mcpu = &cpu->cpu_m; in intr_thread_epilog()
908 struct machcpu *mcpu; in intr_get_time()
945 struct machcpu *mcpu = &cpu->cpu_m; in dosoftint_prolog()
1051 struct machcpu *mcpu = &cpu->cpu_m; in dosoftint_epilog()
H A Dx_call.c134 xc_decrement(struct machcpu *mcpu) in xc_decrement()
143 xc_increment(struct machcpu *mcpu) in xc_increment()
314 struct machcpu *mcpup = &(CPU->cpu_m); in xc_serv()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h111 struct machcpu { struct
186 typedef struct machcpu machcpu_t; argument
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c231 struct machcpu *mcpu = &cpu->cpu_m; in apix_do_softint_prolog()
302 struct machcpu *mcpu = &cpu->cpu_m; in apix_do_softint_epilog()
406 struct machcpu *mcpu = &cpu->cpu_m; in apix_hilevel_intr_prolog()
485 struct machcpu *mcpu = &cpu->cpu_m; in apix_hilevel_intr_epilog()
608 struct machcpu *mcpu = &cpu->cpu_m; in apix_intr_thread_prolog()
677 struct machcpu *mcpu = &cpu->cpu_m; in apix_intr_thread_epilog()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachcpuvar.h81 struct machcpu { struct
/titanic_44/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c177 struct machcpu *mcpu = &(cp->cpu_m); in cstate_wakeup()
927 struct machcpu *mcpu; in cpuidle_cstate_instance()
H A Dcpupm_mach.c149 struct machcpu *mcpu = &(cp->cpu_m); in cpupm_init()
/titanic_44/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in81 machcpu
/titanic_44/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in83 machcpu
/titanic_44/usr/src/uts/sun4/os/
H A Dintr.c349 struct machcpu *mcpu; in intr_dequeue_req()
/titanic_44/usr/src/uts/common/sys/
H A Dcpuvar.h241 struct machcpu cpu_m; /* per architecture info */