Searched defs:mips_cpuinfo (Results 1 – 1 of 1) sorted by relevance
52 struct mips_cpuinfo { struct53 u_int8_t cpu_vendor;54 u_int8_t cpu_rev;55 u_int8_t cpu_impl;56 u_int8_t tlb_type;57 u_int32_t tlb_pgmask;81 extern struct mips_cpuinfo cpuinfo; argument