Home
last modified time | relevance | path

Searched refs:cpu_subsys (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/base/
H A Dcpu.c377 const struct bus_type cpu_subsys = { variable
389 EXPORT_SYMBOL_GPL(cpu_subsys);
406 cpu->dev.bus = &cpu_subsys; in register_cpu()
655 struct device *dev = bus_get_dev_root(&cpu_subsys); in cpu_register_vulnerabilities()
670 if (subsys_system_register(&cpu_subsys, cpu_root_attr_groups)) in cpu_dev_init()
/linux/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c309 dev_root = bus_get_dev_root(&cpu_subsys); in pseries_energy_init()
348 dev_root = bus_get_dev_root(&cpu_subsys); in pseries_energy_cleanup()
/linux/arch/s390/kernel/
H A Dcpacf.c112 cpu_root = bus_get_dev_root(&cpu_subsys); in cpacf_init()
H A Dhiperdispatch.c411 dev = bus_get_dev_root(&cpu_subsys); in hd_create_attributes()
H A Dtopology.c698 dev_root = bus_get_dev_root(&cpu_subsys); in topology_init()
H A Dsmp.c1177 dev_root = bus_get_dev_root(&cpu_subsys); in s390_smp_init()
/linux/arch/x86/kernel/cpu/
H A Dumwait.c235 dev = bus_get_dev_root(&cpu_subsys); in umwait_init()
/linux/drivers/acpi/
H A Dacpi_lpit.c101 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in lpit_update_residency()
H A Dprocessor_driver.c47 .bus = &cpu_subsys,
/linux/include/linux/
H A Dcpu.h142 extern const struct bus_type cpu_subsys;
/linux/arch/powerpc/platforms/powernv/
H A Dsubcore.c443 dev_root = bus_get_dev_root(&cpu_subsys); in subcore_init()
H A Didle.c1476 dev_root = bus_get_dev_root(&cpu_subsys); in pnv_init_idle_states()
/linux/arch/sh/kernel/cpu/sh4/
H A Dsq.c367 .subsys = &cpu_subsys,
/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-common.c320 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in uncore_freq_common_init()
/linux/arch/powerpc/kernel/
H A Dsysfs.c228 dev_root = bus_get_dev_root(&cpu_subsys); in sysfs_create_dscr_default()
755 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in create_svm_file()
/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c848 dev_root = bus_get_dev_root(&cpu_subsys); in microcode_init()
/linux/kernel/power/
H A Denergy_model.c34 return (dev->bus == &cpu_subsys); in _is_cpu_device()
/linux/drivers/cpuidle/
H A Dsysfs.c125 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in cpuidle_add_interface()
/linux/kernel/
H A Dcpu.c3018 dev_root = bus_get_dev_root(&cpu_subsys); in cpu_smt_sysfs_init()
3035 dev_root = bus_get_dev_root(&cpu_subsys); in cpuhp_sysfs_init()
/linux/drivers/cpufreq/
H A Dcpufreq.c1936 .subsys = &cpu_subsys,
3044 dev_root = bus_get_dev_root(&cpu_subsys); in cpufreq_core_init()
H A Damd-pstate.c1834 dev_root = bus_get_dev_root(&cpu_subsys); in amd_pstate_init()
H A Dintel_pstate.c1881 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in intel_pstate_sysfs_expose_params()
/linux/arch/x86/coco/sev/
H A Dcore.c1627 dev_root = bus_get_dev_root(&cpu_subsys); in sev_sysfs_init()
/linux/drivers/idle/
H A Dintel_idle.c2397 sysfs_root = bus_get_dev_root(&cpu_subsys); in intel_idle_sysfs_init()