Thomas Gleixner | cff7d37 | 2016-02-26 18:43:28 +0000 | [diff] [blame] | 1 | #ifndef __CPUHOTPLUG_H |
| 2 | #define __CPUHOTPLUG_H |
| 3 | |
| 4 | enum cpuhp_state { |
| 5 | CPUHP_OFFLINE, |
| 6 | CPUHP_CREATE_THREADS, |
Thomas Gleixner | 00e16c3 | 2016-07-13 17:16:09 +0000 | [diff] [blame] | 7 | CPUHP_PERF_PREPARE, |
Thomas Gleixner | 95ca792 | 2016-07-13 17:16:10 +0000 | [diff] [blame] | 8 | CPUHP_PERF_X86_PREPARE, |
Thomas Gleixner | 1a246b9 | 2016-07-13 17:16:12 +0000 | [diff] [blame] | 9 | CPUHP_PERF_X86_UNCORE_PREP, |
Richard Cochran | 96b2bd3 | 2016-07-13 17:16:13 +0000 | [diff] [blame] | 10 | CPUHP_PERF_X86_AMD_UNCORE_PREP, |
Richard Cochran | 8b5b773 | 2016-07-13 17:16:15 +0000 | [diff] [blame] | 11 | CPUHP_PERF_X86_RAPL_PREP, |
Thomas Gleixner | a409f5e | 2016-07-13 17:16:19 +0000 | [diff] [blame] | 12 | CPUHP_PERF_BFIN, |
Thomas Gleixner | 57ecde4 | 2016-07-13 17:16:20 +0000 | [diff] [blame] | 13 | CPUHP_PERF_POWER, |
Thomas Gleixner | e3cfce1 | 2016-07-13 17:16:23 +0000 | [diff] [blame] | 14 | CPUHP_PERF_SUPERH, |
Thomas Gleixner | 7ee681b | 2016-07-13 17:16:29 +0000 | [diff] [blame^] | 15 | CPUHP_WORKQUEUE_PREP, |
Thomas Gleixner | cff7d37 | 2016-02-26 18:43:28 +0000 | [diff] [blame] | 16 | CPUHP_NOTIFY_PREPARE, |
| 17 | CPUHP_BRINGUP_CPU, |
Thomas Gleixner | e69aab1 | 2016-02-26 18:43:43 +0000 | [diff] [blame] | 18 | CPUHP_AP_IDLE_DEAD, |
Thomas Gleixner | 4baa0af | 2016-02-26 18:43:29 +0000 | [diff] [blame] | 19 | CPUHP_AP_OFFLINE, |
Thomas Gleixner | 9cf7243 | 2016-03-10 12:54:09 +0100 | [diff] [blame] | 20 | CPUHP_AP_SCHED_STARTING, |
Richard Cochran | 93131f7 | 2016-07-13 17:16:04 +0000 | [diff] [blame] | 21 | CPUHP_AP_IRQ_GIC_STARTING, |
Richard Cochran | 6670a6d | 2016-07-13 17:16:05 +0000 | [diff] [blame] | 22 | CPUHP_AP_IRQ_GICV3_STARTING, |
Richard Cochran | 6c034d1 | 2016-07-13 17:16:06 +0000 | [diff] [blame] | 23 | CPUHP_AP_IRQ_HIP04_STARTING, |
Richard Cochran | cb5ff2d | 2016-07-13 17:16:07 +0000 | [diff] [blame] | 24 | CPUHP_AP_IRQ_ARMADA_XP_STARTING, |
| 25 | CPUHP_AP_IRQ_ARMADA_CASC_STARTING, |
Sebastian Andrzej Siewior | 7ca04bc | 2016-07-13 17:16:07 +0000 | [diff] [blame] | 26 | CPUHP_AP_IRQ_BCM2836_STARTING, |
Sebastian Andrzej Siewior | 7fbbaeb | 2016-07-13 17:16:08 +0000 | [diff] [blame] | 27 | CPUHP_AP_ARM_MVEBU_COHERENCY, |
Thomas Gleixner | 1a246b9 | 2016-07-13 17:16:12 +0000 | [diff] [blame] | 28 | CPUHP_AP_PERF_X86_UNCORE_STARTING, |
Richard Cochran | 96b2bd3 | 2016-07-13 17:16:13 +0000 | [diff] [blame] | 29 | CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING, |
Thomas Gleixner | 95ca792 | 2016-07-13 17:16:10 +0000 | [diff] [blame] | 30 | CPUHP_AP_PERF_X86_STARTING, |
Thomas Gleixner | 9744f7b | 2016-07-13 17:16:14 +0000 | [diff] [blame] | 31 | CPUHP_AP_PERF_X86_AMD_IBS_STARTING, |
Richard Cochran | f070482 | 2016-07-13 17:16:16 +0000 | [diff] [blame] | 32 | CPUHP_AP_PERF_X86_CQM_STARTING, |
Sebastian Andrzej Siewior | 77c34ef | 2016-07-13 17:16:18 +0000 | [diff] [blame] | 33 | CPUHP_AP_PERF_X86_CSTATE_STARTING, |
Sebastian Andrzej Siewior | 25a77b5 | 2016-07-13 17:16:26 +0000 | [diff] [blame] | 34 | CPUHP_AP_PERF_XTENSA_STARTING, |
Thomas Gleixner | 4baa0af | 2016-02-26 18:43:29 +0000 | [diff] [blame] | 35 | CPUHP_AP_NOTIFY_STARTING, |
| 36 | CPUHP_AP_ONLINE, |
| 37 | CPUHP_TEARDOWN_CPU, |
Thomas Gleixner | fc6d73d | 2016-02-26 18:43:40 +0000 | [diff] [blame] | 38 | CPUHP_AP_ONLINE_IDLE, |
Thomas Gleixner | 1cf4f62 | 2016-02-26 18:43:39 +0000 | [diff] [blame] | 39 | CPUHP_AP_SMPBOOT_THREADS, |
Sebastian Andrzej Siewior | 07d36c9 | 2016-07-13 17:16:03 +0000 | [diff] [blame] | 40 | CPUHP_AP_X86_VDSO_VMA_ONLINE, |
Thomas Gleixner | 00e16c3 | 2016-07-13 17:16:09 +0000 | [diff] [blame] | 41 | CPUHP_AP_PERF_ONLINE, |
Thomas Gleixner | 95ca792 | 2016-07-13 17:16:10 +0000 | [diff] [blame] | 42 | CPUHP_AP_PERF_X86_ONLINE, |
Thomas Gleixner | 1a246b9 | 2016-07-13 17:16:12 +0000 | [diff] [blame] | 43 | CPUHP_AP_PERF_X86_UNCORE_ONLINE, |
Richard Cochran | 96b2bd3 | 2016-07-13 17:16:13 +0000 | [diff] [blame] | 44 | CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE, |
Anna-Maria Gleixner | c6a84daa | 2016-07-13 17:16:28 +0000 | [diff] [blame] | 45 | CPUHP_AP_PERF_X86_AMD_POWER_ONLINE, |
Richard Cochran | 8b5b773 | 2016-07-13 17:16:15 +0000 | [diff] [blame] | 46 | CPUHP_AP_PERF_X86_RAPL_ONLINE, |
Richard Cochran | f070482 | 2016-07-13 17:16:16 +0000 | [diff] [blame] | 47 | CPUHP_AP_PERF_X86_CQM_ONLINE, |
Sebastian Andrzej Siewior | 77c34ef | 2016-07-13 17:16:18 +0000 | [diff] [blame] | 48 | CPUHP_AP_PERF_X86_CSTATE_ONLINE, |
Thomas Gleixner | 4f0f821 | 2016-07-13 17:16:21 +0000 | [diff] [blame] | 49 | CPUHP_AP_PERF_S390_CF_ONLINE, |
Sebastian Andrzej Siewior | e3d617f | 2016-07-13 17:16:22 +0000 | [diff] [blame] | 50 | CPUHP_AP_PERF_S390_SF_ONLINE, |
Sebastian Andrzej Siewior | 28c9484 | 2016-07-13 17:16:24 +0000 | [diff] [blame] | 51 | CPUHP_AP_PERF_ARM_CCI_ONLINE, |
Sebastian Andrzej Siewior | fdc15a3 | 2016-07-13 17:16:25 +0000 | [diff] [blame] | 52 | CPUHP_AP_PERF_ARM_CCN_ONLINE, |
Thomas Gleixner | 7ee681b | 2016-07-13 17:16:29 +0000 | [diff] [blame^] | 53 | CPUHP_AP_WORKQUEUE_ONLINE, |
Thomas Gleixner | 1cf4f62 | 2016-02-26 18:43:39 +0000 | [diff] [blame] | 54 | CPUHP_AP_NOTIFY_ONLINE, |
| 55 | CPUHP_AP_ONLINE_DYN, |
| 56 | CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 30, |
Thomas Gleixner | aaddd7d | 2016-03-10 12:54:19 +0100 | [diff] [blame] | 57 | CPUHP_AP_ACTIVE, |
Thomas Gleixner | cff7d37 | 2016-02-26 18:43:28 +0000 | [diff] [blame] | 58 | CPUHP_ONLINE, |
| 59 | }; |
| 60 | |
Thomas Gleixner | 5b7aa87 | 2016-02-26 18:43:33 +0000 | [diff] [blame] | 61 | int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, |
| 62 | int (*startup)(unsigned int cpu), |
| 63 | int (*teardown)(unsigned int cpu)); |
| 64 | |
| 65 | /** |
| 66 | * cpuhp_setup_state - Setup hotplug state callbacks with calling the callbacks |
| 67 | * @state: The state for which the calls are installed |
| 68 | * @name: Name of the callback (will be used in debug output) |
| 69 | * @startup: startup callback function |
| 70 | * @teardown: teardown callback function |
| 71 | * |
| 72 | * Installs the callback functions and invokes the startup callback on |
| 73 | * the present cpus which have already reached the @state. |
| 74 | */ |
| 75 | static inline int cpuhp_setup_state(enum cpuhp_state state, |
| 76 | const char *name, |
| 77 | int (*startup)(unsigned int cpu), |
| 78 | int (*teardown)(unsigned int cpu)) |
| 79 | { |
| 80 | return __cpuhp_setup_state(state, name, true, startup, teardown); |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the |
| 85 | * callbacks |
| 86 | * @state: The state for which the calls are installed |
| 87 | * @name: Name of the callback. |
| 88 | * @startup: startup callback function |
| 89 | * @teardown: teardown callback function |
| 90 | * |
| 91 | * Same as @cpuhp_setup_state except that no calls are executed are invoked |
| 92 | * during installation of this callback. NOP if SMP=n or HOTPLUG_CPU=n. |
| 93 | */ |
| 94 | static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, |
| 95 | const char *name, |
| 96 | int (*startup)(unsigned int cpu), |
| 97 | int (*teardown)(unsigned int cpu)) |
| 98 | { |
| 99 | return __cpuhp_setup_state(state, name, false, startup, teardown); |
| 100 | } |
| 101 | |
| 102 | void __cpuhp_remove_state(enum cpuhp_state state, bool invoke); |
| 103 | |
| 104 | /** |
| 105 | * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown |
| 106 | * @state: The state for which the calls are removed |
| 107 | * |
| 108 | * Removes the callback functions and invokes the teardown callback on |
| 109 | * the present cpus which have already reached the @state. |
| 110 | */ |
| 111 | static inline void cpuhp_remove_state(enum cpuhp_state state) |
| 112 | { |
| 113 | __cpuhp_remove_state(state, true); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * cpuhp_remove_state_nocalls - Remove hotplug state callbacks without invoking |
| 118 | * teardown |
| 119 | * @state: The state for which the calls are removed |
| 120 | */ |
| 121 | static inline void cpuhp_remove_state_nocalls(enum cpuhp_state state) |
| 122 | { |
| 123 | __cpuhp_remove_state(state, false); |
| 124 | } |
| 125 | |
Thomas Gleixner | 8df3e07 | 2016-02-26 18:43:41 +0000 | [diff] [blame] | 126 | #ifdef CONFIG_SMP |
| 127 | void cpuhp_online_idle(enum cpuhp_state state); |
| 128 | #else |
| 129 | static inline void cpuhp_online_idle(enum cpuhp_state state) { } |
| 130 | #endif |
| 131 | |
Thomas Gleixner | cff7d37 | 2016-02-26 18:43:28 +0000 | [diff] [blame] | 132 | #endif |