Home
last modified time | relevance | path

Searched refs:cpuhp_state (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/linux/include/linux/
H A Dcpuhotplug.h57 enum cpuhp_state { enum
283 static inline int cpuhp_setup_state(enum cpuhp_state state, in cpuhp_setup_state()
323 static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, in cpuhp_setup_state_nocalls()
366 static inline int cpuhp_setup_state_multi(enum cpuhp_state state, in cpuhp_setup_state_multi()
380 int __cpuhp_state_add_instance_cpuslocked(enum cpuhp_state state,
394 static inline int cpuhp_state_add_instance(enum cpuhp_state state, in cpuhp_state_add_instance()
434 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
444 static inline void cpuhp_remove_state(enum cpuhp_state state) in cpuhp_remove_state()
485 int __cpuhp_state_remove_instance(enum cpuhp_state state,
518 void cpuhp_online_idle(enum cpuhp_state state);
[all …]
H A Dnd.h54 enum cpuhp_state cpuhp_state; member
H A Dintel_rapl.h151 enum cpuhp_state pcap_rapl_online;
H A Dcpu.h186 void __noreturn cpu_startup_entry(enum cpuhp_state state);
/openbmc/linux/kernel/
H A Dcpu.c68 enum cpuhp_state state;
69 enum cpuhp_state target;
70 enum cpuhp_state fail;
79 enum cpuhp_state cb_state;
768 enum cpuhp_state target) in cpuhp_kick_ap()
770 enum cpuhp_state prev_state; in cpuhp_kick_ap()
950 enum cpuhp_state state; in __cpuhp_invoke_callback_range()
1053 enum cpuhp_state state; in cpuhp_thread_fun()
1410 enum cpuhp_state target) in cpuhp_down_callbacks()
1500 enum cpuhp_state target;
[all …]
/openbmc/linux/drivers/nvdimm/
H A Dnd_perf.c243 nd_pmu->cpuhp_state = rc; in nvdimm_pmu_cpu_hotplug_init()
246 rc = cpuhp_state_add_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node); in nvdimm_pmu_cpu_hotplug_init()
248 cpuhp_remove_multi_state(nd_pmu->cpuhp_state); in nvdimm_pmu_cpu_hotplug_init()
255 cpuhp_state_remove_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node); in nvdimm_pmu_cpu_hotplug_init()
256 cpuhp_remove_multi_state(nd_pmu->cpuhp_state); in nvdimm_pmu_cpu_hotplug_init()
265 cpuhp_state_remove_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node); in nvdimm_pmu_free_hotplug_memory()
266 cpuhp_remove_multi_state(nd_pmu->cpuhp_state); in nvdimm_pmu_free_hotplug_memory()
/openbmc/linux/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c28 enum cpuhp_state cpuhp_state; member
524 pmu->cpuhp_state = ret; in meson_ddr_pmu_create()
527 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in meson_ddr_pmu_create()
546 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in meson_ddr_pmu_create()
549 cpuhp_remove_state(pmu->cpuhp_state); in meson_ddr_pmu_create()
559 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in meson_ddr_pmu_remove()
560 cpuhp_remove_state(pmu->cpuhp_state); in meson_ddr_pmu_remove()
/openbmc/linux/drivers/perf/
H A Dfsl_imx9_ddr_perf.c64 enum cpuhp_state cpuhp_state; member
634 pmu->cpuhp_state = ret; in ddr_perf_probe()
637 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
672 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
674 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_probe()
686 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_remove()
687 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_remove()
H A Dfsl_imx8_ddr_perf.c103 enum cpuhp_state cpuhp_state; member
734 pmu->cpuhp_state = ret; in ddr_perf_probe()
737 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
775 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
777 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_probe()
788 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_remove()
789 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_remove()
/openbmc/qemu/hw/acpi/
H A Dich9.c212 VMSTATE_CPU_HOTPLUG(cpuhp_state, ICH9LPCPMRegs),
383 acpi_switch_to_modern_cphp(&s->pm.gpe_cpu, &s->pm.cpuhp_state, in ich9_pm_set_cpu_hotplug_legacy()
514 acpi_cpu_plug_cb(hotplug_dev, &lpc->pm.cpuhp_state, dev, errp); in ich9_pm_device_plug_cb()
549 acpi_cpu_unplug_request_cb(hotplug_dev, &lpc->pm.cpuhp_state, in ich9_pm_device_unplug_request_cb()
571 acpi_cpu_unplug_cb(&lpc->pm.cpuhp_state, dev, errp); in ich9_pm_device_unplug_cb()
593 acpi_cpu_ospm_status(&s->pm.cpuhp_state, list); in ich9_pm_ospm_status()
H A Dpiix4.c218 VMSTATE_CPU_HOTPLUG(cpuhp_state, PIIX4PMState),
357 acpi_cpu_plug_cb(hotplug_dev, &s->cpuhp_state, dev, errp); in piix4_device_plug_cb()
378 acpi_cpu_unplug_request_cb(hotplug_dev, &s->cpuhp_state, dev, errp); in piix4_device_unplug_request_cb()
398 acpi_cpu_unplug_cb(&s->cpuhp_state, dev, errp); in piix4_device_unplug_cb()
555 acpi_switch_to_modern_cphp(&s->gpe_cpu, &s->cpuhp_state, in piix4_set_cpu_hotplug_legacy()
594 acpi_cpu_ospm_status(&s->cpuhp_state, list); in piix4_ospm_status()
H A Dacpi-cpu-hotplug-stub.c10 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp() argument
H A Dcpu_hotplug.c100 CPUHotplugState *cpuhp_state, in acpi_switch_to_modern_cphp() argument
106 cpu_hotplug_hw_init(parent, gpe_cpu->device, cpuhp_state, io_port); in acpi_switch_to_modern_cphp()
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-perf.c159 enum cpuhp_state cpuhp_state; member
982 priv->cpuhp_state = ret; in fme_perf_init()
985 ret = cpuhp_state_add_instance_nocalls(priv->cpuhp_state, &priv->node); in fme_perf_init()
997 cpuhp_state_remove_instance_nocalls(priv->cpuhp_state, &priv->node); in fme_perf_init()
999 cpuhp_remove_multi_state(priv->cpuhp_state); in fme_perf_init()
1009 cpuhp_state_remove_instance_nocalls(priv->cpuhp_state, &priv->node); in fme_perf_uinit()
1010 cpuhp_remove_multi_state(priv->cpuhp_state); in fme_perf_uinit()
/openbmc/qemu/include/hw/acpi/
H A Dcpu_hotplug.h35 CPUHotplugState *cpuhp_state,
H A Dpiix4.h68 CPUHotplugState cpuhp_state; member
H A Dich9.h57 CPUHotplugState cpuhp_state; member
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-haltpoll.c26 static enum cpuhp_state haltpoll_hp_state;
/openbmc/linux/arch/x86/kernel/
H A Dcpuid.c43 static enum cpuhp_state cpuhp_cpuid_state;
H A Dmsr.c42 static enum cpuhp_state cpuhp_msr_state;
/openbmc/linux/drivers/misc/
H A Dvcpu_stall_detector.c38 enum cpuhp_state hp_online;
/openbmc/linux/drivers/acpi/
H A Dprocessor_driver.c258 static enum cpuhp_state hp_online;
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency.c33 static enum cpuhp_state uncore_hp_state __read_mostly;
/openbmc/linux/arch/ia64/kernel/
H A Derr_inject.c242 static enum cpuhp_state hp_online;
/openbmc/linux/drivers/hwmon/
H A Dvia-cputemp.c281 static enum cpuhp_state via_temp_online;

123