Lines Matching defs:cpu_info
157 struct cpu_info { struct
159 struct cpu_info *ci_next; argument
165 struct cpu_info *ci_self; argument
167 struct proc *ci_curproc;
168 struct proc *ci_fpuproc;
169 u_int32_t ci_randseed;
171 struct pcb *ci_curpcb;
172 struct pcb *ci_idle_pcb;
174 uint32_t ci_cpl;
175 uint32_t ci_ipending;
176 uint32_t ci_idepth;
178 int ci_mutex_level;
180 int ci_want_resched;
182 void (*ci_flush_bp)(void);
184 struct opp_table *ci_opp_table;
185 volatile int ci_opp_idx;
186 volatile int ci_opp_max;
187 uint32_t ci_cpu_supply;
190 struct srp_hazard ci_srp_hazards[SRP_HAZARD_NUM];
191 volatile int ci_flags;
215 static inline struct cpu_info * argument