iommu/amd: Fix section warning for prealloc_protection_domains
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / iommu / amd_iommu_init.c
CommitLineData
f6e2e6b6 1/*
5d0d7156 2 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc.
f6e2e6b6
JR
3 * Author: Joerg Roedel <joerg.roedel@amd.com>
4 * Leo Duran <leo.duran@amd.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20#include <linux/pci.h>
21#include <linux/acpi.h>
f6e2e6b6 22#include <linux/list.h>
5a0e3ad6 23#include <linux/slab.h>
f3c6ea1b 24#include <linux/syscore_ops.h>
a80dc3e0
JR
25#include <linux/interrupt.h>
26#include <linux/msi.h>
403f81d8 27#include <linux/amd-iommu.h>
400a28a0 28#include <linux/export.h>
f6e2e6b6 29#include <asm/pci-direct.h>
46a7fa27 30#include <asm/iommu.h>
1d9b16d1 31#include <asm/gart.h>
ea1b0d39 32#include <asm/x86_init.h>
22e6daf4 33#include <asm/iommu_table.h>
403f81d8
JR
34
35#include "amd_iommu_proto.h"
36#include "amd_iommu_types.h"
37
f6e2e6b6
JR
38/*
39 * definitions for the ACPI scanning code
40 */
f6e2e6b6 41#define IVRS_HEADER_LENGTH 48
f6e2e6b6
JR
42
43#define ACPI_IVHD_TYPE 0x10
44#define ACPI_IVMD_TYPE_ALL 0x20
45#define ACPI_IVMD_TYPE 0x21
46#define ACPI_IVMD_TYPE_RANGE 0x22
47
48#define IVHD_DEV_ALL 0x01
49#define IVHD_DEV_SELECT 0x02
50#define IVHD_DEV_SELECT_RANGE_START 0x03
51#define IVHD_DEV_RANGE_END 0x04
52#define IVHD_DEV_ALIAS 0x42
53#define IVHD_DEV_ALIAS_RANGE 0x43
54#define IVHD_DEV_EXT_SELECT 0x46
55#define IVHD_DEV_EXT_SELECT_RANGE 0x47
56
6da7342f
JR
57#define IVHD_FLAG_HT_TUN_EN_MASK 0x01
58#define IVHD_FLAG_PASSPW_EN_MASK 0x02
59#define IVHD_FLAG_RESPASSPW_EN_MASK 0x04
60#define IVHD_FLAG_ISOC_EN_MASK 0x08
f6e2e6b6
JR
61
62#define IVMD_FLAG_EXCL_RANGE 0x08
63#define IVMD_FLAG_UNITY_MAP 0x01
64
65#define ACPI_DEVFLAG_INITPASS 0x01
66#define ACPI_DEVFLAG_EXTINT 0x02
67#define ACPI_DEVFLAG_NMI 0x04
68#define ACPI_DEVFLAG_SYSMGT1 0x10
69#define ACPI_DEVFLAG_SYSMGT2 0x20
70#define ACPI_DEVFLAG_LINT0 0x40
71#define ACPI_DEVFLAG_LINT1 0x80
72#define ACPI_DEVFLAG_ATSDIS 0x10000000
73
b65233a9
JR
74/*
75 * ACPI table definitions
76 *
77 * These data structures are laid over the table to parse the important values
78 * out of it.
79 */
80
81/*
82 * structure describing one IOMMU in the ACPI table. Typically followed by one
83 * or more ivhd_entrys.
84 */
f6e2e6b6
JR
85struct ivhd_header {
86 u8 type;
87 u8 flags;
88 u16 length;
89 u16 devid;
90 u16 cap_ptr;
91 u64 mmio_phys;
92 u16 pci_seg;
93 u16 info;
94 u32 reserved;
95} __attribute__((packed));
96
b65233a9
JR
97/*
98 * A device entry describing which devices a specific IOMMU translates and
99 * which requestor ids they use.
100 */
f6e2e6b6
JR
101struct ivhd_entry {
102 u8 type;
103 u16 devid;
104 u8 flags;
105 u32 ext;
106} __attribute__((packed));
107
b65233a9
JR
108/*
109 * An AMD IOMMU memory definition structure. It defines things like exclusion
110 * ranges for devices and regions that should be unity mapped.
111 */
f6e2e6b6
JR
112struct ivmd_header {
113 u8 type;
114 u8 flags;
115 u16 length;
116 u16 devid;
117 u16 aux;
118 u64 resv;
119 u64 range_start;
120 u64 range_length;
121} __attribute__((packed));
122
fefda117
JR
123bool amd_iommu_dump;
124
c1cbebee 125static int __initdata amd_iommu_detected;
a5235725 126static bool __initdata amd_iommu_disabled;
c1cbebee 127
b65233a9
JR
128u16 amd_iommu_last_bdf; /* largest PCI device id we have
129 to handle */
2e22847f 130LIST_HEAD(amd_iommu_unity_map); /* a list of required unity mappings
b65233a9 131 we find in ACPI */
afa9fdc2 132bool amd_iommu_unmap_flush; /* if true, flush on every unmap */
928abd25 133
2e22847f 134LIST_HEAD(amd_iommu_list); /* list of all AMD IOMMUs in the
b65233a9 135 system */
928abd25 136
bb52777e
JR
137/* Array to assign indices to IOMMUs*/
138struct amd_iommu *amd_iommus[MAX_IOMMUS];
139int amd_iommus_present;
140
318afd41
JR
141/* IOMMUs have a non-present cache? */
142bool amd_iommu_np_cache __read_mostly;
60f723b4 143bool amd_iommu_iotlb_sup __read_mostly = true;
318afd41 144
62f71abb
JR
145u32 amd_iommu_max_pasids __read_mostly = ~0;
146
400a28a0
JR
147bool amd_iommu_v2_present __read_mostly;
148
5abcdba4
JR
149bool amd_iommu_force_isolation __read_mostly;
150
0f764806 151/*
3551a708 152 * The ACPI table parsing functions set this variable on an error
0f764806 153 */
3551a708 154static int __initdata amd_iommu_init_err;
0f764806 155
aeb26f55
JR
156/*
157 * List of protection domains - used during resume
158 */
159LIST_HEAD(amd_iommu_pd_list);
160spinlock_t amd_iommu_pd_lock;
161
b65233a9
JR
162/*
163 * Pointer to the device table which is shared by all AMD IOMMUs
164 * it is indexed by the PCI device id or the HT unit id and contains
165 * information about the domain the device belongs to as well as the
166 * page table root pointer.
167 */
928abd25 168struct dev_table_entry *amd_iommu_dev_table;
b65233a9
JR
169
170/*
171 * The alias table is a driver specific data structure which contains the
172 * mappings of the PCI device ids to the actual requestor ids on the IOMMU.
173 * More than one device can share the same requestor id.
174 */
928abd25 175u16 *amd_iommu_alias_table;
b65233a9
JR
176
177/*
178 * The rlookup table is used to find the IOMMU which is responsible
179 * for a specific device. It is also indexed by the PCI device id.
180 */
928abd25 181struct amd_iommu **amd_iommu_rlookup_table;
b65233a9 182
b65233a9
JR
183/*
184 * AMD IOMMU allows up to 2^16 differend protection domains. This is a bitmap
185 * to know which ones are already in use.
186 */
928abd25
JR
187unsigned long *amd_iommu_pd_alloc_bitmap;
188
b65233a9
JR
189static u32 dev_table_size; /* size of the device table */
190static u32 alias_table_size; /* size of the alias table */
191static u32 rlookup_table_size; /* size if the rlookup table */
3e8064ba 192
7d0c5cc5
JR
193/*
194 * This function flushes all internal caches of
195 * the IOMMU used by this driver.
196 */
197extern void iommu_flush_all_caches(struct amd_iommu *iommu);
198
208ec8c9
JR
199static inline void update_last_devid(u16 devid)
200{
201 if (devid > amd_iommu_last_bdf)
202 amd_iommu_last_bdf = devid;
203}
204
c571484e
JR
205static inline unsigned long tbl_size(int entry_size)
206{
207 unsigned shift = PAGE_SHIFT +
421f909c 208 get_order(((int)amd_iommu_last_bdf + 1) * entry_size);
c571484e
JR
209
210 return 1UL << shift;
211}
212
5bcd757f
MG
213/* Access to l1 and l2 indexed register spaces */
214
215static u32 iommu_read_l1(struct amd_iommu *iommu, u16 l1, u8 address)
216{
217 u32 val;
218
219 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
220 pci_read_config_dword(iommu->dev, 0xfc, &val);
221 return val;
222}
223
224static void iommu_write_l1(struct amd_iommu *iommu, u16 l1, u8 address, u32 val)
225{
226 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16 | 1 << 31));
227 pci_write_config_dword(iommu->dev, 0xfc, val);
228 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
229}
230
231static u32 iommu_read_l2(struct amd_iommu *iommu, u8 address)
232{
233 u32 val;
234
235 pci_write_config_dword(iommu->dev, 0xf0, address);
236 pci_read_config_dword(iommu->dev, 0xf4, &val);
237 return val;
238}
239
240static void iommu_write_l2(struct amd_iommu *iommu, u8 address, u32 val)
241{
242 pci_write_config_dword(iommu->dev, 0xf0, (address | 1 << 8));
243 pci_write_config_dword(iommu->dev, 0xf4, val);
244}
245
b65233a9
JR
246/****************************************************************************
247 *
248 * AMD IOMMU MMIO register space handling functions
249 *
250 * These functions are used to program the IOMMU device registers in
251 * MMIO space required for that driver.
252 *
253 ****************************************************************************/
3e8064ba 254
b65233a9
JR
255/*
256 * This function set the exclusion range in the IOMMU. DMA accesses to the
257 * exclusion range are passed through untranslated
258 */
05f92db9 259static void iommu_set_exclusion_range(struct amd_iommu *iommu)
b2026aa2
JR
260{
261 u64 start = iommu->exclusion_start & PAGE_MASK;
262 u64 limit = (start + iommu->exclusion_length) & PAGE_MASK;
263 u64 entry;
264
265 if (!iommu->exclusion_start)
266 return;
267
268 entry = start | MMIO_EXCL_ENABLE_MASK;
269 memcpy_toio(iommu->mmio_base + MMIO_EXCL_BASE_OFFSET,
270 &entry, sizeof(entry));
271
272 entry = limit;
273 memcpy_toio(iommu->mmio_base + MMIO_EXCL_LIMIT_OFFSET,
274 &entry, sizeof(entry));
275}
276
b65233a9 277/* Programs the physical address of the device table into the IOMMU hardware */
b2026aa2
JR
278static void __init iommu_set_device_table(struct amd_iommu *iommu)
279{
f609891f 280 u64 entry;
b2026aa2
JR
281
282 BUG_ON(iommu->mmio_base == NULL);
283
284 entry = virt_to_phys(amd_iommu_dev_table);
285 entry |= (dev_table_size >> 12) - 1;
286 memcpy_toio(iommu->mmio_base + MMIO_DEV_TABLE_OFFSET,
287 &entry, sizeof(entry));
288}
289
b65233a9 290/* Generic functions to enable/disable certain features of the IOMMU. */
05f92db9 291static void iommu_feature_enable(struct amd_iommu *iommu, u8 bit)
b2026aa2
JR
292{
293 u32 ctrl;
294
295 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
296 ctrl |= (1 << bit);
297 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
298}
299
ca020711 300static void iommu_feature_disable(struct amd_iommu *iommu, u8 bit)
b2026aa2
JR
301{
302 u32 ctrl;
303
199d0d50 304 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
b2026aa2
JR
305 ctrl &= ~(1 << bit);
306 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
307}
308
1456e9d2
JR
309static void iommu_set_inv_tlb_timeout(struct amd_iommu *iommu, int timeout)
310{
311 u32 ctrl;
312
313 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
314 ctrl &= ~CTRL_INV_TO_MASK;
315 ctrl |= (timeout << CONTROL_INV_TIMEOUT) & CTRL_INV_TO_MASK;
316 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
317}
318
b65233a9 319/* Function to enable the hardware */
05f92db9 320static void iommu_enable(struct amd_iommu *iommu)
b2026aa2 321{
d99ddec3
JR
322 static const char * const feat_str[] = {
323 "PreF", "PPR", "X2APIC", "NX", "GT", "[5]",
324 "IA", "GA", "HE", "PC", NULL
325 };
326 int i;
327
328 printk(KERN_INFO "AMD-Vi: Enabling IOMMU at %s cap 0x%hx",
a4e267c8 329 dev_name(&iommu->dev->dev), iommu->cap_ptr);
b2026aa2 330
d99ddec3
JR
331 if (iommu->cap & (1 << IOMMU_CAP_EFR)) {
332 printk(KERN_CONT " extended features: ");
333 for (i = 0; feat_str[i]; ++i)
334 if (iommu_feature(iommu, (1ULL << i)))
335 printk(KERN_CONT " %s", feat_str[i]);
336 }
337 printk(KERN_CONT "\n");
338
b2026aa2 339 iommu_feature_enable(iommu, CONTROL_IOMMU_EN);
b2026aa2
JR
340}
341
92ac4320 342static void iommu_disable(struct amd_iommu *iommu)
126c52be 343{
a8c485bb
CW
344 /* Disable command buffer */
345 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
346
347 /* Disable event logging and event interrupts */
348 iommu_feature_disable(iommu, CONTROL_EVT_INT_EN);
349 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN);
350
351 /* Disable IOMMU hardware itself */
92ac4320 352 iommu_feature_disable(iommu, CONTROL_IOMMU_EN);
126c52be
JR
353}
354
b65233a9
JR
355/*
356 * mapping and unmapping functions for the IOMMU MMIO space. Each AMD IOMMU in
357 * the system has one.
358 */
6c56747b
JR
359static u8 * __init iommu_map_mmio_space(u64 address)
360{
e82752d8
JR
361 if (!request_mem_region(address, MMIO_REGION_LENGTH, "amd_iommu")) {
362 pr_err("AMD-Vi: Can not reserve memory region %llx for mmio\n",
363 address);
364 pr_err("AMD-Vi: This is a BIOS bug. Please contact your hardware vendor\n");
6c56747b 365 return NULL;
e82752d8 366 }
6c56747b 367
6e930045 368 return ioremap_nocache(address, MMIO_REGION_LENGTH);
6c56747b
JR
369}
370
371static void __init iommu_unmap_mmio_space(struct amd_iommu *iommu)
372{
373 if (iommu->mmio_base)
374 iounmap(iommu->mmio_base);
375 release_mem_region(iommu->mmio_phys, MMIO_REGION_LENGTH);
376}
377
b65233a9
JR
378/****************************************************************************
379 *
380 * The functions below belong to the first pass of AMD IOMMU ACPI table
381 * parsing. In this pass we try to find out the highest device id this
382 * code has to handle. Upon this information the size of the shared data
383 * structures is determined later.
384 *
385 ****************************************************************************/
386
b514e555
JR
387/*
388 * This function calculates the length of a given IVHD entry
389 */
390static inline int ivhd_entry_length(u8 *ivhd)
391{
392 return 0x04 << (*ivhd >> 6);
393}
394
b65233a9
JR
395/*
396 * This function reads the last device id the IOMMU has to handle from the PCI
397 * capability header for this IOMMU
398 */
3e8064ba
JR
399static int __init find_last_devid_on_pci(int bus, int dev, int fn, int cap_ptr)
400{
401 u32 cap;
402
403 cap = read_pci_config(bus, dev, fn, cap_ptr+MMIO_RANGE_OFFSET);
d591b0a3 404 update_last_devid(calc_devid(MMIO_GET_BUS(cap), MMIO_GET_LD(cap)));
3e8064ba
JR
405
406 return 0;
407}
408
b65233a9
JR
409/*
410 * After reading the highest device id from the IOMMU PCI capability header
411 * this function looks if there is a higher device id defined in the ACPI table
412 */
3e8064ba
JR
413static int __init find_last_devid_from_ivhd(struct ivhd_header *h)
414{
415 u8 *p = (void *)h, *end = (void *)h;
416 struct ivhd_entry *dev;
417
418 p += sizeof(*h);
419 end += h->length;
420
421 find_last_devid_on_pci(PCI_BUS(h->devid),
422 PCI_SLOT(h->devid),
423 PCI_FUNC(h->devid),
424 h->cap_ptr);
425
426 while (p < end) {
427 dev = (struct ivhd_entry *)p;
428 switch (dev->type) {
429 case IVHD_DEV_SELECT:
430 case IVHD_DEV_RANGE_END:
431 case IVHD_DEV_ALIAS:
432 case IVHD_DEV_EXT_SELECT:
b65233a9 433 /* all the above subfield types refer to device ids */
208ec8c9 434 update_last_devid(dev->devid);
3e8064ba
JR
435 break;
436 default:
437 break;
438 }
b514e555 439 p += ivhd_entry_length(p);
3e8064ba
JR
440 }
441
442 WARN_ON(p != end);
443
444 return 0;
445}
446
b65233a9
JR
447/*
448 * Iterate over all IVHD entries in the ACPI table and find the highest device
449 * id which we need to handle. This is the first of three functions which parse
450 * the ACPI table. So we check the checksum here.
451 */
3e8064ba
JR
452static int __init find_last_devid_acpi(struct acpi_table_header *table)
453{
454 int i;
455 u8 checksum = 0, *p = (u8 *)table, *end = (u8 *)table;
456 struct ivhd_header *h;
457
458 /*
459 * Validate checksum here so we don't need to do it when
460 * we actually parse the table
461 */
462 for (i = 0; i < table->length; ++i)
463 checksum += p[i];
3551a708 464 if (checksum != 0) {
3e8064ba 465 /* ACPI table corrupt */
3551a708
JR
466 amd_iommu_init_err = -ENODEV;
467 return 0;
468 }
3e8064ba
JR
469
470 p += IVRS_HEADER_LENGTH;
471
472 end += table->length;
473 while (p < end) {
474 h = (struct ivhd_header *)p;
475 switch (h->type) {
476 case ACPI_IVHD_TYPE:
477 find_last_devid_from_ivhd(h);
478 break;
479 default:
480 break;
481 }
482 p += h->length;
483 }
484 WARN_ON(p != end);
485
486 return 0;
487}
488
b65233a9
JR
489/****************************************************************************
490 *
491 * The following functions belong the the code path which parses the ACPI table
492 * the second time. In this ACPI parsing iteration we allocate IOMMU specific
493 * data structures, initialize the device/alias/rlookup table and also
494 * basically initialize the hardware.
495 *
496 ****************************************************************************/
497
498/*
499 * Allocates the command buffer. This buffer is per AMD IOMMU. We can
500 * write commands to that buffer later and the IOMMU will execute them
501 * asynchronously
502 */
b36ca91e
JR
503static u8 * __init alloc_command_buffer(struct amd_iommu *iommu)
504{
d0312b21 505 u8 *cmd_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
b36ca91e 506 get_order(CMD_BUFFER_SIZE));
b36ca91e
JR
507
508 if (cmd_buf == NULL)
509 return NULL;
510
549c90dc 511 iommu->cmd_buf_size = CMD_BUFFER_SIZE | CMD_BUFFER_UNINITIALIZED;
b36ca91e 512
58492e12
JR
513 return cmd_buf;
514}
515
93f1cc67
JR
516/*
517 * This function resets the command buffer if the IOMMU stopped fetching
518 * commands from it.
519 */
520void amd_iommu_reset_cmd_buffer(struct amd_iommu *iommu)
521{
522 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
523
524 writel(0x00, iommu->mmio_base + MMIO_CMD_HEAD_OFFSET);
525 writel(0x00, iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
526
527 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN);
528}
529
58492e12
JR
530/*
531 * This function writes the command buffer address to the hardware and
532 * enables it.
533 */
534static void iommu_enable_command_buffer(struct amd_iommu *iommu)
535{
536 u64 entry;
537
538 BUG_ON(iommu->cmd_buf == NULL);
539
540 entry = (u64)virt_to_phys(iommu->cmd_buf);
b36ca91e 541 entry |= MMIO_CMD_SIZE_512;
58492e12 542
b36ca91e 543 memcpy_toio(iommu->mmio_base + MMIO_CMD_BUF_OFFSET,
58492e12 544 &entry, sizeof(entry));
b36ca91e 545
93f1cc67 546 amd_iommu_reset_cmd_buffer(iommu);
549c90dc 547 iommu->cmd_buf_size &= ~(CMD_BUFFER_UNINITIALIZED);
b36ca91e
JR
548}
549
550static void __init free_command_buffer(struct amd_iommu *iommu)
551{
23c1713f 552 free_pages((unsigned long)iommu->cmd_buf,
549c90dc 553 get_order(iommu->cmd_buf_size & ~(CMD_BUFFER_UNINITIALIZED)));
b36ca91e
JR
554}
555
335503e5
JR
556/* allocates the memory where the IOMMU will log its events to */
557static u8 * __init alloc_event_buffer(struct amd_iommu *iommu)
558{
335503e5
JR
559 iommu->evt_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
560 get_order(EVT_BUFFER_SIZE));
561
562 if (iommu->evt_buf == NULL)
563 return NULL;
564
1bc6f838
JR
565 iommu->evt_buf_size = EVT_BUFFER_SIZE;
566
58492e12
JR
567 return iommu->evt_buf;
568}
569
570static void iommu_enable_event_buffer(struct amd_iommu *iommu)
571{
572 u64 entry;
573
574 BUG_ON(iommu->evt_buf == NULL);
575
335503e5 576 entry = (u64)virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
58492e12 577
335503e5
JR
578 memcpy_toio(iommu->mmio_base + MMIO_EVT_BUF_OFFSET,
579 &entry, sizeof(entry));
580
09067207
JR
581 /* set head and tail to zero manually */
582 writel(0x00, iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
583 writel(0x00, iommu->mmio_base + MMIO_EVT_TAIL_OFFSET);
584
58492e12 585 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN);
335503e5
JR
586}
587
588static void __init free_event_buffer(struct amd_iommu *iommu)
589{
590 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE));
591}
592
1a29ac01
JR
593/* allocates the memory where the IOMMU will log its events to */
594static u8 * __init alloc_ppr_log(struct amd_iommu *iommu)
595{
596 iommu->ppr_log = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
597 get_order(PPR_LOG_SIZE));
598
599 if (iommu->ppr_log == NULL)
600 return NULL;
601
602 return iommu->ppr_log;
603}
604
605static void iommu_enable_ppr_log(struct amd_iommu *iommu)
606{
607 u64 entry;
608
609 if (iommu->ppr_log == NULL)
610 return;
611
612 entry = (u64)virt_to_phys(iommu->ppr_log) | PPR_LOG_SIZE_512;
613
614 memcpy_toio(iommu->mmio_base + MMIO_PPR_LOG_OFFSET,
615 &entry, sizeof(entry));
616
617 /* set head and tail to zero manually */
618 writel(0x00, iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
619 writel(0x00, iommu->mmio_base + MMIO_PPR_TAIL_OFFSET);
620
621 iommu_feature_enable(iommu, CONTROL_PPFLOG_EN);
622 iommu_feature_enable(iommu, CONTROL_PPR_EN);
623}
624
625static void __init free_ppr_log(struct amd_iommu *iommu)
626{
627 if (iommu->ppr_log == NULL)
628 return;
629
630 free_pages((unsigned long)iommu->ppr_log, get_order(PPR_LOG_SIZE));
631}
632
cbc33a90
JR
633static void iommu_enable_gt(struct amd_iommu *iommu)
634{
635 if (!iommu_feature(iommu, FEATURE_GT))
636 return;
637
638 iommu_feature_enable(iommu, CONTROL_GT_EN);
639}
640
b65233a9 641/* sets a specific bit in the device table entry. */
3566b778
JR
642static void set_dev_entry_bit(u16 devid, u8 bit)
643{
ee6c2868
JR
644 int i = (bit >> 6) & 0x03;
645 int _bit = bit & 0x3f;
3566b778 646
ee6c2868 647 amd_iommu_dev_table[devid].data[i] |= (1UL << _bit);
3566b778
JR
648}
649
c5cca146
JR
650static int get_dev_entry_bit(u16 devid, u8 bit)
651{
ee6c2868
JR
652 int i = (bit >> 6) & 0x03;
653 int _bit = bit & 0x3f;
c5cca146 654
ee6c2868 655 return (amd_iommu_dev_table[devid].data[i] & (1UL << _bit)) >> _bit;
c5cca146
JR
656}
657
658
659void amd_iommu_apply_erratum_63(u16 devid)
660{
661 int sysmgt;
662
663 sysmgt = get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1) |
664 (get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2) << 1);
665
666 if (sysmgt == 0x01)
667 set_dev_entry_bit(devid, DEV_ENTRY_IW);
668}
669
5ff4789d
JR
670/* Writes the specific IOMMU for a device into the rlookup table */
671static void __init set_iommu_for_device(struct amd_iommu *iommu, u16 devid)
672{
673 amd_iommu_rlookup_table[devid] = iommu;
674}
675
b65233a9
JR
676/*
677 * This function takes the device specific flags read from the ACPI
678 * table and sets up the device table entry with that information
679 */
5ff4789d
JR
680static void __init set_dev_entry_from_acpi(struct amd_iommu *iommu,
681 u16 devid, u32 flags, u32 ext_flags)
3566b778
JR
682{
683 if (flags & ACPI_DEVFLAG_INITPASS)
684 set_dev_entry_bit(devid, DEV_ENTRY_INIT_PASS);
685 if (flags & ACPI_DEVFLAG_EXTINT)
686 set_dev_entry_bit(devid, DEV_ENTRY_EINT_PASS);
687 if (flags & ACPI_DEVFLAG_NMI)
688 set_dev_entry_bit(devid, DEV_ENTRY_NMI_PASS);
689 if (flags & ACPI_DEVFLAG_SYSMGT1)
690 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1);
691 if (flags & ACPI_DEVFLAG_SYSMGT2)
692 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2);
693 if (flags & ACPI_DEVFLAG_LINT0)
694 set_dev_entry_bit(devid, DEV_ENTRY_LINT0_PASS);
695 if (flags & ACPI_DEVFLAG_LINT1)
696 set_dev_entry_bit(devid, DEV_ENTRY_LINT1_PASS);
3566b778 697
c5cca146
JR
698 amd_iommu_apply_erratum_63(devid);
699
5ff4789d 700 set_iommu_for_device(iommu, devid);
3566b778
JR
701}
702
b65233a9
JR
703/*
704 * Reads the device exclusion range from ACPI and initialize IOMMU with
705 * it
706 */
3566b778
JR
707static void __init set_device_exclusion_range(u16 devid, struct ivmd_header *m)
708{
709 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
710
711 if (!(m->flags & IVMD_FLAG_EXCL_RANGE))
712 return;
713
714 if (iommu) {
b65233a9
JR
715 /*
716 * We only can configure exclusion ranges per IOMMU, not
717 * per device. But we can enable the exclusion range per
718 * device. This is done here
719 */
3566b778
JR
720 set_dev_entry_bit(m->devid, DEV_ENTRY_EX);
721 iommu->exclusion_start = m->range_start;
722 iommu->exclusion_length = m->range_length;
723 }
724}
725
b65233a9
JR
726/*
727 * This function reads some important data from the IOMMU PCI space and
728 * initializes the driver data structure with it. It reads the hardware
729 * capabilities and the first/last device entries
730 */
5d0c8e49
JR
731static void __init init_iommu_from_pci(struct amd_iommu *iommu)
732{
5d0c8e49 733 int cap_ptr = iommu->cap_ptr;
d99ddec3 734 u32 range, misc, low, high;
5bcd757f 735 int i, j;
5d0c8e49 736
3eaf28a1
JR
737 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_CAP_HDR_OFFSET,
738 &iommu->cap);
739 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_RANGE_OFFSET,
740 &range);
a80dc3e0
JR
741 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_MISC_OFFSET,
742 &misc);
5d0c8e49 743
d591b0a3
JR
744 iommu->first_device = calc_devid(MMIO_GET_BUS(range),
745 MMIO_GET_FD(range));
746 iommu->last_device = calc_devid(MMIO_GET_BUS(range),
747 MMIO_GET_LD(range));
a80dc3e0 748 iommu->evt_msi_num = MMIO_MSI_NUM(misc);
4c894f47 749
60f723b4
JR
750 if (!(iommu->cap & (1 << IOMMU_CAP_IOTLB)))
751 amd_iommu_iotlb_sup = false;
752
d99ddec3
JR
753 /* read extended feature bits */
754 low = readl(iommu->mmio_base + MMIO_EXT_FEATURES);
755 high = readl(iommu->mmio_base + MMIO_EXT_FEATURES + 4);
756
757 iommu->features = ((u64)high << 32) | low;
758
62f71abb 759 if (iommu_feature(iommu, FEATURE_GT)) {
52815b75 760 int glxval;
62f71abb
JR
761 u32 pasids;
762 u64 shift;
763
764 shift = iommu->features & FEATURE_PASID_MASK;
765 shift >>= FEATURE_PASID_SHIFT;
766 pasids = (1 << shift);
767
768 amd_iommu_max_pasids = min(amd_iommu_max_pasids, pasids);
52815b75
JR
769
770 glxval = iommu->features & FEATURE_GLXVAL_MASK;
771 glxval >>= FEATURE_GLXVAL_SHIFT;
772
773 if (amd_iommu_max_glx_val == -1)
774 amd_iommu_max_glx_val = glxval;
775 else
776 amd_iommu_max_glx_val = min(amd_iommu_max_glx_val, glxval);
62f71abb
JR
777 }
778
400a28a0
JR
779 if (iommu_feature(iommu, FEATURE_GT) &&
780 iommu_feature(iommu, FEATURE_PPR)) {
781 iommu->is_iommu_v2 = true;
782 amd_iommu_v2_present = true;
783 }
784
5bcd757f
MG
785 if (!is_rd890_iommu(iommu->dev))
786 return;
787
788 /*
789 * Some rd890 systems may not be fully reconfigured by the BIOS, so
790 * it's necessary for us to store this information so it can be
791 * reprogrammed on resume
792 */
793
794 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 4,
795 &iommu->stored_addr_lo);
796 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 8,
797 &iommu->stored_addr_hi);
798
799 /* Low bit locks writes to configuration space */
800 iommu->stored_addr_lo &= ~1;
801
802 for (i = 0; i < 6; i++)
803 for (j = 0; j < 0x12; j++)
804 iommu->stored_l1[i][j] = iommu_read_l1(iommu, i, j);
805
806 for (i = 0; i < 0x83; i++)
807 iommu->stored_l2[i] = iommu_read_l2(iommu, i);
5d0c8e49
JR
808}
809
b65233a9
JR
810/*
811 * Takes a pointer to an AMD IOMMU entry in the ACPI table and
812 * initializes the hardware and our data structures with it.
813 */
5d0c8e49
JR
814static void __init init_iommu_from_acpi(struct amd_iommu *iommu,
815 struct ivhd_header *h)
816{
817 u8 *p = (u8 *)h;
818 u8 *end = p, flags = 0;
0de66d5b
JR
819 u16 devid = 0, devid_start = 0, devid_to = 0;
820 u32 dev_i, ext_flags = 0;
58a3bee5 821 bool alias = false;
5d0c8e49
JR
822 struct ivhd_entry *e;
823
824 /*
e9bf5197 825 * First save the recommended feature enable bits from ACPI
5d0c8e49 826 */
e9bf5197 827 iommu->acpi_flags = h->flags;
5d0c8e49
JR
828
829 /*
830 * Done. Now parse the device entries
831 */
832 p += sizeof(struct ivhd_header);
833 end += h->length;
834
42a698f4 835
5d0c8e49
JR
836 while (p < end) {
837 e = (struct ivhd_entry *)p;
838 switch (e->type) {
839 case IVHD_DEV_ALL:
42a698f4
JR
840
841 DUMP_printk(" DEV_ALL\t\t\t first devid: %02x:%02x.%x"
842 " last device %02x:%02x.%x flags: %02x\n",
843 PCI_BUS(iommu->first_device),
844 PCI_SLOT(iommu->first_device),
845 PCI_FUNC(iommu->first_device),
846 PCI_BUS(iommu->last_device),
847 PCI_SLOT(iommu->last_device),
848 PCI_FUNC(iommu->last_device),
849 e->flags);
850
5d0c8e49
JR
851 for (dev_i = iommu->first_device;
852 dev_i <= iommu->last_device; ++dev_i)
5ff4789d
JR
853 set_dev_entry_from_acpi(iommu, dev_i,
854 e->flags, 0);
5d0c8e49
JR
855 break;
856 case IVHD_DEV_SELECT:
42a698f4
JR
857
858 DUMP_printk(" DEV_SELECT\t\t\t devid: %02x:%02x.%x "
859 "flags: %02x\n",
860 PCI_BUS(e->devid),
861 PCI_SLOT(e->devid),
862 PCI_FUNC(e->devid),
863 e->flags);
864
5d0c8e49 865 devid = e->devid;
5ff4789d 866 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
5d0c8e49
JR
867 break;
868 case IVHD_DEV_SELECT_RANGE_START:
42a698f4
JR
869
870 DUMP_printk(" DEV_SELECT_RANGE_START\t "
871 "devid: %02x:%02x.%x flags: %02x\n",
872 PCI_BUS(e->devid),
873 PCI_SLOT(e->devid),
874 PCI_FUNC(e->devid),
875 e->flags);
876
5d0c8e49
JR
877 devid_start = e->devid;
878 flags = e->flags;
879 ext_flags = 0;
58a3bee5 880 alias = false;
5d0c8e49
JR
881 break;
882 case IVHD_DEV_ALIAS:
42a698f4
JR
883
884 DUMP_printk(" DEV_ALIAS\t\t\t devid: %02x:%02x.%x "
885 "flags: %02x devid_to: %02x:%02x.%x\n",
886 PCI_BUS(e->devid),
887 PCI_SLOT(e->devid),
888 PCI_FUNC(e->devid),
889 e->flags,
890 PCI_BUS(e->ext >> 8),
891 PCI_SLOT(e->ext >> 8),
892 PCI_FUNC(e->ext >> 8));
893
5d0c8e49
JR
894 devid = e->devid;
895 devid_to = e->ext >> 8;
7a6a3a08 896 set_dev_entry_from_acpi(iommu, devid , e->flags, 0);
7455aab1 897 set_dev_entry_from_acpi(iommu, devid_to, e->flags, 0);
5d0c8e49
JR
898 amd_iommu_alias_table[devid] = devid_to;
899 break;
900 case IVHD_DEV_ALIAS_RANGE:
42a698f4
JR
901
902 DUMP_printk(" DEV_ALIAS_RANGE\t\t "
903 "devid: %02x:%02x.%x flags: %02x "
904 "devid_to: %02x:%02x.%x\n",
905 PCI_BUS(e->devid),
906 PCI_SLOT(e->devid),
907 PCI_FUNC(e->devid),
908 e->flags,
909 PCI_BUS(e->ext >> 8),
910 PCI_SLOT(e->ext >> 8),
911 PCI_FUNC(e->ext >> 8));
912
5d0c8e49
JR
913 devid_start = e->devid;
914 flags = e->flags;
915 devid_to = e->ext >> 8;
916 ext_flags = 0;
58a3bee5 917 alias = true;
5d0c8e49
JR
918 break;
919 case IVHD_DEV_EXT_SELECT:
42a698f4
JR
920
921 DUMP_printk(" DEV_EXT_SELECT\t\t devid: %02x:%02x.%x "
922 "flags: %02x ext: %08x\n",
923 PCI_BUS(e->devid),
924 PCI_SLOT(e->devid),
925 PCI_FUNC(e->devid),
926 e->flags, e->ext);
927
5d0c8e49 928 devid = e->devid;
5ff4789d
JR
929 set_dev_entry_from_acpi(iommu, devid, e->flags,
930 e->ext);
5d0c8e49
JR
931 break;
932 case IVHD_DEV_EXT_SELECT_RANGE:
42a698f4
JR
933
934 DUMP_printk(" DEV_EXT_SELECT_RANGE\t devid: "
935 "%02x:%02x.%x flags: %02x ext: %08x\n",
936 PCI_BUS(e->devid),
937 PCI_SLOT(e->devid),
938 PCI_FUNC(e->devid),
939 e->flags, e->ext);
940
5d0c8e49
JR
941 devid_start = e->devid;
942 flags = e->flags;
943 ext_flags = e->ext;
58a3bee5 944 alias = false;
5d0c8e49
JR
945 break;
946 case IVHD_DEV_RANGE_END:
42a698f4
JR
947
948 DUMP_printk(" DEV_RANGE_END\t\t devid: %02x:%02x.%x\n",
949 PCI_BUS(e->devid),
950 PCI_SLOT(e->devid),
951 PCI_FUNC(e->devid));
952
5d0c8e49
JR
953 devid = e->devid;
954 for (dev_i = devid_start; dev_i <= devid; ++dev_i) {
7a6a3a08 955 if (alias) {
5d0c8e49 956 amd_iommu_alias_table[dev_i] = devid_to;
7a6a3a08
JR
957 set_dev_entry_from_acpi(iommu,
958 devid_to, flags, ext_flags);
959 }
960 set_dev_entry_from_acpi(iommu, dev_i,
961 flags, ext_flags);
5d0c8e49
JR
962 }
963 break;
964 default:
965 break;
966 }
967
b514e555 968 p += ivhd_entry_length(p);
5d0c8e49
JR
969 }
970}
971
b65233a9 972/* Initializes the device->iommu mapping for the driver */
5d0c8e49
JR
973static int __init init_iommu_devices(struct amd_iommu *iommu)
974{
0de66d5b 975 u32 i;
5d0c8e49
JR
976
977 for (i = iommu->first_device; i <= iommu->last_device; ++i)
978 set_iommu_for_device(iommu, i);
979
980 return 0;
981}
982
e47d402d
JR
983static void __init free_iommu_one(struct amd_iommu *iommu)
984{
985 free_command_buffer(iommu);
335503e5 986 free_event_buffer(iommu);
1a29ac01 987 free_ppr_log(iommu);
e47d402d
JR
988 iommu_unmap_mmio_space(iommu);
989}
990
991static void __init free_iommu_all(void)
992{
993 struct amd_iommu *iommu, *next;
994
3bd22172 995 for_each_iommu_safe(iommu, next) {
e47d402d
JR
996 list_del(&iommu->list);
997 free_iommu_one(iommu);
998 kfree(iommu);
999 }
1000}
1001
b65233a9
JR
1002/*
1003 * This function clues the initialization function for one IOMMU
1004 * together and also allocates the command buffer and programs the
1005 * hardware. It does NOT enable the IOMMU. This is done afterwards.
1006 */
e47d402d
JR
1007static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h)
1008{
1009 spin_lock_init(&iommu->lock);
bb52777e
JR
1010
1011 /* Add IOMMU to internal data structures */
e47d402d 1012 list_add_tail(&iommu->list, &amd_iommu_list);
bb52777e
JR
1013 iommu->index = amd_iommus_present++;
1014
1015 if (unlikely(iommu->index >= MAX_IOMMUS)) {
1016 WARN(1, "AMD-Vi: System has more IOMMUs than supported by this driver\n");
1017 return -ENOSYS;
1018 }
1019
1020 /* Index is fine - add IOMMU to the array */
1021 amd_iommus[iommu->index] = iommu;
e47d402d
JR
1022
1023 /*
1024 * Copy data from ACPI table entry to the iommu struct
1025 */
3eaf28a1
JR
1026 iommu->dev = pci_get_bus_and_slot(PCI_BUS(h->devid), h->devid & 0xff);
1027 if (!iommu->dev)
1028 return 1;
1029
e47d402d 1030 iommu->cap_ptr = h->cap_ptr;
ee893c24 1031 iommu->pci_seg = h->pci_seg;
e47d402d
JR
1032 iommu->mmio_phys = h->mmio_phys;
1033 iommu->mmio_base = iommu_map_mmio_space(h->mmio_phys);
1034 if (!iommu->mmio_base)
1035 return -ENOMEM;
1036
e47d402d
JR
1037 iommu->cmd_buf = alloc_command_buffer(iommu);
1038 if (!iommu->cmd_buf)
1039 return -ENOMEM;
1040
335503e5
JR
1041 iommu->evt_buf = alloc_event_buffer(iommu);
1042 if (!iommu->evt_buf)
1043 return -ENOMEM;
1044
a80dc3e0
JR
1045 iommu->int_enabled = false;
1046
e47d402d
JR
1047 init_iommu_from_pci(iommu);
1048 init_iommu_from_acpi(iommu, h);
1049 init_iommu_devices(iommu);
1050
1a29ac01
JR
1051 if (iommu_feature(iommu, FEATURE_PPR)) {
1052 iommu->ppr_log = alloc_ppr_log(iommu);
1053 if (!iommu->ppr_log)
1054 return -ENOMEM;
1055 }
1056
318afd41
JR
1057 if (iommu->cap & (1UL << IOMMU_CAP_NPCACHE))
1058 amd_iommu_np_cache = true;
1059
8a66712b 1060 return pci_enable_device(iommu->dev);
e47d402d
JR
1061}
1062
b65233a9
JR
1063/*
1064 * Iterates over all IOMMU entries in the ACPI table, allocates the
1065 * IOMMU structure and initializes it with init_iommu_one()
1066 */
e47d402d
JR
1067static int __init init_iommu_all(struct acpi_table_header *table)
1068{
1069 u8 *p = (u8 *)table, *end = (u8 *)table;
1070 struct ivhd_header *h;
1071 struct amd_iommu *iommu;
1072 int ret;
1073
e47d402d
JR
1074 end += table->length;
1075 p += IVRS_HEADER_LENGTH;
1076
1077 while (p < end) {
1078 h = (struct ivhd_header *)p;
1079 switch (*p) {
1080 case ACPI_IVHD_TYPE:
9c72041f 1081
ae908c22 1082 DUMP_printk("device: %02x:%02x.%01x cap: %04x "
9c72041f
JR
1083 "seg: %d flags: %01x info %04x\n",
1084 PCI_BUS(h->devid), PCI_SLOT(h->devid),
1085 PCI_FUNC(h->devid), h->cap_ptr,
1086 h->pci_seg, h->flags, h->info);
1087 DUMP_printk(" mmio-addr: %016llx\n",
1088 h->mmio_phys);
1089
e47d402d 1090 iommu = kzalloc(sizeof(struct amd_iommu), GFP_KERNEL);
3551a708
JR
1091 if (iommu == NULL) {
1092 amd_iommu_init_err = -ENOMEM;
1093 return 0;
1094 }
1095
e47d402d 1096 ret = init_iommu_one(iommu, h);
3551a708
JR
1097 if (ret) {
1098 amd_iommu_init_err = ret;
1099 return 0;
1100 }
e47d402d
JR
1101 break;
1102 default:
1103 break;
1104 }
1105 p += h->length;
1106
1107 }
1108 WARN_ON(p != end);
1109
1110 return 0;
1111}
1112
a80dc3e0
JR
1113/****************************************************************************
1114 *
1115 * The following functions initialize the MSI interrupts for all IOMMUs
1116 * in the system. Its a bit challenging because there could be multiple
1117 * IOMMUs per PCI BDF but we can call pci_enable_msi(x) only once per
1118 * pci_dev.
1119 *
1120 ****************************************************************************/
1121
9f800de3 1122static int iommu_setup_msi(struct amd_iommu *iommu)
a80dc3e0
JR
1123{
1124 int r;
a80dc3e0
JR
1125
1126 if (pci_enable_msi(iommu->dev))
1127 return 1;
1128
72fe00f0
JR
1129 r = request_threaded_irq(iommu->dev->irq,
1130 amd_iommu_int_handler,
1131 amd_iommu_int_thread,
1132 0, "AMD-Vi",
1133 iommu->dev);
a80dc3e0
JR
1134
1135 if (r) {
1136 pci_disable_msi(iommu->dev);
1137 return 1;
1138 }
1139
fab6afa3 1140 iommu->int_enabled = true;
58492e12
JR
1141 iommu_feature_enable(iommu, CONTROL_EVT_INT_EN);
1142
1a29ac01
JR
1143 if (iommu->ppr_log != NULL)
1144 iommu_feature_enable(iommu, CONTROL_PPFINT_EN);
1145
a80dc3e0
JR
1146 return 0;
1147}
1148
05f92db9 1149static int iommu_init_msi(struct amd_iommu *iommu)
a80dc3e0
JR
1150{
1151 if (iommu->int_enabled)
1152 return 0;
1153
d91cecdd 1154 if (pci_find_capability(iommu->dev, PCI_CAP_ID_MSI))
a80dc3e0
JR
1155 return iommu_setup_msi(iommu);
1156
1157 return 1;
1158}
1159
b65233a9
JR
1160/****************************************************************************
1161 *
1162 * The next functions belong to the third pass of parsing the ACPI
1163 * table. In this last pass the memory mapping requirements are
1164 * gathered (like exclusion and unity mapping reanges).
1165 *
1166 ****************************************************************************/
1167
be2a022c
JR
1168static void __init free_unity_maps(void)
1169{
1170 struct unity_map_entry *entry, *next;
1171
1172 list_for_each_entry_safe(entry, next, &amd_iommu_unity_map, list) {
1173 list_del(&entry->list);
1174 kfree(entry);
1175 }
1176}
1177
b65233a9 1178/* called when we find an exclusion range definition in ACPI */
be2a022c
JR
1179static int __init init_exclusion_range(struct ivmd_header *m)
1180{
1181 int i;
1182
1183 switch (m->type) {
1184 case ACPI_IVMD_TYPE:
1185 set_device_exclusion_range(m->devid, m);
1186 break;
1187 case ACPI_IVMD_TYPE_ALL:
3a61ec38 1188 for (i = 0; i <= amd_iommu_last_bdf; ++i)
be2a022c
JR
1189 set_device_exclusion_range(i, m);
1190 break;
1191 case ACPI_IVMD_TYPE_RANGE:
1192 for (i = m->devid; i <= m->aux; ++i)
1193 set_device_exclusion_range(i, m);
1194 break;
1195 default:
1196 break;
1197 }
1198
1199 return 0;
1200}
1201
b65233a9 1202/* called for unity map ACPI definition */
be2a022c
JR
1203static int __init init_unity_map_range(struct ivmd_header *m)
1204{
1205 struct unity_map_entry *e = 0;
02acc43a 1206 char *s;
be2a022c
JR
1207
1208 e = kzalloc(sizeof(*e), GFP_KERNEL);
1209 if (e == NULL)
1210 return -ENOMEM;
1211
1212 switch (m->type) {
1213 default:
0bc252f4
JR
1214 kfree(e);
1215 return 0;
be2a022c 1216 case ACPI_IVMD_TYPE:
02acc43a 1217 s = "IVMD_TYPEi\t\t\t";
be2a022c
JR
1218 e->devid_start = e->devid_end = m->devid;
1219 break;
1220 case ACPI_IVMD_TYPE_ALL:
02acc43a 1221 s = "IVMD_TYPE_ALL\t\t";
be2a022c
JR
1222 e->devid_start = 0;
1223 e->devid_end = amd_iommu_last_bdf;
1224 break;
1225 case ACPI_IVMD_TYPE_RANGE:
02acc43a 1226 s = "IVMD_TYPE_RANGE\t\t";
be2a022c
JR
1227 e->devid_start = m->devid;
1228 e->devid_end = m->aux;
1229 break;
1230 }
1231 e->address_start = PAGE_ALIGN(m->range_start);
1232 e->address_end = e->address_start + PAGE_ALIGN(m->range_length);
1233 e->prot = m->flags >> 1;
1234
02acc43a
JR
1235 DUMP_printk("%s devid_start: %02x:%02x.%x devid_end: %02x:%02x.%x"
1236 " range_start: %016llx range_end: %016llx flags: %x\n", s,
1237 PCI_BUS(e->devid_start), PCI_SLOT(e->devid_start),
1238 PCI_FUNC(e->devid_start), PCI_BUS(e->devid_end),
1239 PCI_SLOT(e->devid_end), PCI_FUNC(e->devid_end),
1240 e->address_start, e->address_end, m->flags);
1241
be2a022c
JR
1242 list_add_tail(&e->list, &amd_iommu_unity_map);
1243
1244 return 0;
1245}
1246
b65233a9 1247/* iterates over all memory definitions we find in the ACPI table */
be2a022c
JR
1248static int __init init_memory_definitions(struct acpi_table_header *table)
1249{
1250 u8 *p = (u8 *)table, *end = (u8 *)table;
1251 struct ivmd_header *m;
1252
be2a022c
JR
1253 end += table->length;
1254 p += IVRS_HEADER_LENGTH;
1255
1256 while (p < end) {
1257 m = (struct ivmd_header *)p;
1258 if (m->flags & IVMD_FLAG_EXCL_RANGE)
1259 init_exclusion_range(m);
1260 else if (m->flags & IVMD_FLAG_UNITY_MAP)
1261 init_unity_map_range(m);
1262
1263 p += m->length;
1264 }
1265
1266 return 0;
1267}
1268
9f5f5fb3
JR
1269/*
1270 * Init the device table to not allow DMA access for devices and
1271 * suppress all page faults
1272 */
1273static void init_device_table(void)
1274{
0de66d5b 1275 u32 devid;
9f5f5fb3
JR
1276
1277 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1278 set_dev_entry_bit(devid, DEV_ENTRY_VALID);
1279 set_dev_entry_bit(devid, DEV_ENTRY_TRANSLATION);
9f5f5fb3
JR
1280 }
1281}
1282
e9bf5197
JR
1283static void iommu_init_flags(struct amd_iommu *iommu)
1284{
1285 iommu->acpi_flags & IVHD_FLAG_HT_TUN_EN_MASK ?
1286 iommu_feature_enable(iommu, CONTROL_HT_TUN_EN) :
1287 iommu_feature_disable(iommu, CONTROL_HT_TUN_EN);
1288
1289 iommu->acpi_flags & IVHD_FLAG_PASSPW_EN_MASK ?
1290 iommu_feature_enable(iommu, CONTROL_PASSPW_EN) :
1291 iommu_feature_disable(iommu, CONTROL_PASSPW_EN);
1292
1293 iommu->acpi_flags & IVHD_FLAG_RESPASSPW_EN_MASK ?
1294 iommu_feature_enable(iommu, CONTROL_RESPASSPW_EN) :
1295 iommu_feature_disable(iommu, CONTROL_RESPASSPW_EN);
1296
1297 iommu->acpi_flags & IVHD_FLAG_ISOC_EN_MASK ?
1298 iommu_feature_enable(iommu, CONTROL_ISOC_EN) :
1299 iommu_feature_disable(iommu, CONTROL_ISOC_EN);
1300
1301 /*
1302 * make IOMMU memory accesses cache coherent
1303 */
1304 iommu_feature_enable(iommu, CONTROL_COHERENT_EN);
1456e9d2
JR
1305
1306 /* Set IOTLB invalidation timeout to 1s */
1307 iommu_set_inv_tlb_timeout(iommu, CTRL_INV_TO_1S);
e9bf5197
JR
1308}
1309
5bcd757f 1310static void iommu_apply_resume_quirks(struct amd_iommu *iommu)
4c894f47 1311{
5bcd757f
MG
1312 int i, j;
1313 u32 ioc_feature_control;
1314 struct pci_dev *pdev = NULL;
1315
1316 /* RD890 BIOSes may not have completely reconfigured the iommu */
1317 if (!is_rd890_iommu(iommu->dev))
1318 return;
1319
1320 /*
1321 * First, we need to ensure that the iommu is enabled. This is
1322 * controlled by a register in the northbridge
1323 */
1324 pdev = pci_get_bus_and_slot(iommu->dev->bus->number, PCI_DEVFN(0, 0));
1325
1326 if (!pdev)
1327 return;
1328
1329 /* Select Northbridge indirect register 0x75 and enable writing */
1330 pci_write_config_dword(pdev, 0x60, 0x75 | (1 << 7));
1331 pci_read_config_dword(pdev, 0x64, &ioc_feature_control);
1332
1333 /* Enable the iommu */
1334 if (!(ioc_feature_control & 0x1))
1335 pci_write_config_dword(pdev, 0x64, ioc_feature_control | 1);
1336
1337 pci_dev_put(pdev);
1338
1339 /* Restore the iommu BAR */
1340 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1341 iommu->stored_addr_lo);
1342 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 8,
1343 iommu->stored_addr_hi);
1344
1345 /* Restore the l1 indirect regs for each of the 6 l1s */
1346 for (i = 0; i < 6; i++)
1347 for (j = 0; j < 0x12; j++)
1348 iommu_write_l1(iommu, i, j, iommu->stored_l1[i][j]);
1349
1350 /* Restore the l2 indirect regs */
1351 for (i = 0; i < 0x83; i++)
1352 iommu_write_l2(iommu, i, iommu->stored_l2[i]);
1353
1354 /* Lock PCI setup registers */
1355 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1356 iommu->stored_addr_lo | 1);
4c894f47
JR
1357}
1358
b65233a9
JR
1359/*
1360 * This function finally enables all IOMMUs found in the system after
1361 * they have been initialized
1362 */
05f92db9 1363static void enable_iommus(void)
8736197b
JR
1364{
1365 struct amd_iommu *iommu;
1366
3bd22172 1367 for_each_iommu(iommu) {
a8c485bb 1368 iommu_disable(iommu);
e9bf5197 1369 iommu_init_flags(iommu);
58492e12
JR
1370 iommu_set_device_table(iommu);
1371 iommu_enable_command_buffer(iommu);
1372 iommu_enable_event_buffer(iommu);
1a29ac01 1373 iommu_enable_ppr_log(iommu);
cbc33a90 1374 iommu_enable_gt(iommu);
8736197b 1375 iommu_set_exclusion_range(iommu);
a80dc3e0 1376 iommu_init_msi(iommu);
8736197b 1377 iommu_enable(iommu);
7d0c5cc5 1378 iommu_flush_all_caches(iommu);
8736197b
JR
1379 }
1380}
1381
92ac4320
JR
1382static void disable_iommus(void)
1383{
1384 struct amd_iommu *iommu;
1385
1386 for_each_iommu(iommu)
1387 iommu_disable(iommu);
1388}
1389
7441e9cb
JR
1390/*
1391 * Suspend/Resume support
1392 * disable suspend until real resume implemented
1393 */
1394
f3c6ea1b 1395static void amd_iommu_resume(void)
7441e9cb 1396{
5bcd757f
MG
1397 struct amd_iommu *iommu;
1398
1399 for_each_iommu(iommu)
1400 iommu_apply_resume_quirks(iommu);
1401
736501ee
JR
1402 /* re-load the hardware */
1403 enable_iommus();
7441e9cb
JR
1404}
1405
f3c6ea1b 1406static int amd_iommu_suspend(void)
7441e9cb 1407{
736501ee
JR
1408 /* disable IOMMUs to go out of the way for BIOS */
1409 disable_iommus();
1410
1411 return 0;
7441e9cb
JR
1412}
1413
f3c6ea1b 1414static struct syscore_ops amd_iommu_syscore_ops = {
7441e9cb
JR
1415 .suspend = amd_iommu_suspend,
1416 .resume = amd_iommu_resume,
1417};
1418
8704a1ba
JR
1419static void __init free_on_init_error(void)
1420{
1421 amd_iommu_uninit_devices();
1422
1423 free_pages((unsigned long)amd_iommu_pd_alloc_bitmap,
1424 get_order(MAX_DOMAIN_ID/8));
1425
1426 free_pages((unsigned long)amd_iommu_rlookup_table,
1427 get_order(rlookup_table_size));
1428
1429 free_pages((unsigned long)amd_iommu_alias_table,
1430 get_order(alias_table_size));
1431
1432 free_pages((unsigned long)amd_iommu_dev_table,
1433 get_order(dev_table_size));
1434
1435 free_iommu_all();
1436
1437 free_unity_maps();
1438
1439#ifdef CONFIG_GART_IOMMU
1440 /*
1441 * We failed to initialize the AMD IOMMU - try fallback to GART
1442 * if possible.
1443 */
1444 gart_iommu_init();
1445
1446#endif
1447}
1448
b65233a9 1449/*
8704a1ba
JR
1450 * This is the hardware init function for AMD IOMMU in the system.
1451 * This function is called either from amd_iommu_init or from the interrupt
1452 * remapping setup code.
b65233a9
JR
1453 *
1454 * This function basically parses the ACPI table for AMD IOMMU (IVRS)
1455 * three times:
1456 *
1457 * 1 pass) Find the highest PCI device id the driver has to handle.
1458 * Upon this information the size of the data structures is
1459 * determined that needs to be allocated.
1460 *
1461 * 2 pass) Initialize the data structures just allocated with the
1462 * information in the ACPI table about available AMD IOMMUs
1463 * in the system. It also maps the PCI devices in the
1464 * system to specific IOMMUs
1465 *
1466 * 3 pass) After the basic data structures are allocated and
1467 * initialized we update them with information about memory
1468 * remapping requirements parsed out of the ACPI table in
1469 * this last pass.
1470 *
8704a1ba
JR
1471 * After everything is set up the IOMMUs are enabled and the necessary
1472 * hotplug and suspend notifiers are registered.
b65233a9 1473 */
8704a1ba 1474int __init amd_iommu_init_hardware(void)
fe74c9cf
JR
1475{
1476 int i, ret = 0;
1477
8704a1ba
JR
1478 if (!amd_iommu_detected)
1479 return -ENODEV;
1480
1481 if (amd_iommu_dev_table != NULL) {
1482 /* Hardware already initialized */
1483 return 0;
1484 }
1485
fe74c9cf
JR
1486 /*
1487 * First parse ACPI tables to find the largest Bus/Dev/Func
1488 * we need to handle. Upon this information the shared data
1489 * structures for the IOMMUs in the system will be allocated
1490 */
1491 if (acpi_table_parse("IVRS", find_last_devid_acpi) != 0)
1492 return -ENODEV;
1493
3551a708
JR
1494 ret = amd_iommu_init_err;
1495 if (ret)
1496 goto out;
1497
c571484e
JR
1498 dev_table_size = tbl_size(DEV_TABLE_ENTRY_SIZE);
1499 alias_table_size = tbl_size(ALIAS_TABLE_ENTRY_SIZE);
1500 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE);
fe74c9cf 1501
fe74c9cf 1502 /* Device table - directly used by all IOMMUs */
8704a1ba 1503 ret = -ENOMEM;
5dc8bff0 1504 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
fe74c9cf
JR
1505 get_order(dev_table_size));
1506 if (amd_iommu_dev_table == NULL)
1507 goto out;
1508
1509 /*
1510 * Alias table - map PCI Bus/Dev/Func to Bus/Dev/Func the
1511 * IOMMU see for that device
1512 */
1513 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL,
1514 get_order(alias_table_size));
1515 if (amd_iommu_alias_table == NULL)
1516 goto free;
1517
1518 /* IOMMU rlookup table - find the IOMMU for a specific device */
83fd5cc6
JR
1519 amd_iommu_rlookup_table = (void *)__get_free_pages(
1520 GFP_KERNEL | __GFP_ZERO,
fe74c9cf
JR
1521 get_order(rlookup_table_size));
1522 if (amd_iommu_rlookup_table == NULL)
1523 goto free;
1524
5dc8bff0
JR
1525 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages(
1526 GFP_KERNEL | __GFP_ZERO,
fe74c9cf
JR
1527 get_order(MAX_DOMAIN_ID/8));
1528 if (amd_iommu_pd_alloc_bitmap == NULL)
1529 goto free;
1530
9f5f5fb3
JR
1531 /* init the device table */
1532 init_device_table();
1533
fe74c9cf 1534 /*
5dc8bff0 1535 * let all alias entries point to itself
fe74c9cf 1536 */
3a61ec38 1537 for (i = 0; i <= amd_iommu_last_bdf; ++i)
fe74c9cf
JR
1538 amd_iommu_alias_table[i] = i;
1539
fe74c9cf
JR
1540 /*
1541 * never allocate domain 0 because its used as the non-allocated and
1542 * error value placeholder
1543 */
1544 amd_iommu_pd_alloc_bitmap[0] = 1;
1545
aeb26f55
JR
1546 spin_lock_init(&amd_iommu_pd_lock);
1547
fe74c9cf
JR
1548 /*
1549 * now the data structures are allocated and basically initialized
1550 * start the real acpi table scan
1551 */
1552 ret = -ENODEV;
1553 if (acpi_table_parse("IVRS", init_iommu_all) != 0)
1554 goto free;
1555
3551a708
JR
1556 if (amd_iommu_init_err) {
1557 ret = amd_iommu_init_err;
0f764806 1558 goto free;
3551a708 1559 }
0f764806 1560
fe74c9cf
JR
1561 if (acpi_table_parse("IVRS", init_memory_definitions) != 0)
1562 goto free;
1563
3551a708
JR
1564 if (amd_iommu_init_err) {
1565 ret = amd_iommu_init_err;
1566 goto free;
1567 }
1568
b7cc9554
JR
1569 ret = amd_iommu_init_devices();
1570 if (ret)
1571 goto free;
1572
75f66533
CW
1573 enable_iommus();
1574
8704a1ba
JR
1575 amd_iommu_init_notifier();
1576
1577 register_syscore_ops(&amd_iommu_syscore_ops);
1578
1579out:
1580 return ret;
1581
1582free:
1583 free_on_init_error();
1584
1585 return ret;
1586}
1587
1588/*
1589 * This is the core init function for AMD IOMMU hardware in the system.
1590 * This function is called from the generic x86 DMA layer initialization
1591 * code.
1592 *
1593 * The function calls amd_iommu_init_hardware() to setup and enable the
1594 * IOMMU hardware if this has not happened yet. After that the driver
1595 * registers for the DMA-API and for the IOMMU-API as necessary.
1596 */
1597static int __init amd_iommu_init(void)
1598{
1599 int ret = 0;
1600
1601 ret = amd_iommu_init_hardware();
1602 if (ret)
1603 goto out;
1604
4751a951
JR
1605 if (iommu_pass_through)
1606 ret = amd_iommu_init_passthrough();
1607 else
1608 ret = amd_iommu_init_dma_ops();
f5325094 1609
7441e9cb 1610 if (ret)
8704a1ba 1611 goto free;
7441e9cb 1612
f5325094
JR
1613 amd_iommu_init_api();
1614
4751a951
JR
1615 if (iommu_pass_through)
1616 goto out;
1617
afa9fdc2 1618 if (amd_iommu_unmap_flush)
4c6f40d4 1619 printk(KERN_INFO "AMD-Vi: IO/TLB flush on unmap enabled\n");
1c655773 1620 else
4c6f40d4 1621 printk(KERN_INFO "AMD-Vi: Lazy IO/TLB flushing enabled\n");
1c655773 1622
338bac52 1623 x86_platform.iommu_shutdown = disable_iommus;
8704a1ba 1624
fe74c9cf
JR
1625out:
1626 return ret;
1627
e82752d8 1628free:
8704a1ba 1629 disable_iommus();
d7f07769 1630
8704a1ba 1631 free_on_init_error();
d7f07769 1632
fe74c9cf
JR
1633 goto out;
1634}
1635
b65233a9
JR
1636/****************************************************************************
1637 *
1638 * Early detect code. This code runs at IOMMU detection time in the DMA
1639 * layer. It just looks if there is an IVRS ACPI table to detect AMD
1640 * IOMMUs
1641 *
1642 ****************************************************************************/
ae7877de
JR
1643static int __init early_amd_iommu_detect(struct acpi_table_header *table)
1644{
1645 return 0;
1646}
1647
480125ba 1648int __init amd_iommu_detect(void)
ae7877de 1649{
75f1cdf1 1650 if (no_iommu || (iommu_detected && !gart_iommu_aperture))
480125ba 1651 return -ENODEV;
ae7877de 1652
a5235725 1653 if (amd_iommu_disabled)
480125ba 1654 return -ENODEV;
a5235725 1655
ae7877de
JR
1656 if (acpi_table_parse("IVRS", early_amd_iommu_detect) == 0) {
1657 iommu_detected = 1;
c1cbebee 1658 amd_iommu_detected = 1;
ea1b0d39 1659 x86_init.iommu.iommu_init = amd_iommu_init;
11bd04f6 1660
5d990b62
CW
1661 /* Make sure ACS will be enabled */
1662 pci_request_acs();
480125ba 1663 return 1;
ae7877de 1664 }
480125ba 1665 return -ENODEV;
ae7877de
JR
1666}
1667
b65233a9
JR
1668/****************************************************************************
1669 *
1670 * Parsing functions for the AMD IOMMU specific kernel command line
1671 * options.
1672 *
1673 ****************************************************************************/
1674
fefda117
JR
1675static int __init parse_amd_iommu_dump(char *str)
1676{
1677 amd_iommu_dump = true;
1678
1679 return 1;
1680}
1681
918ad6c5
JR
1682static int __init parse_amd_iommu_options(char *str)
1683{
1684 for (; *str; ++str) {
695b5676 1685 if (strncmp(str, "fullflush", 9) == 0)
afa9fdc2 1686 amd_iommu_unmap_flush = true;
a5235725
JR
1687 if (strncmp(str, "off", 3) == 0)
1688 amd_iommu_disabled = true;
5abcdba4
JR
1689 if (strncmp(str, "force_isolation", 15) == 0)
1690 amd_iommu_force_isolation = true;
918ad6c5
JR
1691 }
1692
1693 return 1;
1694}
1695
fefda117 1696__setup("amd_iommu_dump", parse_amd_iommu_dump);
918ad6c5 1697__setup("amd_iommu=", parse_amd_iommu_options);
22e6daf4
KRW
1698
1699IOMMU_INIT_FINISH(amd_iommu_detect,
1700 gart_iommu_hole_init,
1701 0,
1702 0);
400a28a0
JR
1703
1704bool amd_iommu_v2_supported(void)
1705{
1706 return amd_iommu_v2_present;
1707}
1708EXPORT_SYMBOL(amd_iommu_v2_supported);