Lines Matching defs:cpu_hatch_data
174 struct cpu_hatch_data { struct
175 int hatch_running;
176 device_t hatch_self;
177 struct cpu_info *hatch_ci;
178 uint32_t hatch_tbu;
179 uint32_t hatch_tbl;
181 uint64_t hatch_hid0;
182 uint64_t hatch_hid1;
183 uint64_t hatch_hid4;
184 uint64_t hatch_hid5;
186 uint32_t hatch_hid0;
188 uint32_t hatch_pir;
190 uintptr_t hatch_asr;
191 uintptr_t hatch_sdr1;
192 uint32_t hatch_sr[16];
193 uintptr_t hatch_ibatu[8], hatch_ibatl[8];
194 uintptr_t hatch_dbatu[8], hatch_dbatl[8];
197 vaddr_t hatch_sp;
198 u_int hatch_tlbidx;