Searched defs:mips_cpuinfo (Results 1 – 1 of 1) sorted by relevance
54 struct mips_cpuinfo { struct55 u_int8_t cpu_vendor;56 u_int8_t cpu_rev;57 u_int8_t cpu_impl;58 u_int8_t tlb_type;59 u_int32_t tlb_pgmask;83 extern struct mips_cpuinfo cpuinfo; argument