]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/cpuhotplug.h
xen/x86: Convert to hotplug state machine
[mirror_ubuntu-bionic-kernel.git] / include / linux / cpuhotplug.h
CommitLineData
cff7d378
TG
1#ifndef __CPUHOTPLUG_H
2#define __CPUHOTPLUG_H
3
4enum cpuhp_state {
5 CPUHP_OFFLINE,
6 CPUHP_CREATE_THREADS,
00e16c3d 7 CPUHP_PERF_PREPARE,
95ca792c 8 CPUHP_PERF_X86_PREPARE,
1a246b9f 9 CPUHP_PERF_X86_UNCORE_PREP,
96b2bd38 10 CPUHP_PERF_X86_AMD_UNCORE_PREP,
8b5b773d 11 CPUHP_PERF_X86_RAPL_PREP,
a409f5ee 12 CPUHP_PERF_BFIN,
57ecde42 13 CPUHP_PERF_POWER,
e3cfce17 14 CPUHP_PERF_SUPERH,
48d7f6c7 15 CPUHP_X86_HPET_DEAD,
148b9e2a 16 CPUHP_X86_APB_DEAD,
7ee681b2 17 CPUHP_WORKQUEUE_PREP,
bdab88e0 18 CPUHP_POWER_NUMA_PREPARE,
27590dc1 19 CPUHP_HRTIMERS_PREPARE,
e722d8da 20 CPUHP_PROFILE_PREPARE,
6b2c2847 21 CPUHP_X2APIC_PREPARE,
31487f83 22 CPUHP_SMPCFD_PREPARE,
4df83742 23 CPUHP_RCUTREE_PREP,
4d737042 24 CPUHP_XEN_PREPARE,
cff7d378 25 CPUHP_NOTIFY_PREPARE,
4fae16df 26 CPUHP_TIMERS_DEAD,
cff7d378 27 CPUHP_BRINGUP_CPU,
e69aab13 28 CPUHP_AP_IDLE_DEAD,
4baa0afc 29 CPUHP_AP_OFFLINE,
9cf7243d 30 CPUHP_AP_SCHED_STARTING,
4df83742 31 CPUHP_AP_RCUTREE_DYING,
93131f7a 32 CPUHP_AP_IRQ_GIC_STARTING,
6670a6d8 33 CPUHP_AP_IRQ_GICV3_STARTING,
6c034d17 34 CPUHP_AP_IRQ_HIP04_STARTING,
cb5ff2d2
RC
35 CPUHP_AP_IRQ_ARMADA_XP_STARTING,
36 CPUHP_AP_IRQ_ARMADA_CASC_STARTING,
7ca04bc2 37 CPUHP_AP_IRQ_BCM2836_STARTING,
7fbbaebf 38 CPUHP_AP_ARM_MVEBU_COHERENCY,
1a246b9f 39 CPUHP_AP_PERF_X86_UNCORE_STARTING,
96b2bd38 40 CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING,
95ca792c 41 CPUHP_AP_PERF_X86_STARTING,
9744f7b7 42 CPUHP_AP_PERF_X86_AMD_IBS_STARTING,
f0704827 43 CPUHP_AP_PERF_X86_CQM_STARTING,
77c34ef1 44 CPUHP_AP_PERF_X86_CSTATE_STARTING,
25a77b55 45 CPUHP_AP_PERF_XTENSA_STARTING,
04d045a6 46 CPUHP_AP_PERF_METAG_STARTING,
65264e3b 47 CPUHP_AP_MIPS_OP_LOONGSON3_STARTING,
e5b61baf 48 CPUHP_AP_ARM_VFP_STARTING,
7d88eb69 49 CPUHP_AP_PERF_ARM_STARTING,
9eeb2264 50 CPUHP_AP_ARM_L2X0_STARTING,
7e86e8bd 51 CPUHP_AP_ARM_ARCH_TIMER_STARTING,
b8a12296 52 CPUHP_AP_ARM_GLOBAL_TIMER_STARTING,
00c1d17a 53 CPUHP_AP_DUMMY_TIMER_STARTING,
d11b3a60 54 CPUHP_AP_EXYNOS4_MCT_TIMER_STARTING,
26b87688 55 CPUHP_AP_ARM_TWD_STARTING,
31e8e5db 56 CPUHP_AP_METAG_TIMER_STARTING,
b0404165 57 CPUHP_AP_QCOM_TIMER_STARTING,
2c48fef7 58 CPUHP_AP_ARMADA_TIMER_STARTING,
eb0a9d8c 59 CPUHP_AP_MARCO_TIMER_STARTING,
2dab9093 60 CPUHP_AP_MIPS_GIC_TIMER_STARTING,
ecd8081f 61 CPUHP_AP_ARC_TIMER_STARTING,
8c18b2d2 62 CPUHP_AP_KVM_STARTING,
15d7e3d3 63 CPUHP_AP_KVM_ARM_VGIC_INIT_STARTING,
42ec50b5 64 CPUHP_AP_KVM_ARM_VGIC_STARTING,
b3c9950a 65 CPUHP_AP_KVM_ARM_TIMER_STARTING,
4761adb6 66 CPUHP_AP_ARM_XEN_STARTING,
2b5283d1 67 CPUHP_AP_ARM_CORESIGHT_STARTING,
58eb457b 68 CPUHP_AP_ARM_CORESIGHT4_STARTING,
27c01a8c 69 CPUHP_AP_ARM64_ISNDEP_STARTING,
31487f83 70 CPUHP_AP_SMPCFD_DYING,
ae6a8a2e 71 CPUHP_AP_X86_TBOOT_DYING,
4baa0afc
TG
72 CPUHP_AP_NOTIFY_STARTING,
73 CPUHP_AP_ONLINE,
74 CPUHP_TEARDOWN_CPU,
fc6d73d6 75 CPUHP_AP_ONLINE_IDLE,
1cf4f629 76 CPUHP_AP_SMPBOOT_THREADS,
07d36c9e 77 CPUHP_AP_X86_VDSO_VMA_ONLINE,
00e16c3d 78 CPUHP_AP_PERF_ONLINE,
95ca792c 79 CPUHP_AP_PERF_X86_ONLINE,
1a246b9f 80 CPUHP_AP_PERF_X86_UNCORE_ONLINE,
96b2bd38 81 CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE,
c6a84daa 82 CPUHP_AP_PERF_X86_AMD_POWER_ONLINE,
8b5b773d 83 CPUHP_AP_PERF_X86_RAPL_ONLINE,
f0704827 84 CPUHP_AP_PERF_X86_CQM_ONLINE,
77c34ef1 85 CPUHP_AP_PERF_X86_CSTATE_ONLINE,
4f0f8217 86 CPUHP_AP_PERF_S390_CF_ONLINE,
e3d617fe 87 CPUHP_AP_PERF_S390_SF_ONLINE,
28c94843 88 CPUHP_AP_PERF_ARM_CCI_ONLINE,
fdc15a36 89 CPUHP_AP_PERF_ARM_CCN_ONLINE,
7ee681b2 90 CPUHP_AP_WORKQUEUE_ONLINE,
4df83742 91 CPUHP_AP_RCUTREE_ONLINE,
1cf4f629
TG
92 CPUHP_AP_NOTIFY_ONLINE,
93 CPUHP_AP_ONLINE_DYN,
94 CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 30,
48d7f6c7 95 CPUHP_AP_X86_HPET_ONLINE,
251a5fd6 96 CPUHP_AP_X86_KVM_CLK_ONLINE,
aaddd7d1 97 CPUHP_AP_ACTIVE,
cff7d378
TG
98 CPUHP_ONLINE,
99};
100
5b7aa87e
TG
101int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
102 int (*startup)(unsigned int cpu),
103 int (*teardown)(unsigned int cpu));
104
105/**
106 * cpuhp_setup_state - Setup hotplug state callbacks with calling the callbacks
107 * @state: The state for which the calls are installed
108 * @name: Name of the callback (will be used in debug output)
109 * @startup: startup callback function
110 * @teardown: teardown callback function
111 *
112 * Installs the callback functions and invokes the startup callback on
113 * the present cpus which have already reached the @state.
114 */
115static inline int cpuhp_setup_state(enum cpuhp_state state,
116 const char *name,
117 int (*startup)(unsigned int cpu),
118 int (*teardown)(unsigned int cpu))
119{
120 return __cpuhp_setup_state(state, name, true, startup, teardown);
121}
122
123/**
124 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
125 * callbacks
126 * @state: The state for which the calls are installed
127 * @name: Name of the callback.
128 * @startup: startup callback function
129 * @teardown: teardown callback function
130 *
131 * Same as @cpuhp_setup_state except that no calls are executed are invoked
132 * during installation of this callback. NOP if SMP=n or HOTPLUG_CPU=n.
133 */
134static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state,
135 const char *name,
136 int (*startup)(unsigned int cpu),
137 int (*teardown)(unsigned int cpu))
138{
139 return __cpuhp_setup_state(state, name, false, startup, teardown);
140}
141
142void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
143
144/**
145 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
146 * @state: The state for which the calls are removed
147 *
148 * Removes the callback functions and invokes the teardown callback on
149 * the present cpus which have already reached the @state.
150 */
151static inline void cpuhp_remove_state(enum cpuhp_state state)
152{
153 __cpuhp_remove_state(state, true);
154}
155
156/**
157 * cpuhp_remove_state_nocalls - Remove hotplug state callbacks without invoking
158 * teardown
159 * @state: The state for which the calls are removed
160 */
161static inline void cpuhp_remove_state_nocalls(enum cpuhp_state state)
162{
163 __cpuhp_remove_state(state, false);
164}
165
8df3e07e
TG
166#ifdef CONFIG_SMP
167void cpuhp_online_idle(enum cpuhp_state state);
168#else
169static inline void cpuhp_online_idle(enum cpuhp_state state) { }
170#endif
171
cff7d378 172#endif