blob: 59ab1a0fe21b18464083a4758aa5a3133a9ba7f6 [file] [log] [blame]
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -07001/*
2 * Handle caching attributes in page tables (PAT)
3 *
4 * Authors: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
5 * Suresh B Siddha <suresh.b.siddha@intel.com>
6 *
7 * Loosely based on earlier PAT patchset from Eric Biederman and Andi Kleen.
8 */
9
Ingo Molnarad2cde12008-09-30 13:20:45 +020010#include <linux/seq_file.h>
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -070011#include <linux/bootmem.h>
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -070012#include <linux/debugfs.h>
Ingo Molnarad2cde12008-09-30 13:20:45 +020013#include <linux/kernel.h>
Ingo Molnar92b9af92009-02-28 14:09:27 +010014#include <linux/module.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090015#include <linux/slab.h>
Ingo Molnarad2cde12008-09-30 13:20:45 +020016#include <linux/mm.h>
17#include <linux/fs.h>
Venkatesh Pallipadi335ef892009-07-10 09:57:36 -070018#include <linux/rbtree.h>
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070019
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070020#include <asm/cacheflush.h>
Ingo Molnarad2cde12008-09-30 13:20:45 +020021#include <asm/processor.h>
22#include <asm/tlbflush.h>
Jack Steinerfd12a0d2009-11-19 14:23:41 -060023#include <asm/x86_init.h>
Ingo Molnarad2cde12008-09-30 13:20:45 +020024#include <asm/pgtable.h>
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070025#include <asm/fcntl.h>
Ingo Molnarad2cde12008-09-30 13:20:45 +020026#include <asm/e820.h>
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070027#include <asm/mtrr.h>
Ingo Molnarad2cde12008-09-30 13:20:45 +020028#include <asm/page.h>
29#include <asm/msr.h>
30#include <asm/pat.h>
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -070031#include <asm/io.h>
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070032
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -080033#include "pat_internal.h"
Juergen Grossbd809af2014-11-03 14:02:03 +010034#include "mm_internal.h"
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -080035
Luis R. Rodriguez9e765612015-05-26 10:28:11 +020036#undef pr_fmt
37#define pr_fmt(fmt) "" fmt
38
Borislav Petkov9dac6292015-06-04 18:55:09 +020039static bool boot_cpu_done;
40
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +020041static int __read_mostly __pat_enabled = IS_ENABLED(CONFIG_X86_PAT);
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070042
Marcin Slusarz1ee4bd92009-04-10 22:47:17 +020043static inline void pat_disable(const char *reason)
Thomas Gleixner8d4a4302008-05-08 09:18:43 +020044{
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +020045 __pat_enabled = 0;
Luis R. Rodriguez9e765612015-05-26 10:28:11 +020046 pr_info("x86/PAT: %s\n", reason);
Thomas Gleixner8d4a4302008-05-08 09:18:43 +020047}
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070048
Andrew Mortonbe524fb2008-05-29 00:01:28 -070049static int __init nopat(char *str)
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070050{
Thomas Gleixner8d4a4302008-05-08 09:18:43 +020051 pat_disable("PAT support disabled.");
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -070052 return 0;
53}
54early_param("nopat", nopat);
55
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +020056bool pat_enabled(void)
57{
58 return !!__pat_enabled;
59}
Luis R. Rodriguezfbe71932015-05-26 10:28:16 +020060EXPORT_SYMBOL_GPL(pat_enabled);
Venki Pallipadi77b52b42008-05-05 19:09:10 -070061
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -080062int pat_debug_enable;
Ingo Molnarad2cde12008-09-30 13:20:45 +020063
Venki Pallipadi77b52b42008-05-05 19:09:10 -070064static int __init pat_debug_setup(char *str)
65{
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -080066 pat_debug_enable = 1;
Venki Pallipadi77b52b42008-05-05 19:09:10 -070067 return 0;
68}
69__setup("debugpat", pat_debug_setup);
70
Thomas Gleixner0dbcae82014-11-16 18:59:19 +010071#ifdef CONFIG_X86_PAT
72/*
73 * X86 PAT uses page flags WC and Uncached together to keep track of
74 * memory type of pages that have backing page struct. X86 PAT supports 3
75 * different memory types, _PAGE_CACHE_MODE_WB, _PAGE_CACHE_MODE_WC and
76 * _PAGE_CACHE_MODE_UC_MINUS and fourth state where page's memory type has not
77 * been changed from its default (value of -1 used to denote this).
78 * Note we do not support _PAGE_CACHE_MODE_UC here.
79 */
80
81#define _PGMT_DEFAULT 0
82#define _PGMT_WC (1UL << PG_arch_1)
83#define _PGMT_UC_MINUS (1UL << PG_uncached)
84#define _PGMT_WB (1UL << PG_uncached | 1UL << PG_arch_1)
85#define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
86#define _PGMT_CLEAR_MASK (~_PGMT_MASK)
87
88static inline enum page_cache_mode get_page_memtype(struct page *pg)
89{
90 unsigned long pg_flags = pg->flags & _PGMT_MASK;
91
92 if (pg_flags == _PGMT_DEFAULT)
93 return -1;
94 else if (pg_flags == _PGMT_WC)
95 return _PAGE_CACHE_MODE_WC;
96 else if (pg_flags == _PGMT_UC_MINUS)
97 return _PAGE_CACHE_MODE_UC_MINUS;
98 else
99 return _PAGE_CACHE_MODE_WB;
100}
101
102static inline void set_page_memtype(struct page *pg,
103 enum page_cache_mode memtype)
104{
105 unsigned long memtype_flags;
106 unsigned long old_flags;
107 unsigned long new_flags;
108
109 switch (memtype) {
110 case _PAGE_CACHE_MODE_WC:
111 memtype_flags = _PGMT_WC;
112 break;
113 case _PAGE_CACHE_MODE_UC_MINUS:
114 memtype_flags = _PGMT_UC_MINUS;
115 break;
116 case _PAGE_CACHE_MODE_WB:
117 memtype_flags = _PGMT_WB;
118 break;
119 default:
120 memtype_flags = _PGMT_DEFAULT;
121 break;
122 }
123
124 do {
125 old_flags = pg->flags;
126 new_flags = (old_flags & _PGMT_CLEAR_MASK) | memtype_flags;
127 } while (cmpxchg(&pg->flags, old_flags, new_flags) != old_flags);
128}
129#else
130static inline enum page_cache_mode get_page_memtype(struct page *pg)
131{
132 return -1;
133}
134static inline void set_page_memtype(struct page *pg,
135 enum page_cache_mode memtype)
136{
137}
138#endif
139
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700140enum {
141 PAT_UC = 0, /* uncached */
142 PAT_WC = 1, /* Write combining */
143 PAT_WT = 4, /* Write Through */
144 PAT_WP = 5, /* Write Protected */
145 PAT_WB = 6, /* Write Back (default) */
146 PAT_UC_MINUS = 7, /* UC, but can be overriden by MTRR */
147};
148
Juergen Grossbd809af2014-11-03 14:02:03 +0100149#define CM(c) (_PAGE_CACHE_MODE_ ## c)
150
151static enum page_cache_mode pat_get_cache_mode(unsigned pat_val, char *msg)
152{
153 enum page_cache_mode cache;
154 char *cache_mode;
155
156 switch (pat_val) {
157 case PAT_UC: cache = CM(UC); cache_mode = "UC "; break;
158 case PAT_WC: cache = CM(WC); cache_mode = "WC "; break;
159 case PAT_WT: cache = CM(WT); cache_mode = "WT "; break;
160 case PAT_WP: cache = CM(WP); cache_mode = "WP "; break;
161 case PAT_WB: cache = CM(WB); cache_mode = "WB "; break;
162 case PAT_UC_MINUS: cache = CM(UC_MINUS); cache_mode = "UC- "; break;
163 default: cache = CM(WB); cache_mode = "WB "; break;
164 }
165
166 memcpy(msg, cache_mode, 4);
167
168 return cache;
169}
170
171#undef CM
172
173/*
174 * Update the cache mode to pgprot translation tables according to PAT
175 * configuration.
176 * Using lower indices is preferred, so we start with highest index.
177 */
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200178void pat_init_cache_modes(u64 pat)
Juergen Grossbd809af2014-11-03 14:02:03 +0100179{
Juergen Grossbd809af2014-11-03 14:02:03 +0100180 enum page_cache_mode cache;
181 char pat_msg[33];
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200182 int i;
Juergen Grossbd809af2014-11-03 14:02:03 +0100183
Juergen Grossbd809af2014-11-03 14:02:03 +0100184 pat_msg[32] = 0;
185 for (i = 7; i >= 0; i--) {
186 cache = pat_get_cache_mode((pat >> (i * 8)) & 7,
187 pat_msg + 4 * i);
188 update_cache_mode_entry(i, cache);
189 }
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200190 pr_info("x86/PAT: Configuration [0-7]: %s\n", pat_msg);
Juergen Grossbd809af2014-11-03 14:02:03 +0100191}
192
Andreas Herrmanncd7a4e92008-06-10 16:05:39 +0200193#define PAT(x, y) ((u64)PAT_ ## y << ((x)*8))
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700194
Borislav Petkov9dac6292015-06-04 18:55:09 +0200195static void pat_bsp_init(u64 pat)
196{
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200197 u64 tmp_pat;
198
Borislav Petkov9dac6292015-06-04 18:55:09 +0200199 if (!cpu_has_pat) {
200 pat_disable("PAT not supported by CPU.");
201 return;
202 }
203
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200204 if (!pat_enabled())
205 goto done;
206
207 rdmsrl(MSR_IA32_CR_PAT, tmp_pat);
208 if (!tmp_pat) {
Borislav Petkov9dac6292015-06-04 18:55:09 +0200209 pat_disable("PAT MSR is 0, disabled.");
210 return;
211 }
212
213 wrmsrl(MSR_IA32_CR_PAT, pat);
214
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200215done:
216 pat_init_cache_modes(pat);
Borislav Petkov9dac6292015-06-04 18:55:09 +0200217}
218
219static void pat_ap_init(u64 pat)
220{
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200221 if (!pat_enabled())
222 return;
223
Borislav Petkov9dac6292015-06-04 18:55:09 +0200224 if (!cpu_has_pat) {
225 /*
226 * If this happens we are on a secondary CPU, but switched to
227 * PAT on the boot CPU. We have no way to undo PAT.
228 */
229 panic("x86/PAT: PAT enabled, but not supported by secondary CPU\n");
230 }
231
232 wrmsrl(MSR_IA32_CR_PAT, pat);
233}
234
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700235void pat_init(void)
236{
237 u64 pat;
Toshi Kanid79a40c2015-06-04 18:55:12 +0200238 struct cpuinfo_x86 *c = &boot_cpu_data;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700239
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200240 if (!pat_enabled()) {
241 /*
242 * No PAT. Emulate the PAT table that corresponds to the two
243 * cache bits, PWT (Write Through) and PCD (Cache Disable). This
244 * setup is the same as the BIOS default setup when the system
245 * has PAT but the "nopat" boot option has been specified. This
246 * emulated PAT table is used when MSR_IA32_CR_PAT returns 0.
247 *
Toshi Kanid79a40c2015-06-04 18:55:12 +0200248 * PTE encoding:
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200249 *
250 * PCD
251 * |PWT PAT
252 * || slot
253 * 00 0 WB : _PAGE_CACHE_MODE_WB
254 * 01 1 WT : _PAGE_CACHE_MODE_WT
255 * 10 2 UC-: _PAGE_CACHE_MODE_UC_MINUS
256 * 11 3 UC : _PAGE_CACHE_MODE_UC
257 *
258 * NOTE: When WC or WP is used, it is redirected to UC- per
259 * the default setup in __cachemode2pte_tbl[].
260 */
261 pat = PAT(0, WB) | PAT(1, WT) | PAT(2, UC_MINUS) | PAT(3, UC) |
262 PAT(4, WB) | PAT(5, WT) | PAT(6, UC_MINUS) | PAT(7, UC);
Toshi Kanid79a40c2015-06-04 18:55:12 +0200263
264 } else if ((c->x86_vendor == X86_VENDOR_INTEL) &&
265 (((c->x86 == 0x6) && (c->x86_model <= 0xd)) ||
266 ((c->x86 == 0xf) && (c->x86_model <= 0x6)))) {
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200267 /*
Toshi Kanid79a40c2015-06-04 18:55:12 +0200268 * PAT support with the lower four entries. Intel Pentium 2,
269 * 3, M, and 4 are affected by PAT errata, which makes the
270 * upper four entries unusable. To be on the safe side, we don't
271 * use those.
272 *
273 * PTE encoding:
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200274 * PAT
275 * |PCD
Toshi Kanid79a40c2015-06-04 18:55:12 +0200276 * ||PWT PAT
277 * ||| slot
278 * 000 0 WB : _PAGE_CACHE_MODE_WB
279 * 001 1 WC : _PAGE_CACHE_MODE_WC
280 * 010 2 UC-: _PAGE_CACHE_MODE_UC_MINUS
281 * 011 3 UC : _PAGE_CACHE_MODE_UC
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200282 * PAT bit unused
Toshi Kanid79a40c2015-06-04 18:55:12 +0200283 *
284 * NOTE: When WT or WP is used, it is redirected to UC- per
285 * the default setup in __cachemode2pte_tbl[].
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200286 */
287 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) |
288 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC);
Toshi Kanid79a40c2015-06-04 18:55:12 +0200289 } else {
290 /*
291 * Full PAT support. We put WT in slot 7 to improve
292 * robustness in the presence of errata that might cause
293 * the high PAT bit to be ignored. This way, a buggy slot 7
294 * access will hit slot 3, and slot 3 is UC, so at worst
295 * we lose performance without causing a correctness issue.
296 * Pentium 4 erratum N46 is an example for such an erratum,
297 * although we try not to use PAT at all on affected CPUs.
298 *
299 * PTE encoding:
300 * PAT
301 * |PCD
302 * ||PWT PAT
303 * ||| slot
304 * 000 0 WB : _PAGE_CACHE_MODE_WB
305 * 001 1 WC : _PAGE_CACHE_MODE_WC
306 * 010 2 UC-: _PAGE_CACHE_MODE_UC_MINUS
307 * 011 3 UC : _PAGE_CACHE_MODE_UC
308 * 100 4 WB : Reserved
309 * 101 5 WC : Reserved
310 * 110 6 UC-: Reserved
311 * 111 7 WT : _PAGE_CACHE_MODE_WT
312 *
313 * The reserved slots are unused, but mapped to their
314 * corresponding types in the presence of PAT errata.
315 */
316 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) |
317 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, WT);
Borislav Petkov9cd25aa2015-06-04 18:55:10 +0200318 }
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700319
Borislav Petkov9dac6292015-06-04 18:55:09 +0200320 if (!boot_cpu_done) {
321 pat_bsp_init(pat);
322 boot_cpu_done = true;
323 } else {
324 pat_ap_init(pat);
Juergen Gross9d34cfd2015-01-12 06:15:45 +0100325 }
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700326}
327
328#undef PAT
329
Pallipadi, Venkatesh9e41a492010-02-10 15:26:07 -0800330static DEFINE_SPINLOCK(memtype_lock); /* protects memtype accesses */
Venkatesh Pallipadi335ef892009-07-10 09:57:36 -0700331
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700332/*
333 * Does intersection of PAT memory type and MTRR memory type and returns
334 * the resulting memory type as PAT understands it.
335 * (Type in pat and mtrr will not have same value)
336 * The intersection is based on "Effective Memory Type" tables in IA-32
337 * SDM vol 3a
338 */
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100339static unsigned long pat_x_mtrr_type(u64 start, u64 end,
340 enum page_cache_mode req_type)
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700341{
Venki Pallipadic26421d2008-05-29 12:01:44 -0700342 /*
343 * Look for MTRR hint to get the effective type in case where PAT
344 * request is for WB.
345 */
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100346 if (req_type == _PAGE_CACHE_MODE_WB) {
Toshi Kanib73522e2015-05-26 10:28:10 +0200347 u8 mtrr_type, uniform;
Andreas Herrmanndd0c7c42008-06-18 15:38:57 +0200348
Toshi Kanib73522e2015-05-26 10:28:10 +0200349 mtrr_type = mtrr_type_lookup(start, end, &uniform);
Suresh Siddhab6ff32d2009-04-09 14:26:51 -0700350 if (mtrr_type != MTRR_TYPE_WRBACK)
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100351 return _PAGE_CACHE_MODE_UC_MINUS;
Suresh Siddhab6ff32d2009-04-09 14:26:51 -0700352
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100353 return _PAGE_CACHE_MODE_WB;
Andreas Herrmanndd0c7c42008-06-18 15:38:57 +0200354 }
355
356 return req_type;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700357}
358
John Dykstrafa835232012-05-25 16:12:46 -0500359struct pagerange_state {
360 unsigned long cur_pfn;
361 int ram;
362 int not_ram;
363};
364
365static int
366pagerange_is_ram_callback(unsigned long initial_pfn, unsigned long total_nr_pages, void *arg)
367{
368 struct pagerange_state *state = arg;
369
370 state->not_ram |= initial_pfn > state->cur_pfn;
371 state->ram |= total_nr_pages > 0;
372 state->cur_pfn = initial_pfn + total_nr_pages;
373
374 return state->ram && state->not_ram;
375}
376
Yasuaki Ishimatsu3709c852010-07-22 14:57:35 +0900377static int pat_pagerange_is_ram(resource_size_t start, resource_size_t end)
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800378{
John Dykstrafa835232012-05-25 16:12:46 -0500379 int ret = 0;
380 unsigned long start_pfn = start >> PAGE_SHIFT;
381 unsigned long end_pfn = (end + PAGE_SIZE - 1) >> PAGE_SHIFT;
382 struct pagerange_state state = {start_pfn, 0, 0};
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800383
John Dykstrafa835232012-05-25 16:12:46 -0500384 /*
385 * For legacy reasons, physical address range in the legacy ISA
386 * region is tracked as non-RAM. This will allow users of
387 * /dev/mem to map portions of legacy ISA region, even when
388 * some of those portions are listed(or not even listed) with
389 * different e820 types(RAM/reserved/..)
390 */
391 if (start_pfn < ISA_END_ADDRESS >> PAGE_SHIFT)
392 start_pfn = ISA_END_ADDRESS >> PAGE_SHIFT;
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800393
John Dykstrafa835232012-05-25 16:12:46 -0500394 if (start_pfn < end_pfn) {
395 ret = walk_system_ram_range(start_pfn, end_pfn - start_pfn,
396 &state, pagerange_is_ram_callback);
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800397 }
398
John Dykstrafa835232012-05-25 16:12:46 -0500399 return (ret > 0) ? -1 : (state.ram ? 1 : 0);
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800400}
401
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700402/*
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700403 * For RAM pages, we use page flags to mark the pages with appropriate type.
404 * Here we do two pass:
405 * - Find the memtype of all the pages in the range, look for any conflicts
406 * - In case of no conflicts, set the new memtype for pages in the range
Suresh Siddha9542ada2008-09-24 08:53:33 -0700407 */
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100408static int reserve_ram_pages_type(u64 start, u64 end,
409 enum page_cache_mode req_type,
410 enum page_cache_mode *new_type)
Suresh Siddha9542ada2008-09-24 08:53:33 -0700411{
412 struct page *page;
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700413 u64 pfn;
414
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100415 if (req_type == _PAGE_CACHE_MODE_UC) {
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700416 /* We do not support strong UC */
417 WARN_ON_ONCE(1);
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100418 req_type = _PAGE_CACHE_MODE_UC_MINUS;
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700419 }
420
421 for (pfn = (start >> PAGE_SHIFT); pfn < (end >> PAGE_SHIFT); ++pfn) {
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100422 enum page_cache_mode type;
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700423
424 page = pfn_to_page(pfn);
425 type = get_page_memtype(page);
426 if (type != -1) {
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200427 pr_info("x86/PAT: reserve_ram_pages_type failed [mem %#010Lx-%#010Lx], track 0x%x, req 0x%x\n",
Bjorn Helgaas365811d2012-05-29 15:06:29 -0700428 start, end - 1, type, req_type);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700429 if (new_type)
430 *new_type = type;
431
432 return -EBUSY;
433 }
434 }
435
436 if (new_type)
437 *new_type = req_type;
Suresh Siddha9542ada2008-09-24 08:53:33 -0700438
439 for (pfn = (start >> PAGE_SHIFT); pfn < (end >> PAGE_SHIFT); ++pfn) {
440 page = pfn_to_page(pfn);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700441 set_page_memtype(page, req_type);
Suresh Siddha9542ada2008-09-24 08:53:33 -0700442 }
443 return 0;
Suresh Siddha9542ada2008-09-24 08:53:33 -0700444}
445
446static int free_ram_pages_type(u64 start, u64 end)
447{
448 struct page *page;
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700449 u64 pfn;
Suresh Siddha9542ada2008-09-24 08:53:33 -0700450
451 for (pfn = (start >> PAGE_SHIFT); pfn < (end >> PAGE_SHIFT); ++pfn) {
452 page = pfn_to_page(pfn);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700453 set_page_memtype(page, -1);
Suresh Siddha9542ada2008-09-24 08:53:33 -0700454 }
455 return 0;
Suresh Siddha9542ada2008-09-24 08:53:33 -0700456}
457
458/*
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700459 * req_type typically has one of the:
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100460 * - _PAGE_CACHE_MODE_WB
461 * - _PAGE_CACHE_MODE_WC
462 * - _PAGE_CACHE_MODE_UC_MINUS
463 * - _PAGE_CACHE_MODE_UC
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700464 *
Andreas Herrmannac979912008-06-20 22:01:49 +0200465 * If new_type is NULL, function will return an error if it cannot reserve the
466 * region with req_type. If new_type is non-NULL, function will return
467 * available type in new_type in case of no error. In case of any error
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700468 * it will return a negative return value.
469 */
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100470int reserve_memtype(u64 start, u64 end, enum page_cache_mode req_type,
471 enum page_cache_mode *new_type)
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700472{
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -0800473 struct memtype *new;
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100474 enum page_cache_mode actual_type;
Suresh Siddha9542ada2008-09-24 08:53:33 -0700475 int is_range_ram;
Ingo Molnarad2cde12008-09-30 13:20:45 +0200476 int err = 0;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700477
Ingo Molnarad2cde12008-09-30 13:20:45 +0200478 BUG_ON(start >= end); /* end is exclusive */
Andreas Herrmann69e26be2008-06-20 22:03:06 +0200479
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200480 if (!pat_enabled()) {
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700481 /* This is identical to page table setting without PAT */
Borislav Petkov7202fdb2015-06-04 18:55:11 +0200482 if (new_type)
483 *new_type = req_type;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700484 return 0;
485 }
486
487 /* Low ISA region is always mapped WB in page table. No need to track */
H. Peter Anvin8a271382009-11-23 14:49:20 -0800488 if (x86_platform.is_untracked_pat_range(start, end)) {
Andreas Herrmannac979912008-06-20 22:01:49 +0200489 if (new_type)
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100490 *new_type = _PAGE_CACHE_MODE_WB;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700491 return 0;
492 }
493
Suresh Siddhab6ff32d2009-04-09 14:26:51 -0700494 /*
495 * Call mtrr_lookup to get the type hint. This is an
496 * optimization for /dev/mem mmap'ers into WB memory (BIOS
497 * tools and ACPI tools). Use WB request for WB memory and use
498 * UC_MINUS otherwise.
499 */
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100500 actual_type = pat_x_mtrr_type(start, end, req_type);
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700501
Suresh Siddha95971342009-01-13 10:21:30 -0800502 if (new_type)
503 *new_type = actual_type;
504
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800505 is_range_ram = pat_pagerange_is_ram(start, end);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700506 if (is_range_ram == 1) {
507
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700508 err = reserve_ram_pages_type(start, end, req_type, new_type);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700509
510 return err;
511 } else if (is_range_ram < 0) {
Suresh Siddha9542ada2008-09-24 08:53:33 -0700512 return -EINVAL;
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700513 }
Suresh Siddha9542ada2008-09-24 08:53:33 -0700514
Venkatesh Pallipadi6a4f3b52010-06-10 17:45:01 -0700515 new = kzalloc(sizeof(struct memtype), GFP_KERNEL);
Andreas Herrmannac979912008-06-20 22:01:49 +0200516 if (!new)
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700517 return -ENOMEM;
518
Ingo Molnarad2cde12008-09-30 13:20:45 +0200519 new->start = start;
520 new->end = end;
521 new->type = actual_type;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700522
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700523 spin_lock(&memtype_lock);
524
Pallipadi, Venkatesh9e41a492010-02-10 15:26:07 -0800525 err = rbt_memtype_check_insert(new, new_type);
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700526 if (err) {
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200527 pr_info("x86/PAT: reserve_memtype failed [mem %#010Lx-%#010Lx], track %s, req %s\n",
528 start, end - 1,
529 cattr_name(new->type), cattr_name(req_type));
Andreas Herrmannac979912008-06-20 22:01:49 +0200530 kfree(new);
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700531 spin_unlock(&memtype_lock);
Ingo Molnarad2cde12008-09-30 13:20:45 +0200532
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700533 return err;
534 }
535
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700536 spin_unlock(&memtype_lock);
Andreas Herrmann3e9c83b2008-06-20 22:04:02 +0200537
Bjorn Helgaas365811d2012-05-29 15:06:29 -0700538 dprintk("reserve_memtype added [mem %#010Lx-%#010Lx], track %s, req %s, ret %s\n",
539 start, end - 1, cattr_name(new->type), cattr_name(req_type),
Andreas Herrmann3e9c83b2008-06-20 22:04:02 +0200540 new_type ? cattr_name(*new_type) : "-");
541
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700542 return err;
543}
544
545int free_memtype(u64 start, u64 end)
546{
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700547 int err = -EINVAL;
Suresh Siddha9542ada2008-09-24 08:53:33 -0700548 int is_range_ram;
Xiaotian Feng20413f22010-05-26 09:51:10 +0800549 struct memtype *entry;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700550
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200551 if (!pat_enabled())
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700552 return 0;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700553
554 /* Low ISA region is always mapped WB. No need to track */
H. Peter Anvin8a271382009-11-23 14:49:20 -0800555 if (x86_platform.is_untracked_pat_range(start, end))
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700556 return 0;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700557
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800558 is_range_ram = pat_pagerange_is_ram(start, end);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700559 if (is_range_ram == 1) {
560
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700561 err = free_ram_pages_type(start, end);
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700562
563 return err;
564 } else if (is_range_ram < 0) {
Suresh Siddha9542ada2008-09-24 08:53:33 -0700565 return -EINVAL;
Venkatesh Pallipadif5841742009-07-10 09:57:38 -0700566 }
Suresh Siddha9542ada2008-09-24 08:53:33 -0700567
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700568 spin_lock(&memtype_lock);
Xiaotian Feng20413f22010-05-26 09:51:10 +0800569 entry = rbt_memtype_erase(start, end);
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700570 spin_unlock(&memtype_lock);
571
Xiaotian Feng20413f22010-05-26 09:51:10 +0800572 if (!entry) {
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200573 pr_info("x86/PAT: %s:%d freeing invalid memtype [mem %#010Lx-%#010Lx]\n",
574 current->comm, current->pid, start, end - 1);
Xiaotian Feng20413f22010-05-26 09:51:10 +0800575 return -EINVAL;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700576 }
venkatesh.pallipadi@intel.com6997ab42008-03-18 17:00:25 -0700577
Xiaotian Feng20413f22010-05-26 09:51:10 +0800578 kfree(entry);
579
Bjorn Helgaas365811d2012-05-29 15:06:29 -0700580 dprintk("free_memtype request [mem %#010Lx-%#010Lx]\n", start, end - 1);
Ingo Molnarad2cde12008-09-30 13:20:45 +0200581
Xiaotian Feng20413f22010-05-26 09:51:10 +0800582 return 0;
venkatesh.pallipadi@intel.com2e5d9c82008-03-18 17:00:14 -0700583}
584
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700585
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700586/**
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700587 * lookup_memtype - Looksup the memory type for a physical address
588 * @paddr: physical address of which memory type needs to be looked up
589 *
590 * Only to be called when PAT is enabled
591 *
Juergen Gross2a374692014-11-03 14:01:55 +0100592 * Returns _PAGE_CACHE_MODE_WB, _PAGE_CACHE_MODE_WC, _PAGE_CACHE_MODE_UC_MINUS
593 * or _PAGE_CACHE_MODE_UC
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700594 */
Juergen Gross2a374692014-11-03 14:01:55 +0100595static enum page_cache_mode lookup_memtype(u64 paddr)
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700596{
Juergen Gross2a374692014-11-03 14:01:55 +0100597 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB;
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700598 struct memtype *entry;
599
H. Peter Anvin8a271382009-11-23 14:49:20 -0800600 if (x86_platform.is_untracked_pat_range(paddr, paddr + PAGE_SIZE))
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700601 return rettype;
602
603 if (pat_pagerange_is_ram(paddr, paddr + PAGE_SIZE)) {
604 struct page *page;
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700605 page = pfn_to_page(paddr >> PAGE_SHIFT);
606 rettype = get_page_memtype(page);
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700607 /*
608 * -1 from get_page_memtype() implies RAM page is in its
609 * default state and not reserved, and hence of type WB
610 */
611 if (rettype == -1)
Juergen Gross2a374692014-11-03 14:01:55 +0100612 rettype = _PAGE_CACHE_MODE_WB;
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700613
614 return rettype;
615 }
616
617 spin_lock(&memtype_lock);
618
Pallipadi, Venkatesh9e41a492010-02-10 15:26:07 -0800619 entry = rbt_memtype_lookup(paddr);
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700620 if (entry != NULL)
621 rettype = entry->type;
622 else
Juergen Gross2a374692014-11-03 14:01:55 +0100623 rettype = _PAGE_CACHE_MODE_UC_MINUS;
Venkatesh Pallipadi637b86e2009-07-10 09:57:39 -0700624
625 spin_unlock(&memtype_lock);
626 return rettype;
627}
628
629/**
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700630 * io_reserve_memtype - Request a memory type mapping for a region of memory
631 * @start: start (physical address) of the region
632 * @end: end (physical address) of the region
633 * @type: A pointer to memtype, with requested type. On success, requested
634 * or any other compatible type that was available for the region is returned
635 *
636 * On success, returns 0
637 * On failure, returns non-zero
638 */
639int io_reserve_memtype(resource_size_t start, resource_size_t end,
Juergen Gross49a3b3c2014-11-03 14:01:54 +0100640 enum page_cache_mode *type)
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700641{
H. Peter Anvinb8551922009-08-26 17:17:51 -0700642 resource_size_t size = end - start;
Juergen Gross49a3b3c2014-11-03 14:01:54 +0100643 enum page_cache_mode req_type = *type;
644 enum page_cache_mode new_type;
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700645 int ret;
646
H. Peter Anvinb8551922009-08-26 17:17:51 -0700647 WARN_ON_ONCE(iomem_map_sanity_check(start, size));
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700648
649 ret = reserve_memtype(start, end, req_type, &new_type);
650 if (ret)
651 goto out_err;
652
H. Peter Anvinb8551922009-08-26 17:17:51 -0700653 if (!is_new_memtype_allowed(start, size, req_type, new_type))
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700654 goto out_free;
655
H. Peter Anvinb8551922009-08-26 17:17:51 -0700656 if (kernel_map_sync_memtype(start, size, new_type) < 0)
Venkatesh Pallipadi9fd126bc2009-07-10 09:57:34 -0700657 goto out_free;
658
659 *type = new_type;
660 return 0;
661
662out_free:
663 free_memtype(start, end);
664 ret = -EBUSY;
665out_err:
666 return ret;
667}
668
669/**
670 * io_free_memtype - Release a memory type mapping for a region of memory
671 * @start: start (physical address) of the region
672 * @end: end (physical address) of the region
673 */
674void io_free_memtype(resource_size_t start, resource_size_t end)
675{
676 free_memtype(start, end);
677}
678
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700679pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
680 unsigned long size, pgprot_t vma_prot)
681{
682 return vma_prot;
683}
684
Ingo Molnard0926332008-07-18 00:26:59 +0200685#ifdef CONFIG_STRICT_DEVMEM
Pavel Machek1f40a8b2014-12-28 17:15:24 +0100686/* This check is done in drivers/char/mem.c in case of STRICT_DEVMEM */
Venki Pallipadi0124cec2008-04-26 11:32:12 -0700687static inline int range_is_allowed(unsigned long pfn, unsigned long size)
688{
689 return 1;
690}
691#else
Ravikiran G Thirumalai9e41bff2008-10-30 13:59:21 -0700692/* This check is needed to avoid cache aliasing when PAT is enabled */
Venki Pallipadi0124cec2008-04-26 11:32:12 -0700693static inline int range_is_allowed(unsigned long pfn, unsigned long size)
694{
695 u64 from = ((u64)pfn) << PAGE_SHIFT;
696 u64 to = from + size;
697 u64 cursor = from;
698
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200699 if (!pat_enabled())
Ravikiran G Thirumalai9e41bff2008-10-30 13:59:21 -0700700 return 1;
701
Venki Pallipadi0124cec2008-04-26 11:32:12 -0700702 while (cursor < to) {
703 if (!devmem_is_allowed(pfn)) {
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200704 pr_info("x86/PAT: Program %s tried to access /dev/mem between [mem %#010Lx-%#010Lx], PAT prevents it\n",
705 current->comm, from, to - 1);
Venki Pallipadi0124cec2008-04-26 11:32:12 -0700706 return 0;
707 }
708 cursor += PAGE_SIZE;
709 pfn++;
710 }
711 return 1;
712}
Ingo Molnard0926332008-07-18 00:26:59 +0200713#endif /* CONFIG_STRICT_DEVMEM */
Venki Pallipadi0124cec2008-04-26 11:32:12 -0700714
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700715int phys_mem_access_prot_allowed(struct file *file, unsigned long pfn,
716 unsigned long size, pgprot_t *vma_prot)
717{
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100718 enum page_cache_mode pcm = _PAGE_CACHE_MODE_WB;
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700719
Venki Pallipadi0124cec2008-04-26 11:32:12 -0700720 if (!range_is_allowed(pfn, size))
721 return 0;
722
Christoph Hellwig6b2f3d12009-10-27 11:05:28 +0100723 if (file->f_flags & O_DSYNC)
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100724 pcm = _PAGE_CACHE_MODE_UC_MINUS;
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700725
726#ifdef CONFIG_X86_32
727 /*
728 * On the PPro and successors, the MTRRs are used to set
729 * memory types for physical addresses outside main memory,
730 * so blindly setting UC or PWT on those pages is wrong.
731 * For Pentiums and earlier, the surround logic should disable
732 * caching for the high addresses through the KEN pin, but
733 * we maintain the tradition of paranoia in this code.
734 */
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200735 if (!pat_enabled() &&
Andreas Herrmanncd7a4e92008-06-10 16:05:39 +0200736 !(boot_cpu_has(X86_FEATURE_MTRR) ||
737 boot_cpu_has(X86_FEATURE_K6_MTRR) ||
738 boot_cpu_has(X86_FEATURE_CYRIX_ARR) ||
739 boot_cpu_has(X86_FEATURE_CENTAUR_MCR)) &&
740 (pfn << PAGE_SHIFT) >= __pa(high_memory)) {
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100741 pcm = _PAGE_CACHE_MODE_UC;
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700742 }
743#endif
744
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700745 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) |
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100746 cachemode2protval(pcm));
venkatesh.pallipadi@intel.comf0970c12008-03-18 17:00:20 -0700747 return 1;
748}
venkatesh.pallipadi@intel.come7f260a2008-03-18 17:00:21 -0700749
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800750/*
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800751 * Change the memory type for the physial address range in kernel identity
752 * mapping space if that range is a part of identity map.
753 */
Juergen Grossb14097b2014-11-03 14:01:58 +0100754int kernel_map_sync_memtype(u64 base, unsigned long size,
755 enum page_cache_mode pcm)
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800756{
757 unsigned long id_sz;
758
Dave Hansena25b9312013-01-22 13:24:30 -0800759 if (base > __pa(high_memory-1))
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800760 return 0;
761
Dave Hansen60f583d2013-03-07 08:31:51 -0800762 /*
763 * some areas in the middle of the kernel identity range
764 * are not mapped, like the PCI space.
765 */
766 if (!page_is_ram(base >> PAGE_SHIFT))
767 return 0;
768
Dave Hansena25b9312013-01-22 13:24:30 -0800769 id_sz = (__pa(high_memory-1) <= base + size) ?
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800770 __pa(high_memory) - base :
771 size;
772
Juergen Grossb14097b2014-11-03 14:01:58 +0100773 if (ioremap_change_attr((unsigned long)__va(base), id_sz, pcm) < 0) {
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200774 pr_info("x86/PAT: %s:%d ioremap_change_attr failed %s for [mem %#010Lx-%#010Lx]\n",
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800775 current->comm, current->pid,
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100776 cattr_name(pcm),
Bjorn Helgaas365811d2012-05-29 15:06:29 -0700777 base, (unsigned long long)(base + size-1));
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800778 return -EINVAL;
779 }
780 return 0;
781}
782
783/*
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800784 * Internal interface to reserve a range of physical memory with prot.
785 * Reserved non RAM regions only and after successful reserve_memtype,
786 * this func also keeps identity mapping (if any) in sync with this new prot.
787 */
venkatesh.pallipadi@intel.comcdecff62009-01-09 16:13:12 -0800788static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot,
789 int strict_prot)
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800790{
791 int is_ram = 0;
Venkatesh Pallipadi7880f742009-02-24 17:35:13 -0800792 int ret;
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100793 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot);
794 enum page_cache_mode pcm = want_pcm;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800795
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800796 is_ram = pat_pagerange_is_ram(paddr, paddr + size);
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800797
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800798 /*
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700799 * reserve_pfn_range() for RAM pages. We do not refcount to keep
800 * track of number of mappings of RAM pages. We can assert that
801 * the type requested matches the type of first page in the range.
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800802 */
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700803 if (is_ram) {
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200804 if (!pat_enabled())
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700805 return 0;
806
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100807 pcm = lookup_memtype(paddr);
808 if (want_pcm != pcm) {
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200809 pr_warn("x86/PAT: %s:%d map pfn RAM range req %s for [mem %#010Lx-%#010Lx], got %s\n",
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700810 current->comm, current->pid,
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100811 cattr_name(want_pcm),
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700812 (unsigned long long)paddr,
Bjorn Helgaas365811d2012-05-29 15:06:29 -0700813 (unsigned long long)(paddr + size - 1),
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100814 cattr_name(pcm));
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700815 *vma_prot = __pgprot((pgprot_val(*vma_prot) &
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100816 (~_PAGE_CACHE_MASK)) |
817 cachemode2protval(pcm));
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700818 }
Pallipadi, Venkatesh4bb9c5c2009-03-12 17:45:27 -0700819 return 0;
Venkatesh Pallipadid886c732009-07-10 09:57:41 -0700820 }
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800821
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100822 ret = reserve_memtype(paddr, paddr + size, want_pcm, &pcm);
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800823 if (ret)
824 return ret;
825
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100826 if (pcm != want_pcm) {
Suresh Siddha1adcaaf2009-08-17 13:23:50 -0700827 if (strict_prot ||
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100828 !is_new_memtype_allowed(paddr, size, want_pcm, pcm)) {
venkatesh.pallipadi@intel.comcdecff62009-01-09 16:13:12 -0800829 free_memtype(paddr, paddr + size);
Luis R. Rodriguez9e765612015-05-26 10:28:11 +0200830 pr_err("x86/PAT: %s:%d map pfn expected mapping type %s for [mem %#010Lx-%#010Lx], got %s\n",
831 current->comm, current->pid,
832 cattr_name(want_pcm),
833 (unsigned long long)paddr,
834 (unsigned long long)(paddr + size - 1),
835 cattr_name(pcm));
venkatesh.pallipadi@intel.comcdecff62009-01-09 16:13:12 -0800836 return -EINVAL;
837 }
838 /*
839 * We allow returning different type than the one requested in
840 * non strict case.
841 */
842 *vma_prot = __pgprot((pgprot_val(*vma_prot) &
843 (~_PAGE_CACHE_MASK)) |
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100844 cachemode2protval(pcm));
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800845 }
846
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100847 if (kernel_map_sync_memtype(paddr, size, pcm) < 0) {
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800848 free_memtype(paddr, paddr + size);
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800849 return -EINVAL;
850 }
851 return 0;
852}
853
854/*
855 * Internal interface to free a range of physical memory.
856 * Frees non RAM regions only.
857 */
858static void free_pfn_range(u64 paddr, unsigned long size)
859{
860 int is_ram;
861
Suresh Siddhabe03d9e2009-02-11 11:20:23 -0800862 is_ram = pat_pagerange_is_ram(paddr, paddr + size);
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800863 if (is_ram == 0)
864 free_memtype(paddr, paddr + size);
865}
866
867/*
Suresh Siddha5180da42012-10-08 16:28:29 -0700868 * track_pfn_copy is called when vma that is covering the pfnmap gets
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800869 * copied through copy_page_range().
870 *
871 * If the vma has a linear pfn mapping for the entire range, we get the prot
872 * from pte and reserve the entire vma range with single reserve_pfn_range call.
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800873 */
Suresh Siddha5180da42012-10-08 16:28:29 -0700874int track_pfn_copy(struct vm_area_struct *vma)
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800875{
H. Peter Anvinc1c15b62008-12-23 10:10:40 -0800876 resource_size_t paddr;
venkatesh.pallipadi@intel.com982d7892008-12-19 13:47:28 -0800877 unsigned long prot;
Pallipadi, Venkatesh4b065042009-04-08 15:37:16 -0700878 unsigned long vma_size = vma->vm_end - vma->vm_start;
venkatesh.pallipadi@intel.comcdecff62009-01-09 16:13:12 -0800879 pgprot_t pgprot;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800880
Konstantin Khlebnikovb3b9c292012-10-08 16:28:34 -0700881 if (vma->vm_flags & VM_PAT) {
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800882 /*
venkatesh.pallipadi@intel.com982d7892008-12-19 13:47:28 -0800883 * reserve the whole chunk covered by vma. We need the
884 * starting address and protection from pte.
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800885 */
Pallipadi, Venkatesh4b065042009-04-08 15:37:16 -0700886 if (follow_phys(vma, vma->vm_start, 0, &prot, &paddr)) {
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800887 WARN_ON_ONCE(1);
venkatesh.pallipadi@intel.com982d7892008-12-19 13:47:28 -0800888 return -EINVAL;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800889 }
venkatesh.pallipadi@intel.comcdecff62009-01-09 16:13:12 -0800890 pgprot = __pgprot(prot);
891 return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800892 }
893
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800894 return 0;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800895}
896
897/*
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800898 * prot is passed in as a parameter for the new mapping. If the vma has a
899 * linear pfn mapping for the entire range reserve the entire vma range with
900 * single reserve_pfn_range call.
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800901 */
Suresh Siddha5180da42012-10-08 16:28:29 -0700902int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
Konstantin Khlebnikovb3b9c292012-10-08 16:28:34 -0700903 unsigned long pfn, unsigned long addr, unsigned long size)
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800904{
Suresh Siddhab1a86e12012-10-08 16:28:23 -0700905 resource_size_t paddr = (resource_size_t)pfn << PAGE_SHIFT;
Juergen Gross2a374692014-11-03 14:01:55 +0100906 enum page_cache_mode pcm;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800907
Suresh Siddhab1a86e12012-10-08 16:28:23 -0700908 /* reserve the whole chunk starting from paddr */
Konstantin Khlebnikovb3b9c292012-10-08 16:28:34 -0700909 if (addr == vma->vm_start && size == (vma->vm_end - vma->vm_start)) {
910 int ret;
911
912 ret = reserve_pfn_range(paddr, size, prot, 0);
913 if (!ret)
914 vma->vm_flags |= VM_PAT;
915 return ret;
916 }
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800917
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200918 if (!pat_enabled())
Venkatesh Pallipadi108763762009-07-10 09:57:40 -0700919 return 0;
920
Suresh Siddha5180da42012-10-08 16:28:29 -0700921 /*
922 * For anything smaller than the vma size we set prot based on the
923 * lookup.
924 */
Juergen Gross2a374692014-11-03 14:01:55 +0100925 pcm = lookup_memtype(paddr);
Suresh Siddha5180da42012-10-08 16:28:29 -0700926
927 /* Check memtype for the remaining pages */
928 while (size > PAGE_SIZE) {
929 size -= PAGE_SIZE;
930 paddr += PAGE_SIZE;
Juergen Gross2a374692014-11-03 14:01:55 +0100931 if (pcm != lookup_memtype(paddr))
Suresh Siddha5180da42012-10-08 16:28:29 -0700932 return -EINVAL;
933 }
934
935 *prot = __pgprot((pgprot_val(vma->vm_page_prot) & (~_PAGE_CACHE_MASK)) |
Juergen Gross2a374692014-11-03 14:01:55 +0100936 cachemode2protval(pcm));
Suresh Siddha5180da42012-10-08 16:28:29 -0700937
938 return 0;
939}
940
941int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
942 unsigned long pfn)
943{
Juergen Gross2a374692014-11-03 14:01:55 +0100944 enum page_cache_mode pcm;
Suresh Siddha5180da42012-10-08 16:28:29 -0700945
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +0200946 if (!pat_enabled())
Suresh Siddha5180da42012-10-08 16:28:29 -0700947 return 0;
948
949 /* Set prot based on lookup */
Juergen Gross2a374692014-11-03 14:01:55 +0100950 pcm = lookup_memtype((resource_size_t)pfn << PAGE_SHIFT);
Venkatesh Pallipadi108763762009-07-10 09:57:40 -0700951 *prot = __pgprot((pgprot_val(vma->vm_page_prot) & (~_PAGE_CACHE_MASK)) |
Juergen Gross2a374692014-11-03 14:01:55 +0100952 cachemode2protval(pcm));
Venkatesh Pallipadi108763762009-07-10 09:57:40 -0700953
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800954 return 0;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800955}
956
957/*
Suresh Siddha5180da42012-10-08 16:28:29 -0700958 * untrack_pfn is called while unmapping a pfnmap for a region.
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800959 * untrack can be called for a specific region indicated by pfn and size or
Suresh Siddhab1a86e12012-10-08 16:28:23 -0700960 * can be for the entire vma (in which case pfn, size are zero).
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800961 */
Suresh Siddha5180da42012-10-08 16:28:29 -0700962void untrack_pfn(struct vm_area_struct *vma, unsigned long pfn,
963 unsigned long size)
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800964{
H. Peter Anvinc1c15b62008-12-23 10:10:40 -0800965 resource_size_t paddr;
Suresh Siddhab1a86e12012-10-08 16:28:23 -0700966 unsigned long prot;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800967
Konstantin Khlebnikovb3b9c292012-10-08 16:28:34 -0700968 if (!(vma->vm_flags & VM_PAT))
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800969 return;
Suresh Siddhab1a86e12012-10-08 16:28:23 -0700970
971 /* free the chunk starting from pfn or the whole chunk */
972 paddr = (resource_size_t)pfn << PAGE_SHIFT;
973 if (!paddr && !size) {
974 if (follow_phys(vma, vma->vm_start, 0, &prot, &paddr)) {
975 WARN_ON_ONCE(1);
976 return;
977 }
978
979 size = vma->vm_end - vma->vm_start;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800980 }
Suresh Siddhab1a86e12012-10-08 16:28:23 -0700981 free_pfn_range(paddr, size);
Konstantin Khlebnikovb3b9c292012-10-08 16:28:34 -0700982 vma->vm_flags &= ~VM_PAT;
venkatesh.pallipadi@intel.com58993292008-12-18 11:41:30 -0800983}
984
venkatesh.pallipadi@intel.com2520bd32008-12-18 11:41:32 -0800985pgprot_t pgprot_writecombine(pgprot_t prot)
986{
Borislav Petkov7202fdb2015-06-04 18:55:11 +0200987 return __pgprot(pgprot_val(prot) |
Juergen Grosse00c8cc2014-11-03 14:01:59 +0100988 cachemode2protval(_PAGE_CACHE_MODE_WC));
venkatesh.pallipadi@intel.com2520bd32008-12-18 11:41:32 -0800989}
Ingo Molnar92b9af92009-02-28 14:09:27 +0100990EXPORT_SYMBOL_GPL(pgprot_writecombine);
venkatesh.pallipadi@intel.com2520bd32008-12-18 11:41:32 -0800991
Andreas Herrmann012f09e2008-08-06 16:23:08 +0200992#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_X86_PAT)
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -0700993
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -0700994static struct memtype *memtype_get_idx(loff_t pos)
995{
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -0800996 struct memtype *print_entry;
997 int ret;
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -0700998
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -0800999 print_entry = kzalloc(sizeof(struct memtype), GFP_KERNEL);
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001000 if (!print_entry)
1001 return NULL;
1002
1003 spin_lock(&memtype_lock);
Pallipadi, Venkatesh9e41a492010-02-10 15:26:07 -08001004 ret = rbt_memtype_copy_nth_element(print_entry, pos);
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001005 spin_unlock(&memtype_lock);
Ingo Molnarad2cde12008-09-30 13:20:45 +02001006
venkatesh.pallipadi@intel.combe5a0c12010-02-10 11:57:06 -08001007 if (!ret) {
1008 return print_entry;
1009 } else {
1010 kfree(print_entry);
1011 return NULL;
1012 }
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001013}
1014
1015static void *memtype_seq_start(struct seq_file *seq, loff_t *pos)
1016{
1017 if (*pos == 0) {
1018 ++*pos;
Rasmus Villemoes37367082014-11-28 22:03:41 +01001019 seq_puts(seq, "PAT memtype list:\n");
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001020 }
1021
1022 return memtype_get_idx(*pos);
1023}
1024
1025static void *memtype_seq_next(struct seq_file *seq, void *v, loff_t *pos)
1026{
1027 ++*pos;
1028 return memtype_get_idx(*pos);
1029}
1030
1031static void memtype_seq_stop(struct seq_file *seq, void *v)
1032{
1033}
1034
1035static int memtype_seq_show(struct seq_file *seq, void *v)
1036{
1037 struct memtype *print_entry = (struct memtype *)v;
1038
1039 seq_printf(seq, "%s @ 0x%Lx-0x%Lx\n", cattr_name(print_entry->type),
1040 print_entry->start, print_entry->end);
1041 kfree(print_entry);
Ingo Molnarad2cde12008-09-30 13:20:45 +02001042
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001043 return 0;
1044}
1045
Tobias Klauserd535e432009-09-04 15:53:09 +02001046static const struct seq_operations memtype_seq_ops = {
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001047 .start = memtype_seq_start,
1048 .next = memtype_seq_next,
1049 .stop = memtype_seq_stop,
1050 .show = memtype_seq_show,
1051};
1052
1053static int memtype_seq_open(struct inode *inode, struct file *file)
1054{
1055 return seq_open(file, &memtype_seq_ops);
1056}
1057
1058static const struct file_operations memtype_fops = {
1059 .open = memtype_seq_open,
1060 .read = seq_read,
1061 .llseek = seq_lseek,
1062 .release = seq_release,
1063};
1064
1065static int __init pat_memtype_list_init(void)
1066{
Luis R. Rodriguezcb32edf2015-05-26 10:28:15 +02001067 if (pat_enabled()) {
Xiaotian Fengdd4377b2009-11-26 19:53:48 +08001068 debugfs_create_file("pat_memtype_list", S_IRUSR,
1069 arch_debugfs_dir, NULL, &memtype_fops);
1070 }
venkatesh.pallipadi@intel.comfec09622008-07-18 16:08:14 -07001071 return 0;
1072}
1073
1074late_initcall(pat_memtype_list_init);
1075
Andreas Herrmann012f09e2008-08-06 16:23:08 +02001076#endif /* CONFIG_DEBUG_FS && CONFIG_X86_PAT */