| /linux-6.15/drivers/base/ |
| H A D | cpu.c | 377 const struct bus_type cpu_subsys = { variable 389 EXPORT_SYMBOL_GPL(cpu_subsys); 406 cpu->dev.bus = &cpu_subsys; in register_cpu() 649 struct device *dev = bus_get_dev_root(&cpu_subsys); in cpu_register_vulnerabilities() 664 if (subsys_system_register(&cpu_subsys, cpu_root_attr_groups)) in cpu_dev_init()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | pseries_energy.c | 309 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-6.15/arch/s390/kernel/ |
| H A D | cpacf.c | 112 cpu_root = bus_get_dev_root(&cpu_subsys); in cpacf_init()
|
| H A D | hiperdispatch.c | 411 dev = bus_get_dev_root(&cpu_subsys); in hd_create_attributes()
|
| H A D | topology.c | 698 dev_root = bus_get_dev_root(&cpu_subsys); in topology_init()
|
| H A D | smp.c | 1180 dev_root = bus_get_dev_root(&cpu_subsys); in s390_smp_init()
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | umwait.c | 235 dev = bus_get_dev_root(&cpu_subsys); in umwait_init()
|
| /linux-6.15/drivers/acpi/ |
| H A D | acpi_lpit.c | 101 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in lpit_update_residency()
|
| H A D | processor_driver.c | 47 .bus = &cpu_subsys,
|
| /linux-6.15/include/linux/ |
| H A D | cpu.h | 136 extern const struct bus_type cpu_subsys;
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | subcore.c | 443 dev_root = bus_get_dev_root(&cpu_subsys); in subcore_init()
|
| H A D | idle.c | 1476 dev_root = bus_get_dev_root(&cpu_subsys); in pnv_init_idle_states()
|
| /linux-6.15/arch/sh/kernel/cpu/sh4/ |
| H A D | sq.c | 367 .subsys = &cpu_subsys,
|
| /linux-6.15/drivers/platform/x86/intel/uncore-frequency/ |
| H A D | uncore-frequency-common.c | 286 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in uncore_freq_common_init()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | sysfs.c | 228 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-6.15/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 845 dev_root = bus_get_dev_root(&cpu_subsys); in microcode_init()
|
| /linux-6.15/kernel/power/ |
| H A D | energy_model.c | 34 return (dev->bus == &cpu_subsys); in _is_cpu_device()
|
| /linux-6.15/drivers/cpuidle/ |
| H A D | sysfs.c | 125 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in cpuidle_add_interface()
|
| /linux-6.15/kernel/ |
| H A D | cpu.c | 3025 dev_root = bus_get_dev_root(&cpu_subsys); in cpu_smt_sysfs_init() 3042 dev_root = bus_get_dev_root(&cpu_subsys); in cpuhp_sysfs_init()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | cpufreq.c | 1975 .subsys = &cpu_subsys, 3109 dev_root = bus_get_dev_root(&cpu_subsys); in cpufreq_core_init()
|
| H A D | amd-pstate.c | 1764 dev_root = bus_get_dev_root(&cpu_subsys); in amd_pstate_init()
|
| H A D | intel_pstate.c | 1757 struct device *dev_root = bus_get_dev_root(&cpu_subsys); in intel_pstate_sysfs_expose_params()
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 2773 dev_root = bus_get_dev_root(&cpu_subsys); in sev_sysfs_init()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | cpufeature.c | 1686 dev_root = bus_get_dev_root(&cpu_subsys); in aarch32_el0_sysfs_init()
|