Searched defs:cpu_dev (Results 1 – 6 of 6) sorted by relevance
11 struct cpu_dev { struct12 const char *c_vendor;15 const char *c_ident[2];17 void (*c_early_init)(struct cpuinfo_x86 *);18 void (*c_bsp_init)(struct cpuinfo_x86 *);19 void (*c_init)(struct cpuinfo_x86 *);20 void (*c_identify)(struct cpuinfo_x86 *);44 #define cpu_dev_register(cpu_devX) \ argument45 static const struct cpu_dev *const __cpu_dev_##cpu_devX __used \ argument
186 struct device *cpu_dev = get_cpu_device(cpu); in intel_epb_online() local197 struct device *cpu_dev = get_cpu_device(cpu); in intel_epb_offline() local
303 struct device *cpu_dev, *dev_root; in pseries_energy_init() local342 struct device *cpu_dev, *dev_root; in pseries_energy_cleanup() local
419 static int ve_init_opp_table(struct device *cpu_dev) in ve_init_opp_table()522 static struct clk *ve_spc_clk_register(struct device *cpu_dev) in ve_spc_clk_register()559 struct device *cpu_dev = get_cpu_device(cpu); in ve_spc_clk_init() local
412 struct device *cpu_dev = get_cpu_device(i); in bL_switcher_restore_cpus() local
574 struct device *cpu_dev = get_cpu_device(cpu_id); in show_cpuinfo() local