Home
last modified time | relevance | path

Searched refs:cpuhp_setup_state (Results 1 – 25 of 118) sorted by relevance

12345

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst358 * cpuhp_setup_state(state, name, startup, teardown)
406 * cpuhp_setup_state()和cpuhp_setup_state_cpuslocked()注册回调,并对当前状态大于新
440 @state参数要么是静态分配的状态,要么是由cpuhp_setup_state*()在动态范围内分配
511 …ret = cpuhp_setup_state(CPUHP_SUBSYS_STARTING, "subsys:starting", subsys_cpu_starting, subsys_cpu_…
519 state = cpuhp_setup_state(CPUHP_ONLINE_DYN, "subsys:offline", NULL, subsys_cpu_offline);
/openbmc/linux/drivers/clocksource/
H A Ddummy_timer.c33 return cpuhp_setup_state(CPUHP_AP_DUMMY_TIMER_STARTING, in dummy_timer_register()
H A Dtimer-mp-csky.c154 ret = cpuhp_setup_state(CPUHP_AP_CSKY_TIMER_STARTING, in csky_mptimer_init()
H A Dtimer-riscv.c168 error = cpuhp_setup_state(CPUHP_AP_RISCV_TIMER_STARTING, in riscv_timer_init_common()
H A Dmips-gic-timer.c157 cpuhp_setup_state(CPUHP_AP_MIPS_GIC_TIMER_STARTING, in gic_clockevent_init()
/openbmc/linux/arch/riscv/kernel/
H A Dsbi-ipi.c71 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in sbi_ipi_init()
/openbmc/linux/drivers/powercap/
H A Ddtpm_cpu.c278 ret = cpuhp_setup_state(CPUHP_AP_DTPM_CPU_DEAD, "dtpm_cpu:offline", in dtpm_cpu_init()
283 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "dtpm_cpu:online", in dtpm_cpu_init()
/openbmc/linux/arch/arm64/hyperv/
H A Dmshyperv.c70 ret = cpuhp_setup_state(CPUHP_AP_HYPERV_ONLINE, "arm64/hyperv_init:online", in hyperv_init()
/openbmc/linux/drivers/platform/x86/intel/
H A Dturbo_max_3.c131 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in itmt_legacy_init()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-cpu.c162 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "leds/trigger:starting", in ledtrig_cpu_init()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-haltpoll.c125 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "cpuidle/haltpoll:online", in haltpoll_init()
/openbmc/linux/arch/arm64/kernel/
H A Dparavirt.c131 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in pv_time_init_stolen_time()
/openbmc/linux/kernel/
H A Dprofile.c464 err = cpuhp_setup_state(CPUHP_PROFILE_PREPARE, "PROFILE_PREPARE", in create_proc_profile()
469 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "AP_PROFILE_ONLINE", in create_proc_profile()
H A Dscs.c110 cpuhp_setup_state(CPUHP_BP_PREPARE_DYN, "scs:scs_cache", NULL, in scs_init()
/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c211 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in poking_init()
216 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in poking_init()
/openbmc/linux/arch/x86/events/amd/
H A Duncore.c736 if (cpuhp_setup_state(CPUHP_PERF_X86_AMD_UNCORE_PREP, in amd_uncore_init()
741 if (cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING, in amd_uncore_init()
745 if (cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE, in amd_uncore_init()
H A Dpower.c281 cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_POWER_ONLINE, in amd_power_pmu_init()
/openbmc/linux/drivers/pci/controller/
H A Dpci-xgene-msi.c494 rc = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "pci/xgene:online", in xgene_msi_probe()
499 rc = cpuhp_setup_state(CPUHP_PCI_XGENE_DEAD, "pci/xgene:dead", NULL, in xgene_msi_probe()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c527 return cpuhp_setup_state(CPUHP_AP_ARM_XEN_STARTING, in xen_guest_init()
557 return cpuhp_setup_state(CPUHP_AP_ARM_XEN_RUNSTATE_STARTING, in xen_late_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel_epb.c227 ret = cpuhp_setup_state(CPUHP_AP_X86_INTEL_EPB_ONLINE, in intel_epb_init()
H A Dumwait.c219 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "umwait:online", in umwait_init()
/openbmc/linux/arch/x86/kernel/
H A Dcpuid.c165 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/cpuid:online", in cpuid_init()
/openbmc/linux/drivers/misc/
H A Dvcpu_stall_detector.c175 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in vcpu_stall_detect_probe()
/openbmc/linux/drivers/base/
H A Dtopology.c205 return cpuhp_setup_state(CPUHP_TOPOLOGY_PREPARE, in topology_sysfs_init()
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency.c243 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, in intel_uncore_init()

12345