Searched refs:the_cpu (Results 1 – 1 of 1) sorted by relevance
203 extern struct cpu_type the_cpu;204 struct cpu_type the_cpu; variable1963 strcpy(the_cpu.cputype, "SandyBridge PMC"); in set_sandybridge()1964 the_cpu.number = SANDY_BRIDGE_COUNT; in set_sandybridge()1965 the_cpu.ents = sandy_bridge; in set_sandybridge()1966 the_cpu.explain = explain_name_sb; in set_sandybridge()1972 strcpy(the_cpu.cputype, "IvyBridge PMC"); in set_ivybridge()1973 the_cpu.number = IVY_BRIDGE_COUNT; in set_ivybridge()1974 the_cpu.ents = ivy_bridge; in set_ivybridge()1975 the_cpu.explain = explain_name_ib; in set_ivybridge()[all …]