Home
last modified time | relevance | path

Searched defs:cpu_hatch_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/
H A Dcpu.h174 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;
[all …]
/netbsd-src/sys/arch/powerpc/oea/
H A Dcpu_subr.c261 volatile struct cpu_hatch_data *cpu_hatch_data; variable