Searched defs:cpu_hatch_data (Results 1 – 2 of 2) sorted by relevance
174 struct cpu_hatch_data { struct175 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;[all …]
261 volatile struct cpu_hatch_data *cpu_hatch_data; variable