Home | History | Annotate | Download | only in include

Lines Matching defs:cpu_info

107 struct cpu_info {
141 struct cpu_info *ci_next /* next cpu_info structure */
153 /* Ensure some cpu_info fields are within the signed 16-bit displacement. */
154 __CTASSERT(offsetof(struct cpu_info, ci_curlwp) <= 0x7ff0);
155 __CTASSERT(offsetof(struct cpu_info, ci_ssir) <= 0x7ff0);
166 extern struct cpu_info cpu_info_primary;
167 extern struct cpu_info *cpu_info_list;
176 extern struct cpu_info *cpu_info[];