Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef __ACPI_PROCESSOR_H |
| 3 | #define __ACPI_PROCESSOR_H |
| 4 | |
| 5 | #include <linux/kernel.h> |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 6 | #include <linux/cpu.h> |
Zhang Rui | d9460fd22 | 2008-01-17 15:51:23 +0800 | [diff] [blame] | 7 | #include <linux/thermal.h> |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 8 | #include <asm/acpi.h> |
| 9 | |
Rafael J. Wysocki | ac212b6 | 2013-05-03 00:26:22 +0200 | [diff] [blame] | 10 | #define ACPI_PROCESSOR_CLASS "processor" |
| 11 | #define ACPI_PROCESSOR_DEVICE_NAME "Processor" |
| 12 | #define ACPI_PROCESSOR_DEVICE_HID "ACPI0007" |
Sudeep Holla | db62fda | 2016-02-17 11:54:19 +0000 | [diff] [blame] | 13 | #define ACPI_PROCESSOR_CONTAINER_HID "ACPI0010" |
Rafael J. Wysocki | ac212b6 | 2013-05-03 00:26:22 +0200 | [diff] [blame] | 14 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #define ACPI_PROCESSOR_BUSY_METRIC 10 |
| 16 | |
| 17 | #define ACPI_PROCESSOR_MAX_POWER 8 |
| 18 | #define ACPI_PROCESSOR_MAX_C2_LATENCY 100 |
| 19 | #define ACPI_PROCESSOR_MAX_C3_LATENCY 1000 |
| 20 | |
| 21 | #define ACPI_PROCESSOR_MAX_THROTTLING 16 |
| 22 | #define ACPI_PROCESSOR_MAX_THROTTLE 250 /* 25% */ |
| 23 | #define ACPI_PROCESSOR_MAX_DUTY_WIDTH 4 |
| 24 | |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 25 | #define ACPI_PDC_REVISION_ID 0x1 |
| 26 | |
Len Brown | fd35094 | 2007-05-09 23:34:35 -0400 | [diff] [blame] | 27 | #define ACPI_PSD_REV0_REVISION 0 /* Support for _PSD as in ACPI 3.0 */ |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 28 | #define ACPI_PSD_REV0_ENTRIES 5 |
| 29 | |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 30 | #define ACPI_TSD_REV0_REVISION 0 /* Support for _PSD as in ACPI 3.0 */ |
| 31 | #define ACPI_TSD_REV0_ENTRIES 5 |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 32 | /* |
| 33 | * Types of coordination defined in ACPI 3.0. Same macros can be used across |
| 34 | * P, C and T states |
| 35 | */ |
| 36 | #define DOMAIN_COORD_TYPE_SW_ALL 0xfc |
| 37 | #define DOMAIN_COORD_TYPE_SW_ANY 0xfd |
| 38 | #define DOMAIN_COORD_TYPE_HW_ALL 0xfe |
| 39 | |
Venkatesh Pallipadi | 4fcb2fc | 2008-02-11 17:46:31 -0800 | [diff] [blame] | 40 | #define ACPI_CSTATE_SYSTEMIO 0 |
| 41 | #define ACPI_CSTATE_FFH 1 |
| 42 | #define ACPI_CSTATE_HALT 2 |
Sudeep Holla | a36a7fe | 2016-07-21 17:18:07 +0100 | [diff] [blame] | 43 | #define ACPI_CSTATE_INTEGER 3 |
Venkatesh Pallipadi | 4fcb2fc | 2008-02-11 17:46:31 -0800 | [diff] [blame] | 44 | |
| 45 | #define ACPI_CX_DESC_LEN 32 |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 46 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | /* Power Management */ |
| 48 | |
| 49 | struct acpi_processor_cx; |
| 50 | |
| 51 | struct acpi_power_register { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 52 | u8 descriptor; |
| 53 | u16 length; |
| 54 | u8 space_id; |
| 55 | u8 bit_width; |
| 56 | u8 bit_offset; |
Len Brown | 718be4a | 2010-07-22 16:54:27 -0400 | [diff] [blame] | 57 | u8 access_size; |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 58 | u64 address; |
Fabian Frederick | 92c4d2a | 2014-06-01 19:16:17 +0200 | [diff] [blame] | 59 | } __packed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | struct acpi_processor_cx { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 62 | u8 valid; |
| 63 | u8 type; |
| 64 | u32 address; |
venkatesh.pallipadi@intel.com | bc71bec | 2008-01-31 17:35:04 -0800 | [diff] [blame] | 65 | u8 entry_method; |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 66 | u8 index; |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 67 | u32 latency; |
Len Brown | 718be4a | 2010-07-22 16:54:27 -0400 | [diff] [blame] | 68 | u8 bm_sts_skip; |
Venkatesh Pallipadi | 4fcb2fc | 2008-02-11 17:46:31 -0800 | [diff] [blame] | 69 | char desc[ACPI_CX_DESC_LEN]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | }; |
| 71 | |
Sudeep Holla | a36a7fe | 2016-07-21 17:18:07 +0100 | [diff] [blame] | 72 | struct acpi_lpi_state { |
| 73 | u32 min_residency; |
| 74 | u32 wake_latency; /* worst case */ |
| 75 | u32 flags; |
| 76 | u32 arch_flags; |
| 77 | u32 res_cnt_freq; |
| 78 | u32 enable_parent_state; |
| 79 | u64 address; |
| 80 | u8 index; |
| 81 | u8 entry_method; |
| 82 | char desc[ACPI_CX_DESC_LEN]; |
| 83 | }; |
| 84 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | struct acpi_processor_power { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 86 | int count; |
Sudeep Holla | a36a7fe | 2016-07-21 17:18:07 +0100 | [diff] [blame] | 87 | union { |
| 88 | struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER]; |
| 89 | struct acpi_lpi_state lpi_states[ACPI_PROCESSOR_MAX_POWER]; |
| 90 | }; |
Thomas Gleixner | 169a0ab | 2007-02-16 01:27:55 -0800 | [diff] [blame] | 91 | int timer_broadcast_on_state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | }; |
| 93 | |
| 94 | /* Performance Management */ |
| 95 | |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 96 | struct acpi_psd_package { |
Lin Ming | 439913f | 2010-01-28 10:53:19 +0800 | [diff] [blame] | 97 | u64 num_entries; |
| 98 | u64 revision; |
| 99 | u64 domain; |
| 100 | u64 coord_type; |
| 101 | u64 num_processors; |
Fabian Frederick | 92c4d2a | 2014-06-01 19:16:17 +0200 | [diff] [blame] | 102 | } __packed; |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 103 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | struct acpi_pct_register { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 105 | u8 descriptor; |
| 106 | u16 length; |
| 107 | u8 space_id; |
| 108 | u8 bit_width; |
| 109 | u8 bit_offset; |
| 110 | u8 reserved; |
| 111 | u64 address; |
Fabian Frederick | 92c4d2a | 2014-06-01 19:16:17 +0200 | [diff] [blame] | 112 | } __packed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | |
| 114 | struct acpi_processor_px { |
Lin Ming | 439913f | 2010-01-28 10:53:19 +0800 | [diff] [blame] | 115 | u64 core_frequency; /* megahertz */ |
| 116 | u64 power; /* milliWatts */ |
| 117 | u64 transition_latency; /* microseconds */ |
| 118 | u64 bus_master_latency; /* microseconds */ |
| 119 | u64 control; /* control value */ |
| 120 | u64 status; /* success indicator */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | }; |
| 122 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | struct acpi_processor_performance { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 124 | unsigned int state; |
| 125 | unsigned int platform_limit; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | struct acpi_pct_register control_register; |
| 127 | struct acpi_pct_register status_register; |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 128 | unsigned int state_count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | struct acpi_processor_px *states; |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 130 | struct acpi_psd_package domain_info; |
Rusty Russell | 2fdf66b | 2008-12-31 18:08:47 -0800 | [diff] [blame] | 131 | cpumask_var_t shared_cpu_map; |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 132 | unsigned int shared_type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | }; |
| 134 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | /* Throttling Control */ |
| 136 | |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 137 | struct acpi_tsd_package { |
Lin Ming | 439913f | 2010-01-28 10:53:19 +0800 | [diff] [blame] | 138 | u64 num_entries; |
| 139 | u64 revision; |
| 140 | u64 domain; |
| 141 | u64 coord_type; |
| 142 | u64 num_processors; |
Fabian Frederick | 92c4d2a | 2014-06-01 19:16:17 +0200 | [diff] [blame] | 143 | } __packed; |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 144 | |
| 145 | struct acpi_ptc_register { |
| 146 | u8 descriptor; |
| 147 | u16 length; |
| 148 | u8 space_id; |
| 149 | u8 bit_width; |
| 150 | u8 bit_offset; |
| 151 | u8 reserved; |
| 152 | u64 address; |
Fabian Frederick | 92c4d2a | 2014-06-01 19:16:17 +0200 | [diff] [blame] | 153 | } __packed; |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 154 | |
| 155 | struct acpi_processor_tx_tss { |
Lin Ming | 439913f | 2010-01-28 10:53:19 +0800 | [diff] [blame] | 156 | u64 freqpercentage; /* */ |
| 157 | u64 power; /* milliWatts */ |
| 158 | u64 transition_latency; /* microseconds */ |
| 159 | u64 control; /* control value */ |
| 160 | u64 status; /* success indicator */ |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 161 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | struct acpi_processor_tx { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 163 | u16 power; |
| 164 | u16 performance; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | }; |
| 166 | |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 167 | struct acpi_processor; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | struct acpi_processor_throttling { |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 169 | unsigned int state; |
| 170 | unsigned int platform_limit; |
| 171 | struct acpi_pct_register control_register; |
| 172 | struct acpi_pct_register status_register; |
| 173 | unsigned int state_count; |
| 174 | struct acpi_processor_tx_tss *states_tss; |
| 175 | struct acpi_tsd_package domain_info; |
Rusty Russell | 2fdf66b | 2008-12-31 18:08:47 -0800 | [diff] [blame] | 176 | cpumask_var_t shared_cpu_map; |
Len Brown | ff55a9c | 2007-06-02 00:15:25 -0400 | [diff] [blame] | 177 | int (*acpi_processor_get_throttling) (struct acpi_processor * pr); |
| 178 | int (*acpi_processor_set_throttling) (struct acpi_processor * pr, |
Frans Pop | 2a90800 | 2009-08-26 14:29:29 -0700 | [diff] [blame] | 179 | int state, bool force); |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 180 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 181 | u32 address; |
| 182 | u8 duty_offset; |
| 183 | u8 duty_width; |
Zhao Yakui | 1180509 | 2008-01-28 13:53:42 +0800 | [diff] [blame] | 184 | u8 tsd_valid_flag; |
| 185 | unsigned int shared_type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | struct acpi_processor_tx states[ACPI_PROCESSOR_MAX_THROTTLING]; |
| 187 | }; |
| 188 | |
| 189 | /* Limit Interface */ |
| 190 | |
| 191 | struct acpi_processor_lx { |
Joe Perches | aee07ba | 2008-02-03 17:07:16 +0200 | [diff] [blame] | 192 | int px; /* performance state */ |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 193 | int tx; /* throttle level */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | }; |
| 195 | |
| 196 | struct acpi_processor_limit { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 197 | struct acpi_processor_lx state; /* current limit */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | struct acpi_processor_lx thermal; /* thermal limit */ |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 199 | struct acpi_processor_lx user; /* user limit */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | }; |
| 201 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 202 | struct acpi_processor_flags { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 203 | u8 power:1; |
| 204 | u8 performance:1; |
| 205 | u8 throttling:1; |
| 206 | u8 limit:1; |
| 207 | u8 bm_control:1; |
| 208 | u8 bm_check:1; |
| 209 | u8 has_cst:1; |
Sudeep Holla | a36a7fe | 2016-07-21 17:18:07 +0100 | [diff] [blame] | 210 | u8 has_lpi:1; |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 211 | u8 power_setup_done:1; |
Len Brown | 4f86d3a | 2007-10-03 18:58:00 -0400 | [diff] [blame] | 212 | u8 bm_rld_set:1; |
Thomas Renninger | 99b7250 | 2012-01-19 18:18:43 +0100 | [diff] [blame] | 213 | u8 need_hotplug_init:1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | }; |
| 215 | |
| 216 | struct acpi_processor { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 217 | acpi_handle handle; |
| 218 | u32 acpi_id; |
Catalin Marinas | 828aef3 | 2015-03-24 14:02:46 +0000 | [diff] [blame] | 219 | phys_cpuid_t phys_id; /* CPU hardware ID such as APIC ID for x86 */ |
Hanjun Guo | af8f3f5 | 2015-01-04 18:55:02 +0800 | [diff] [blame] | 220 | u32 id; /* CPU logical ID allocated by OS */ |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 221 | u32 pblk; |
| 222 | int performance_platform_limit; |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 223 | int throttling_platform_limit; |
Len Brown | ff55a9c | 2007-06-02 00:15:25 -0400 | [diff] [blame] | 224 | /* 0 - states 0..n-th state available */ |
Luming Yu | 01854e6 | 2007-05-26 22:49:58 +0800 | [diff] [blame] | 225 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | struct acpi_processor_flags flags; |
| 227 | struct acpi_processor_power power; |
| 228 | struct acpi_processor_performance *performance; |
| 229 | struct acpi_processor_throttling throttling; |
| 230 | struct acpi_processor_limit limit; |
Zhang Rui | d9460fd22 | 2008-01-17 15:51:23 +0800 | [diff] [blame] | 231 | struct thermal_cooling_device *cdev; |
Rafael J. Wysocki | ac212b6 | 2013-05-03 00:26:22 +0200 | [diff] [blame] | 232 | struct device *dev; /* Processor device. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | }; |
| 234 | |
| 235 | struct acpi_processor_errata { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 236 | u8 smp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | struct { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 238 | u8 throttle:1; |
| 239 | u8 fdma:1; |
| 240 | u8 reserved:6; |
| 241 | u32 bmisx; |
| 242 | } piix4; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | }; |
| 244 | |
Len Brown | fd35094 | 2007-05-09 23:34:35 -0400 | [diff] [blame] | 245 | extern int acpi_processor_preregister_performance(struct |
| 246 | acpi_processor_performance |
Tejun Heo | a29d8b8 | 2010-02-02 14:39:15 +0900 | [diff] [blame] | 247 | __percpu *performance); |
Venkatesh Pallipadi | 3b2d994 | 2005-12-14 15:05:00 -0500 | [diff] [blame] | 248 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 249 | extern int acpi_processor_register_performance(struct acpi_processor_performance |
| 250 | *performance, unsigned int cpu); |
Rafael J. Wysocki | b2f8dc4 | 2015-07-22 22:11:16 +0200 | [diff] [blame] | 251 | extern void acpi_processor_unregister_performance(unsigned int cpu); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | |
Rafael J. Wysocki | d0ea59e | 2016-11-17 22:47:47 +0100 | [diff] [blame] | 253 | int acpi_processor_pstate_control(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | /* note: this locks both the calling module and the processor module |
| 255 | if a _PPC object exists, rmmod is disallowed then */ |
| 256 | int acpi_processor_notify_smm(struct module *calling_module); |
| 257 | |
Konrad Rzeszutek Wilk | c705c78 | 2013-03-05 13:42:54 -0500 | [diff] [blame] | 258 | /* parsing the _P* objects. */ |
| 259 | extern int acpi_processor_get_performance_info(struct acpi_processor *pr); |
| 260 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | /* for communication between multiple parts of the processor kernel module */ |
Mike Travis | 706546d | 2008-06-09 16:22:23 -0700 | [diff] [blame] | 262 | DECLARE_PER_CPU(struct acpi_processor *, processors); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | extern struct acpi_processor_errata errata; |
| 264 | |
Sudeep Holla | 35ae713 | 2016-07-19 18:52:53 +0100 | [diff] [blame] | 265 | #if defined(ARCH_HAS_POWER_INIT) && defined(CONFIG_ACPI_PROCESSOR_CSTATE) |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 266 | void acpi_processor_power_init_bm_check(struct acpi_processor_flags *flags, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 267 | unsigned int cpu); |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 268 | int acpi_processor_ffh_cstate_probe(unsigned int cpu, |
Len Brown | fd35094 | 2007-05-09 23:34:35 -0400 | [diff] [blame] | 269 | struct acpi_processor_cx *cx, |
| 270 | struct acpi_power_register *reg); |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 271 | void acpi_processor_ffh_cstate_enter(struct acpi_processor_cx *cstate); |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 272 | #else |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 273 | static inline void acpi_processor_power_init_bm_check(struct |
| 274 | acpi_processor_flags |
| 275 | *flags, unsigned int cpu) |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 276 | { |
| 277 | flags->bm_check = 1; |
| 278 | return; |
| 279 | } |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 280 | static inline int acpi_processor_ffh_cstate_probe(unsigned int cpu, |
Len Brown | fd35094 | 2007-05-09 23:34:35 -0400 | [diff] [blame] | 281 | struct acpi_processor_cx *cx, |
| 282 | struct acpi_power_register |
| 283 | *reg) |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 284 | { |
| 285 | return -1; |
| 286 | } |
Len Brown | fd35094 | 2007-05-09 23:34:35 -0400 | [diff] [blame] | 287 | static inline void acpi_processor_ffh_cstate_enter(struct acpi_processor_cx |
| 288 | *cstate) |
Venkatesh Pallipadi | 991528d | 2006-09-25 16:28:13 -0700 | [diff] [blame] | 289 | { |
| 290 | return; |
| 291 | } |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 292 | #endif |
| 293 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 | /* in processor_perflib.c */ |
Venkatesh Pallipadi | 02df8b9 | 2005-04-15 15:07:10 -0400 | [diff] [blame] | 295 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | #ifdef CONFIG_CPU_FREQ |
| 297 | void acpi_processor_ppc_init(void); |
| 298 | void acpi_processor_ppc_exit(void); |
Rafael J. Wysocki | bca5f55 | 2016-11-18 13:57:54 +0100 | [diff] [blame] | 299 | void acpi_processor_ppc_has_changed(struct acpi_processor *pr, int event_flag); |
Thomas Renninger | e2f74f3 | 2009-11-19 12:31:01 +0100 | [diff] [blame] | 300 | extern int acpi_processor_get_bios_limit(int cpu, unsigned int *limit); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 301 | #else |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 302 | static inline void acpi_processor_ppc_init(void) |
| 303 | { |
| 304 | return; |
| 305 | } |
| 306 | static inline void acpi_processor_ppc_exit(void) |
| 307 | { |
| 308 | return; |
| 309 | } |
Zhao Yakui | d81c45e1 | 2009-10-16 09:20:41 +0800 | [diff] [blame] | 310 | static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr, |
| 311 | int event_flag) |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 312 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | static unsigned int printout = 1; |
| 314 | if (printout) { |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 315 | printk(KERN_WARNING |
| 316 | "Warning: Processor Platform Limit event detected, but not handled.\n"); |
| 317 | printk(KERN_WARNING |
| 318 | "Consider compiling CPUfreq support into your kernel.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | printout = 0; |
| 320 | } |
| 321 | return 0; |
| 322 | } |
Thomas Renninger | e2f74f3 | 2009-11-19 12:31:01 +0100 | [diff] [blame] | 323 | static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) |
| 324 | { |
| 325 | return -ENODEV; |
| 326 | } |
| 327 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 328 | #endif /* CONFIG_CPU_FREQ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | |
Alex Chiang | 4d5d4cd | 2010-02-22 12:11:14 -0700 | [diff] [blame] | 330 | /* in processor_core.c */ |
Catalin Marinas | 828aef3 | 2015-03-24 14:02:46 +0000 | [diff] [blame] | 331 | phys_cpuid_t acpi_get_phys_id(acpi_handle, int type, u32 acpi_id); |
David Daney | fb7c2ba | 2016-05-24 15:35:43 -0700 | [diff] [blame] | 332 | phys_cpuid_t acpi_map_madt_entry(u32 acpi_id); |
Catalin Marinas | 828aef3 | 2015-03-24 14:02:46 +0000 | [diff] [blame] | 333 | int acpi_map_cpuid(phys_cpuid_t phys_id, u32 acpi_id); |
Alex Chiang | 2e9d5e4 | 2010-02-22 12:11:19 -0700 | [diff] [blame] | 334 | int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id); |
Alex Chiang | 78f1699 | 2009-12-20 12:19:09 -0700 | [diff] [blame] | 335 | |
Ashwin Chaugule | 4f2f757 | 2015-09-09 16:27:07 -0400 | [diff] [blame] | 336 | #ifdef CONFIG_ACPI_CPPC_LIB |
| 337 | extern int acpi_cppc_processor_probe(struct acpi_processor *pr); |
| 338 | extern void acpi_cppc_processor_exit(struct acpi_processor *pr); |
| 339 | #else |
| 340 | static inline int acpi_cppc_processor_probe(struct acpi_processor *pr) |
| 341 | { |
| 342 | return 0; |
| 343 | } |
| 344 | static inline void acpi_cppc_processor_exit(struct acpi_processor *pr) |
| 345 | { |
| 346 | return; |
| 347 | } |
| 348 | #endif /* CONFIG_ACPI_CPPC_LIB */ |
| 349 | |
Hanjun Guo | 24119a8 | 2014-10-30 17:52:58 +0800 | [diff] [blame] | 350 | /* in processor_pdc.c */ |
| 351 | void acpi_processor_set_pdc(acpi_handle handle); |
| 352 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | /* in processor_throttling.c */ |
Ashwin Chaugule | 239708a | 2015-08-05 09:40:25 -0400 | [diff] [blame] | 354 | #ifdef CONFIG_ACPI_CPU_FREQ_PSS |
Adrian Bunk | a66b34b | 2008-06-09 16:22:24 -0700 | [diff] [blame] | 355 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 356 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); |
Frans Pop | 2a90800 | 2009-08-26 14:29:29 -0700 | [diff] [blame] | 357 | extern int acpi_processor_set_throttling(struct acpi_processor *pr, |
| 358 | int state, bool force); |
Zhao Yakui | 5a344a5 | 2011-01-10 16:35:45 +0800 | [diff] [blame] | 359 | /* |
| 360 | * Reevaluate whether the T-state is invalid after one cpu is |
| 361 | * onlined/offlined. In such case the flags.throttling will be updated. |
| 362 | */ |
| 363 | extern void acpi_processor_reevaluate_tstate(struct acpi_processor *pr, |
Sebastian Andrzej Siewior | 64f3bf2 | 2016-09-06 19:04:47 +0200 | [diff] [blame] | 364 | bool is_dead); |
Jan Engelhardt | 070d8eb | 2009-01-12 00:07:55 +0100 | [diff] [blame] | 365 | extern const struct file_operations acpi_processor_throttling_fops; |
Zhao Yakui | 1180509 | 2008-01-28 13:53:42 +0800 | [diff] [blame] | 366 | extern void acpi_processor_throttling_init(void); |
Ashwin Chaugule | 239708a | 2015-08-05 09:40:25 -0400 | [diff] [blame] | 367 | #else |
| 368 | static inline int acpi_processor_tstate_has_changed(struct acpi_processor *pr) |
| 369 | { |
| 370 | return 0; |
| 371 | } |
| 372 | |
| 373 | static inline int acpi_processor_get_throttling_info(struct acpi_processor *pr) |
| 374 | { |
| 375 | return -ENODEV; |
| 376 | } |
| 377 | |
| 378 | static inline int acpi_processor_set_throttling(struct acpi_processor *pr, |
| 379 | int state, bool force) |
| 380 | { |
| 381 | return -ENODEV; |
| 382 | } |
| 383 | |
| 384 | static inline void acpi_processor_reevaluate_tstate(struct acpi_processor *pr, |
Sebastian Andrzej Siewior | 64f3bf2 | 2016-09-06 19:04:47 +0200 | [diff] [blame] | 385 | bool is_dead) {} |
Ashwin Chaugule | 239708a | 2015-08-05 09:40:25 -0400 | [diff] [blame] | 386 | |
| 387 | static inline void acpi_processor_throttling_init(void) {} |
| 388 | #endif /* CONFIG_ACPI_CPU_FREQ_PSS */ |
| 389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | /* in processor_idle.c */ |
Ashwin Chaugule | 5f05586 | 2015-08-05 09:40:26 -0400 | [diff] [blame] | 391 | extern struct cpuidle_driver acpi_idle_driver; |
| 392 | #ifdef CONFIG_ACPI_PROCESSOR_IDLE |
Daniel Lezcano | 38a991b | 2012-09-15 22:42:54 +0200 | [diff] [blame] | 393 | int acpi_processor_power_init(struct acpi_processor *pr); |
| 394 | int acpi_processor_power_exit(struct acpi_processor *pr); |
Sudeep Holla | a36a7fe | 2016-07-21 17:18:07 +0100 | [diff] [blame] | 395 | int acpi_processor_power_state_has_changed(struct acpi_processor *pr); |
Deepthi Dharwar | 46bcfad | 2011-10-28 16:20:42 +0530 | [diff] [blame] | 396 | int acpi_processor_hotplug(struct acpi_processor *pr); |
Ashwin Chaugule | 5f05586 | 2015-08-05 09:40:26 -0400 | [diff] [blame] | 397 | #else |
| 398 | static inline int acpi_processor_power_init(struct acpi_processor *pr) |
| 399 | { |
| 400 | return -ENODEV; |
| 401 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | |
Ashwin Chaugule | 5f05586 | 2015-08-05 09:40:26 -0400 | [diff] [blame] | 403 | static inline int acpi_processor_power_exit(struct acpi_processor *pr) |
| 404 | { |
| 405 | return -ENODEV; |
| 406 | } |
| 407 | |
Sudeep Holla | a36a7fe | 2016-07-21 17:18:07 +0100 | [diff] [blame] | 408 | static inline int acpi_processor_power_state_has_changed(struct acpi_processor *pr) |
Ashwin Chaugule | 5f05586 | 2015-08-05 09:40:26 -0400 | [diff] [blame] | 409 | { |
| 410 | return -ENODEV; |
| 411 | } |
| 412 | |
| 413 | static inline int acpi_processor_hotplug(struct acpi_processor *pr) |
| 414 | { |
| 415 | return -ENODEV; |
| 416 | } |
| 417 | #endif /* CONFIG_ACPI_PROCESSOR_IDLE */ |
| 418 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | /* in processor_thermal.c */ |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 420 | int acpi_processor_get_limit_info(struct acpi_processor *pr); |
Vasiliy Kulikov | 9c8b04b | 2011-06-25 21:07:52 +0400 | [diff] [blame] | 421 | extern const struct thermal_cooling_device_ops processor_cooling_ops; |
Ashwin Chaugule | 239708a | 2015-08-05 09:40:25 -0400 | [diff] [blame] | 422 | #if defined(CONFIG_ACPI_CPU_FREQ_PSS) & defined(CONFIG_CPU_FREQ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | void acpi_thermal_cpufreq_init(void); |
| 424 | void acpi_thermal_cpufreq_exit(void); |
| 425 | #else |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 426 | static inline void acpi_thermal_cpufreq_init(void) |
| 427 | { |
| 428 | return; |
| 429 | } |
| 430 | static inline void acpi_thermal_cpufreq_exit(void) |
| 431 | { |
| 432 | return; |
| 433 | } |
Ashwin Chaugule | 239708a | 2015-08-05 09:40:25 -0400 | [diff] [blame] | 434 | #endif /* CONFIG_ACPI_CPU_FREQ_PSS */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | #endif |