Lines Matching defs:cpu_info
107 struct cpu_info { struct
108 struct cpu_data ci_data; /* [MI] general per-cpu data */
109 struct lwp *ci_curlwp; /* [MI] current owner of the cpu */
110 struct lwp *ci_onproc; /* [MI] current user LWP / kthread */
111 struct cctr_state ci_cc; /* [MI] cycle counter state */
113 volatile int ci_mtx_count; /* [MI] neg count of spin mutexes */
114 volatile int ci_mtx_oldspl; /* [MI] for spin mutex splx() */
116 u_long ci_intrdepth; /* interrupt trap depth */
117 volatile u_long ci_ssir; /* simulated software interrupt reg */
141 struct cpu_info *ci_next /* next cpu_info structure */ argument
153 /* Ensure some cpu_info fields are within the signed 16-bit displacement. */ argument