blob: eca678242e4de222056e92ac922f503bc021fcb0 [file] [log] [blame]
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +02001/*
Joerg Roedel5d0d7152010-10-13 11:13:21 +02002 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc.
Joerg Roedel63ce3ae2015-02-04 16:12:55 +01003 * Author: Joerg Roedel <jroedel@suse.de>
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +02004 * 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>
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020022#include <linux/list.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090023#include <linux/slab.h>
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +010024#include <linux/syscore_ops.h>
Joerg Roedela80dc3e2008-09-11 16:51:41 +020025#include <linux/interrupt.h>
26#include <linux/msi.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020027#include <linux/amd-iommu.h>
Joerg Roedel400a28a2011-11-28 15:11:02 +010028#include <linux/export.h>
Alex Williamson066f2e92014-06-12 16:12:37 -060029#include <linux/iommu.h>
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020030#include <asm/pci-direct.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090031#include <asm/iommu.h>
Joerg Roedel1d9b16d2008-11-27 18:39:15 +010032#include <asm/gart.h>
FUJITA Tomonoriea1b0d32009-11-10 19:46:15 +090033#include <asm/x86_init.h>
Konrad Rzeszutek Wilk22e6daf2010-08-26 13:58:03 -040034#include <asm/iommu_table.h>
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +020035#include <asm/io_apic.h>
Joerg Roedel6b474b82012-06-26 16:46:04 +020036#include <asm/irq_remapping.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020037
38#include "amd_iommu_proto.h"
39#include "amd_iommu_types.h"
Joerg Roedel05152a02012-06-15 16:53:51 +020040#include "irq_remapping.h"
Joerg Roedel403f81d2011-06-14 16:44:25 +020041
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020042/*
43 * definitions for the ACPI scanning code
44 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020045#define IVRS_HEADER_LENGTH 48
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020046
47#define ACPI_IVHD_TYPE 0x10
48#define ACPI_IVMD_TYPE_ALL 0x20
49#define ACPI_IVMD_TYPE 0x21
50#define ACPI_IVMD_TYPE_RANGE 0x22
51
52#define IVHD_DEV_ALL 0x01
53#define IVHD_DEV_SELECT 0x02
54#define IVHD_DEV_SELECT_RANGE_START 0x03
55#define IVHD_DEV_RANGE_END 0x04
56#define IVHD_DEV_ALIAS 0x42
57#define IVHD_DEV_ALIAS_RANGE 0x43
58#define IVHD_DEV_EXT_SELECT 0x46
59#define IVHD_DEV_EXT_SELECT_RANGE 0x47
Joerg Roedel6efed632012-06-14 15:52:58 +020060#define IVHD_DEV_SPECIAL 0x48
61
62#define IVHD_SPECIAL_IOAPIC 1
63#define IVHD_SPECIAL_HPET 2
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020064
Joerg Roedel6da73422009-05-04 11:44:38 +020065#define IVHD_FLAG_HT_TUN_EN_MASK 0x01
66#define IVHD_FLAG_PASSPW_EN_MASK 0x02
67#define IVHD_FLAG_RESPASSPW_EN_MASK 0x04
68#define IVHD_FLAG_ISOC_EN_MASK 0x08
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020069
70#define IVMD_FLAG_EXCL_RANGE 0x08
71#define IVMD_FLAG_UNITY_MAP 0x01
72
73#define ACPI_DEVFLAG_INITPASS 0x01
74#define ACPI_DEVFLAG_EXTINT 0x02
75#define ACPI_DEVFLAG_NMI 0x04
76#define ACPI_DEVFLAG_SYSMGT1 0x10
77#define ACPI_DEVFLAG_SYSMGT2 0x20
78#define ACPI_DEVFLAG_LINT0 0x40
79#define ACPI_DEVFLAG_LINT1 0x80
80#define ACPI_DEVFLAG_ATSDIS 0x10000000
81
Joerg Roedelb65233a2008-07-11 17:14:21 +020082/*
83 * ACPI table definitions
84 *
85 * These data structures are laid over the table to parse the important values
86 * out of it.
87 */
88
89/*
90 * structure describing one IOMMU in the ACPI table. Typically followed by one
91 * or more ivhd_entrys.
92 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020093struct ivhd_header {
94 u8 type;
95 u8 flags;
96 u16 length;
97 u16 devid;
98 u16 cap_ptr;
99 u64 mmio_phys;
100 u16 pci_seg;
101 u16 info;
Steven L Kinney30861dd2013-06-05 16:11:48 -0500102 u32 efr;
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200103} __attribute__((packed));
104
Joerg Roedelb65233a2008-07-11 17:14:21 +0200105/*
106 * A device entry describing which devices a specific IOMMU translates and
107 * which requestor ids they use.
108 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200109struct ivhd_entry {
110 u8 type;
111 u16 devid;
112 u8 flags;
113 u32 ext;
114} __attribute__((packed));
115
Joerg Roedelb65233a2008-07-11 17:14:21 +0200116/*
117 * An AMD IOMMU memory definition structure. It defines things like exclusion
118 * ranges for devices and regions that should be unity mapped.
119 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200120struct ivmd_header {
121 u8 type;
122 u8 flags;
123 u16 length;
124 u16 devid;
125 u16 aux;
126 u64 resv;
127 u64 range_start;
128 u64 range_length;
129} __attribute__((packed));
130
Joerg Roedelfefda112009-05-20 12:21:42 +0200131bool amd_iommu_dump;
Joerg Roedel05152a02012-06-15 16:53:51 +0200132bool amd_iommu_irq_remap __read_mostly;
Joerg Roedelfefda112009-05-20 12:21:42 +0200133
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200134static bool amd_iommu_detected;
Joerg Roedela5235722010-05-11 17:12:33 +0200135static bool __initdata amd_iommu_disabled;
Joerg Roedelc1cbebe2008-07-03 19:35:10 +0200136
Joerg Roedelb65233a2008-07-11 17:14:21 +0200137u16 amd_iommu_last_bdf; /* largest PCI device id we have
138 to handle */
Joerg Roedel2e228472008-07-11 17:14:31 +0200139LIST_HEAD(amd_iommu_unity_map); /* a list of required unity mappings
Joerg Roedelb65233a2008-07-11 17:14:21 +0200140 we find in ACPI */
Dan Carpenter3775d482012-06-27 12:09:18 +0300141u32 amd_iommu_unmap_flush; /* if true, flush on every unmap */
Joerg Roedel928abd22008-06-26 21:27:40 +0200142
Joerg Roedel2e228472008-07-11 17:14:31 +0200143LIST_HEAD(amd_iommu_list); /* list of all AMD IOMMUs in the
Joerg Roedelb65233a2008-07-11 17:14:21 +0200144 system */
145
Joerg Roedelbb527772009-11-20 14:31:51 +0100146/* Array to assign indices to IOMMUs*/
147struct amd_iommu *amd_iommus[MAX_IOMMUS];
148int amd_iommus_present;
149
Joerg Roedel318afd42009-11-23 18:32:38 +0100150/* IOMMUs have a non-present cache? */
151bool amd_iommu_np_cache __read_mostly;
Joerg Roedel60f723b2011-04-05 12:50:24 +0200152bool amd_iommu_iotlb_sup __read_mostly = true;
Joerg Roedel318afd42009-11-23 18:32:38 +0100153
Suravee Suthikulpanita919a012014-03-05 18:54:18 -0600154u32 amd_iommu_max_pasid __read_mostly = ~0;
Joerg Roedel62f71ab2011-11-10 14:41:57 +0100155
Joerg Roedel400a28a2011-11-28 15:11:02 +0100156bool amd_iommu_v2_present __read_mostly;
Joerg Roedel4160cd92015-08-13 11:31:48 +0200157static bool amd_iommu_pc_present __read_mostly;
Joerg Roedel400a28a2011-11-28 15:11:02 +0100158
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100159bool amd_iommu_force_isolation __read_mostly;
160
Joerg Roedelb65233a2008-07-11 17:14:21 +0200161/*
Joerg Roedelaeb26f52009-11-20 16:44:01 +0100162 * List of protection domains - used during resume
163 */
164LIST_HEAD(amd_iommu_pd_list);
165spinlock_t amd_iommu_pd_lock;
166
167/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200168 * Pointer to the device table which is shared by all AMD IOMMUs
169 * it is indexed by the PCI device id or the HT unit id and contains
170 * information about the domain the device belongs to as well as the
171 * page table root pointer.
172 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200173struct dev_table_entry *amd_iommu_dev_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200174
175/*
176 * The alias table is a driver specific data structure which contains the
177 * mappings of the PCI device ids to the actual requestor ids on the IOMMU.
178 * More than one device can share the same requestor id.
179 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200180u16 *amd_iommu_alias_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200181
182/*
183 * The rlookup table is used to find the IOMMU which is responsible
184 * for a specific device. It is also indexed by the PCI device id.
185 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200186struct amd_iommu **amd_iommu_rlookup_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200187
188/*
Joerg Roedel0ea2c422012-06-15 18:05:20 +0200189 * This table is used to find the irq remapping table for a given device id
190 * quickly.
191 */
192struct irq_remap_table **irq_lookup_table;
193
194/*
Frank Arnolddf805ab2012-08-27 19:21:04 +0200195 * AMD IOMMU allows up to 2^16 different protection domains. This is a bitmap
Joerg Roedelb65233a2008-07-11 17:14:21 +0200196 * to know which ones are already in use.
197 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200198unsigned long *amd_iommu_pd_alloc_bitmap;
199
Joerg Roedelb65233a2008-07-11 17:14:21 +0200200static u32 dev_table_size; /* size of the device table */
201static u32 alias_table_size; /* size of the alias table */
202static u32 rlookup_table_size; /* size if the rlookup table */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200203
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200204enum iommu_init_state {
205 IOMMU_START_STATE,
206 IOMMU_IVRS_DETECTED,
207 IOMMU_ACPI_FINISHED,
208 IOMMU_ENABLED,
209 IOMMU_PCI_INIT,
210 IOMMU_INTERRUPTS_EN,
211 IOMMU_DMA_OPS,
212 IOMMU_INITIALIZED,
213 IOMMU_NOT_FOUND,
214 IOMMU_INIT_ERROR,
215};
216
Joerg Roedel235dacb2013-04-09 17:53:14 +0200217/* Early ioapic and hpet maps from kernel command line */
218#define EARLY_MAP_SIZE 4
219static struct devid_map __initdata early_ioapic_map[EARLY_MAP_SIZE];
220static struct devid_map __initdata early_hpet_map[EARLY_MAP_SIZE];
221static int __initdata early_ioapic_map_size;
222static int __initdata early_hpet_map_size;
Joerg Roedeldfbb6d42013-04-09 19:06:18 +0200223static bool __initdata cmdline_maps;
Joerg Roedel235dacb2013-04-09 17:53:14 +0200224
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200225static enum iommu_init_state init_state = IOMMU_START_STATE;
226
Gerard Snitselaarae295142012-03-16 11:38:22 -0700227static int amd_iommu_enable_interrupts(void);
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200228static int __init iommu_go_to_state(enum iommu_init_state state);
Joerg Roedelaafd8ba2015-05-28 18:41:39 +0200229static void init_device_table_dma(void);
Joerg Roedel3d9761e2012-03-15 16:39:21 +0100230
Joerg Roedel208ec8c2008-07-11 17:14:24 +0200231static inline void update_last_devid(u16 devid)
232{
233 if (devid > amd_iommu_last_bdf)
234 amd_iommu_last_bdf = devid;
235}
236
Joerg Roedelc5714842008-07-11 17:14:25 +0200237static inline unsigned long tbl_size(int entry_size)
238{
239 unsigned shift = PAGE_SHIFT +
Neil Turton421f9092009-05-14 14:00:35 +0100240 get_order(((int)amd_iommu_last_bdf + 1) * entry_size);
Joerg Roedelc5714842008-07-11 17:14:25 +0200241
242 return 1UL << shift;
243}
244
Matthew Garrett5bcd7572010-10-04 14:59:31 -0400245/* Access to l1 and l2 indexed register spaces */
246
247static u32 iommu_read_l1(struct amd_iommu *iommu, u16 l1, u8 address)
248{
249 u32 val;
250
251 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
252 pci_read_config_dword(iommu->dev, 0xfc, &val);
253 return val;
254}
255
256static void iommu_write_l1(struct amd_iommu *iommu, u16 l1, u8 address, u32 val)
257{
258 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16 | 1 << 31));
259 pci_write_config_dword(iommu->dev, 0xfc, val);
260 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
261}
262
263static u32 iommu_read_l2(struct amd_iommu *iommu, u8 address)
264{
265 u32 val;
266
267 pci_write_config_dword(iommu->dev, 0xf0, address);
268 pci_read_config_dword(iommu->dev, 0xf4, &val);
269 return val;
270}
271
272static void iommu_write_l2(struct amd_iommu *iommu, u8 address, u32 val)
273{
274 pci_write_config_dword(iommu->dev, 0xf0, (address | 1 << 8));
275 pci_write_config_dword(iommu->dev, 0xf4, val);
276}
277
Joerg Roedelb65233a2008-07-11 17:14:21 +0200278/****************************************************************************
279 *
280 * AMD IOMMU MMIO register space handling functions
281 *
282 * These functions are used to program the IOMMU device registers in
283 * MMIO space required for that driver.
284 *
285 ****************************************************************************/
286
287/*
288 * This function set the exclusion range in the IOMMU. DMA accesses to the
289 * exclusion range are passed through untranslated
290 */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200291static void iommu_set_exclusion_range(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200292{
293 u64 start = iommu->exclusion_start & PAGE_MASK;
294 u64 limit = (start + iommu->exclusion_length) & PAGE_MASK;
295 u64 entry;
296
297 if (!iommu->exclusion_start)
298 return;
299
300 entry = start | MMIO_EXCL_ENABLE_MASK;
301 memcpy_toio(iommu->mmio_base + MMIO_EXCL_BASE_OFFSET,
302 &entry, sizeof(entry));
303
304 entry = limit;
305 memcpy_toio(iommu->mmio_base + MMIO_EXCL_LIMIT_OFFSET,
306 &entry, sizeof(entry));
307}
308
Joerg Roedelb65233a2008-07-11 17:14:21 +0200309/* Programs the physical address of the device table into the IOMMU hardware */
Jan Beulich6b7f0002012-03-08 08:58:13 +0000310static void iommu_set_device_table(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200311{
Andreas Herrmannf6098912008-10-16 16:27:36 +0200312 u64 entry;
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200313
314 BUG_ON(iommu->mmio_base == NULL);
315
316 entry = virt_to_phys(amd_iommu_dev_table);
317 entry |= (dev_table_size >> 12) - 1;
318 memcpy_toio(iommu->mmio_base + MMIO_DEV_TABLE_OFFSET,
319 &entry, sizeof(entry));
320}
321
Joerg Roedelb65233a2008-07-11 17:14:21 +0200322/* Generic functions to enable/disable certain features of the IOMMU. */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200323static void iommu_feature_enable(struct amd_iommu *iommu, u8 bit)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200324{
325 u32 ctrl;
326
327 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
328 ctrl |= (1 << bit);
329 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
330}
331
Joerg Roedelca0207112009-10-28 18:02:26 +0100332static void iommu_feature_disable(struct amd_iommu *iommu, u8 bit)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200333{
334 u32 ctrl;
335
Joerg Roedel199d0d52008-09-17 16:45:59 +0200336 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200337 ctrl &= ~(1 << bit);
338 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
339}
340
Joerg Roedel1456e9d2011-12-22 14:51:53 +0100341static void iommu_set_inv_tlb_timeout(struct amd_iommu *iommu, int timeout)
342{
343 u32 ctrl;
344
345 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
346 ctrl &= ~CTRL_INV_TO_MASK;
347 ctrl |= (timeout << CONTROL_INV_TIMEOUT) & CTRL_INV_TO_MASK;
348 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
349}
350
Joerg Roedelb65233a2008-07-11 17:14:21 +0200351/* Function to enable the hardware */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200352static void iommu_enable(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200353{
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200354 iommu_feature_enable(iommu, CONTROL_IOMMU_EN);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200355}
356
Joerg Roedel92ac4322009-05-19 19:06:27 +0200357static void iommu_disable(struct amd_iommu *iommu)
Joerg Roedel126c52b2008-09-09 16:47:35 +0200358{
Chris Wrighta8c485b2009-06-15 15:53:45 +0200359 /* Disable command buffer */
360 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
361
362 /* Disable event logging and event interrupts */
363 iommu_feature_disable(iommu, CONTROL_EVT_INT_EN);
364 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN);
365
366 /* Disable IOMMU hardware itself */
Joerg Roedel92ac4322009-05-19 19:06:27 +0200367 iommu_feature_disable(iommu, CONTROL_IOMMU_EN);
Joerg Roedel126c52b2008-09-09 16:47:35 +0200368}
369
Joerg Roedelb65233a2008-07-11 17:14:21 +0200370/*
371 * mapping and unmapping functions for the IOMMU MMIO space. Each AMD IOMMU in
372 * the system has one.
373 */
Steven L Kinney30861dd2013-06-05 16:11:48 -0500374static u8 __iomem * __init iommu_map_mmio_space(u64 address, u64 end)
Joerg Roedel6c567472008-06-26 21:27:43 +0200375{
Steven L Kinney30861dd2013-06-05 16:11:48 -0500376 if (!request_mem_region(address, end, "amd_iommu")) {
377 pr_err("AMD-Vi: Can not reserve memory region %llx-%llx for mmio\n",
378 address, end);
Joerg Roedele82752d2010-05-28 14:26:48 +0200379 pr_err("AMD-Vi: This is a BIOS bug. Please contact your hardware vendor\n");
Joerg Roedel6c567472008-06-26 21:27:43 +0200380 return NULL;
Joerg Roedele82752d2010-05-28 14:26:48 +0200381 }
Joerg Roedel6c567472008-06-26 21:27:43 +0200382
Steven L Kinney30861dd2013-06-05 16:11:48 -0500383 return (u8 __iomem *)ioremap_nocache(address, end);
Joerg Roedel6c567472008-06-26 21:27:43 +0200384}
385
386static void __init iommu_unmap_mmio_space(struct amd_iommu *iommu)
387{
388 if (iommu->mmio_base)
389 iounmap(iommu->mmio_base);
Steven L Kinney30861dd2013-06-05 16:11:48 -0500390 release_mem_region(iommu->mmio_phys, iommu->mmio_phys_end);
Joerg Roedel6c567472008-06-26 21:27:43 +0200391}
392
Joerg Roedelb65233a2008-07-11 17:14:21 +0200393/****************************************************************************
394 *
395 * The functions below belong to the first pass of AMD IOMMU ACPI table
396 * parsing. In this pass we try to find out the highest device id this
397 * code has to handle. Upon this information the size of the shared data
398 * structures is determined later.
399 *
400 ****************************************************************************/
401
402/*
Joerg Roedelb514e552008-09-17 17:14:27 +0200403 * This function calculates the length of a given IVHD entry
404 */
405static inline int ivhd_entry_length(u8 *ivhd)
406{
407 return 0x04 << (*ivhd >> 6);
408}
409
410/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200411 * This function reads the last device id the IOMMU has to handle from the PCI
412 * capability header for this IOMMU
413 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200414static int __init find_last_devid_on_pci(int bus, int dev, int fn, int cap_ptr)
415{
416 u32 cap;
417
418 cap = read_pci_config(bus, dev, fn, cap_ptr+MMIO_RANGE_OFFSET);
Shuah Khan6f2729b2013-02-27 17:07:30 -0700419 update_last_devid(PCI_DEVID(MMIO_GET_BUS(cap), MMIO_GET_LD(cap)));
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200420
421 return 0;
422}
423
Joerg Roedelb65233a2008-07-11 17:14:21 +0200424/*
425 * After reading the highest device id from the IOMMU PCI capability header
426 * this function looks if there is a higher device id defined in the ACPI table
427 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200428static int __init find_last_devid_from_ivhd(struct ivhd_header *h)
429{
430 u8 *p = (void *)h, *end = (void *)h;
431 struct ivhd_entry *dev;
432
433 p += sizeof(*h);
434 end += h->length;
435
Shuah Khanc5081cd2013-02-27 17:07:19 -0700436 find_last_devid_on_pci(PCI_BUS_NUM(h->devid),
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200437 PCI_SLOT(h->devid),
438 PCI_FUNC(h->devid),
439 h->cap_ptr);
440
441 while (p < end) {
442 dev = (struct ivhd_entry *)p;
443 switch (dev->type) {
Joerg Roedeld1259412015-10-20 17:33:43 +0200444 case IVHD_DEV_ALL:
445 /* Use maximum BDF value for DEV_ALL */
446 update_last_devid(0xffff);
447 break;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200448 case IVHD_DEV_SELECT:
449 case IVHD_DEV_RANGE_END:
450 case IVHD_DEV_ALIAS:
451 case IVHD_DEV_EXT_SELECT:
Joerg Roedelb65233a2008-07-11 17:14:21 +0200452 /* all the above subfield types refer to device ids */
Joerg Roedel208ec8c2008-07-11 17:14:24 +0200453 update_last_devid(dev->devid);
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200454 break;
455 default:
456 break;
457 }
Joerg Roedelb514e552008-09-17 17:14:27 +0200458 p += ivhd_entry_length(p);
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200459 }
460
461 WARN_ON(p != end);
462
463 return 0;
464}
465
Joerg Roedelb65233a2008-07-11 17:14:21 +0200466/*
467 * Iterate over all IVHD entries in the ACPI table and find the highest device
468 * id which we need to handle. This is the first of three functions which parse
469 * the ACPI table. So we check the checksum here.
470 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200471static int __init find_last_devid_acpi(struct acpi_table_header *table)
472{
473 int i;
474 u8 checksum = 0, *p = (u8 *)table, *end = (u8 *)table;
475 struct ivhd_header *h;
476
477 /*
478 * Validate checksum here so we don't need to do it when
479 * we actually parse the table
480 */
481 for (i = 0; i < table->length; ++i)
482 checksum += p[i];
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200483 if (checksum != 0)
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200484 /* ACPI table corrupt */
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200485 return -ENODEV;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200486
487 p += IVRS_HEADER_LENGTH;
488
489 end += table->length;
490 while (p < end) {
491 h = (struct ivhd_header *)p;
492 switch (h->type) {
493 case ACPI_IVHD_TYPE:
494 find_last_devid_from_ivhd(h);
495 break;
496 default:
497 break;
498 }
499 p += h->length;
500 }
501 WARN_ON(p != end);
502
503 return 0;
504}
505
Joerg Roedelb65233a2008-07-11 17:14:21 +0200506/****************************************************************************
507 *
Frank Arnolddf805ab2012-08-27 19:21:04 +0200508 * The following functions belong to the code path which parses the ACPI table
Joerg Roedelb65233a2008-07-11 17:14:21 +0200509 * the second time. In this ACPI parsing iteration we allocate IOMMU specific
510 * data structures, initialize the device/alias/rlookup table and also
511 * basically initialize the hardware.
512 *
513 ****************************************************************************/
514
515/*
516 * Allocates the command buffer. This buffer is per AMD IOMMU. We can
517 * write commands to that buffer later and the IOMMU will execute them
518 * asynchronously
519 */
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200520static int __init alloc_command_buffer(struct amd_iommu *iommu)
Joerg Roedelb36ca912008-06-26 21:27:45 +0200521{
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200522 iommu->cmd_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
523 get_order(CMD_BUFFER_SIZE));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200524
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200525 return iommu->cmd_buf ? 0 : -ENOMEM;
Joerg Roedel58492e12009-05-04 18:41:16 +0200526}
527
528/*
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200529 * This function resets the command buffer if the IOMMU stopped fetching
530 * commands from it.
531 */
532void amd_iommu_reset_cmd_buffer(struct amd_iommu *iommu)
533{
534 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
535
536 writel(0x00, iommu->mmio_base + MMIO_CMD_HEAD_OFFSET);
537 writel(0x00, iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
538
539 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN);
540}
541
542/*
Joerg Roedel58492e12009-05-04 18:41:16 +0200543 * This function writes the command buffer address to the hardware and
544 * enables it.
545 */
546static void iommu_enable_command_buffer(struct amd_iommu *iommu)
547{
548 u64 entry;
549
550 BUG_ON(iommu->cmd_buf == NULL);
551
552 entry = (u64)virt_to_phys(iommu->cmd_buf);
Joerg Roedelb36ca912008-06-26 21:27:45 +0200553 entry |= MMIO_CMD_SIZE_512;
Joerg Roedel58492e12009-05-04 18:41:16 +0200554
Joerg Roedelb36ca912008-06-26 21:27:45 +0200555 memcpy_toio(iommu->mmio_base + MMIO_CMD_BUF_OFFSET,
Joerg Roedel58492e12009-05-04 18:41:16 +0200556 &entry, sizeof(entry));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200557
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200558 amd_iommu_reset_cmd_buffer(iommu);
Joerg Roedelb36ca912008-06-26 21:27:45 +0200559}
560
561static void __init free_command_buffer(struct amd_iommu *iommu)
562{
Joerg Roedeldeba4bc2015-10-20 17:33:41 +0200563 free_pages((unsigned long)iommu->cmd_buf, get_order(CMD_BUFFER_SIZE));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200564}
565
Joerg Roedel335503e2008-09-05 14:29:07 +0200566/* allocates the memory where the IOMMU will log its events to */
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200567static int __init alloc_event_buffer(struct amd_iommu *iommu)
Joerg Roedel335503e2008-09-05 14:29:07 +0200568{
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200569 iommu->evt_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
570 get_order(EVT_BUFFER_SIZE));
Joerg Roedel335503e2008-09-05 14:29:07 +0200571
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200572 return iommu->evt_buf ? 0 : -ENOMEM;
Joerg Roedel58492e12009-05-04 18:41:16 +0200573}
574
575static void iommu_enable_event_buffer(struct amd_iommu *iommu)
576{
577 u64 entry;
578
579 BUG_ON(iommu->evt_buf == NULL);
580
Joerg Roedel335503e2008-09-05 14:29:07 +0200581 entry = (u64)virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
Joerg Roedel58492e12009-05-04 18:41:16 +0200582
Joerg Roedel335503e2008-09-05 14:29:07 +0200583 memcpy_toio(iommu->mmio_base + MMIO_EVT_BUF_OFFSET,
584 &entry, sizeof(entry));
585
Joerg Roedel090672072009-06-15 16:06:48 +0200586 /* set head and tail to zero manually */
587 writel(0x00, iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
588 writel(0x00, iommu->mmio_base + MMIO_EVT_TAIL_OFFSET);
589
Joerg Roedel58492e12009-05-04 18:41:16 +0200590 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN);
Joerg Roedel335503e2008-09-05 14:29:07 +0200591}
592
593static void __init free_event_buffer(struct amd_iommu *iommu)
594{
595 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE));
596}
597
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100598/* allocates the memory where the IOMMU will log its events to */
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200599static int __init alloc_ppr_log(struct amd_iommu *iommu)
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100600{
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200601 iommu->ppr_log = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
602 get_order(PPR_LOG_SIZE));
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100603
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200604 return iommu->ppr_log ? 0 : -ENOMEM;
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100605}
606
607static void iommu_enable_ppr_log(struct amd_iommu *iommu)
608{
609 u64 entry;
610
611 if (iommu->ppr_log == NULL)
612 return;
613
614 entry = (u64)virt_to_phys(iommu->ppr_log) | PPR_LOG_SIZE_512;
615
616 memcpy_toio(iommu->mmio_base + MMIO_PPR_LOG_OFFSET,
617 &entry, sizeof(entry));
618
619 /* set head and tail to zero manually */
620 writel(0x00, iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
621 writel(0x00, iommu->mmio_base + MMIO_PPR_TAIL_OFFSET);
622
623 iommu_feature_enable(iommu, CONTROL_PPFLOG_EN);
624 iommu_feature_enable(iommu, CONTROL_PPR_EN);
625}
626
627static void __init free_ppr_log(struct amd_iommu *iommu)
628{
629 if (iommu->ppr_log == NULL)
630 return;
631
632 free_pages((unsigned long)iommu->ppr_log, get_order(PPR_LOG_SIZE));
633}
634
Joerg Roedelcbc33a92011-11-25 11:41:31 +0100635static void iommu_enable_gt(struct amd_iommu *iommu)
636{
637 if (!iommu_feature(iommu, FEATURE_GT))
638 return;
639
640 iommu_feature_enable(iommu, CONTROL_GT_EN);
641}
642
Joerg Roedelb65233a2008-07-11 17:14:21 +0200643/* sets a specific bit in the device table entry. */
Joerg Roedel3566b772008-06-26 21:27:46 +0200644static void set_dev_entry_bit(u16 devid, u8 bit)
645{
Joerg Roedelee6c2862011-11-09 12:06:03 +0100646 int i = (bit >> 6) & 0x03;
647 int _bit = bit & 0x3f;
Joerg Roedel3566b772008-06-26 21:27:46 +0200648
Joerg Roedelee6c2862011-11-09 12:06:03 +0100649 amd_iommu_dev_table[devid].data[i] |= (1UL << _bit);
Joerg Roedel3566b772008-06-26 21:27:46 +0200650}
651
Joerg Roedelc5cca142009-10-09 18:31:20 +0200652static int get_dev_entry_bit(u16 devid, u8 bit)
653{
Joerg Roedelee6c2862011-11-09 12:06:03 +0100654 int i = (bit >> 6) & 0x03;
655 int _bit = bit & 0x3f;
Joerg Roedelc5cca142009-10-09 18:31:20 +0200656
Joerg Roedelee6c2862011-11-09 12:06:03 +0100657 return (amd_iommu_dev_table[devid].data[i] & (1UL << _bit)) >> _bit;
Joerg Roedelc5cca142009-10-09 18:31:20 +0200658}
659
660
661void amd_iommu_apply_erratum_63(u16 devid)
662{
663 int sysmgt;
664
665 sysmgt = get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1) |
666 (get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2) << 1);
667
668 if (sysmgt == 0x01)
669 set_dev_entry_bit(devid, DEV_ENTRY_IW);
670}
671
Joerg Roedel5ff47892008-07-14 20:11:18 +0200672/* Writes the specific IOMMU for a device into the rlookup table */
673static void __init set_iommu_for_device(struct amd_iommu *iommu, u16 devid)
674{
675 amd_iommu_rlookup_table[devid] = iommu;
676}
677
Joerg Roedelb65233a2008-07-11 17:14:21 +0200678/*
679 * This function takes the device specific flags read from the ACPI
680 * table and sets up the device table entry with that information
681 */
Joerg Roedel5ff47892008-07-14 20:11:18 +0200682static void __init set_dev_entry_from_acpi(struct amd_iommu *iommu,
683 u16 devid, u32 flags, u32 ext_flags)
Joerg Roedel3566b772008-06-26 21:27:46 +0200684{
685 if (flags & ACPI_DEVFLAG_INITPASS)
686 set_dev_entry_bit(devid, DEV_ENTRY_INIT_PASS);
687 if (flags & ACPI_DEVFLAG_EXTINT)
688 set_dev_entry_bit(devid, DEV_ENTRY_EINT_PASS);
689 if (flags & ACPI_DEVFLAG_NMI)
690 set_dev_entry_bit(devid, DEV_ENTRY_NMI_PASS);
691 if (flags & ACPI_DEVFLAG_SYSMGT1)
692 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1);
693 if (flags & ACPI_DEVFLAG_SYSMGT2)
694 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2);
695 if (flags & ACPI_DEVFLAG_LINT0)
696 set_dev_entry_bit(devid, DEV_ENTRY_LINT0_PASS);
697 if (flags & ACPI_DEVFLAG_LINT1)
698 set_dev_entry_bit(devid, DEV_ENTRY_LINT1_PASS);
Joerg Roedel3566b772008-06-26 21:27:46 +0200699
Joerg Roedelc5cca142009-10-09 18:31:20 +0200700 amd_iommu_apply_erratum_63(devid);
701
Joerg Roedel5ff47892008-07-14 20:11:18 +0200702 set_iommu_for_device(iommu, devid);
Joerg Roedel3566b772008-06-26 21:27:46 +0200703}
704
Joerg Roedelc50e3242014-09-09 15:59:37 +0200705static int __init add_special_device(u8 type, u8 id, u16 *devid, bool cmd_line)
Joerg Roedel6efed632012-06-14 15:52:58 +0200706{
707 struct devid_map *entry;
708 struct list_head *list;
709
Joerg Roedel31cff672013-04-09 16:53:58 +0200710 if (type == IVHD_SPECIAL_IOAPIC)
711 list = &ioapic_map;
712 else if (type == IVHD_SPECIAL_HPET)
713 list = &hpet_map;
714 else
Joerg Roedel6efed632012-06-14 15:52:58 +0200715 return -EINVAL;
716
Joerg Roedel31cff672013-04-09 16:53:58 +0200717 list_for_each_entry(entry, list, list) {
718 if (!(entry->id == id && entry->cmd_line))
719 continue;
720
721 pr_info("AMD-Vi: Command-line override present for %s id %d - ignoring\n",
722 type == IVHD_SPECIAL_IOAPIC ? "IOAPIC" : "HPET", id);
723
Joerg Roedelc50e3242014-09-09 15:59:37 +0200724 *devid = entry->devid;
725
Joerg Roedel31cff672013-04-09 16:53:58 +0200726 return 0;
727 }
728
Joerg Roedel6efed632012-06-14 15:52:58 +0200729 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
730 if (!entry)
731 return -ENOMEM;
732
Joerg Roedel31cff672013-04-09 16:53:58 +0200733 entry->id = id;
Joerg Roedelc50e3242014-09-09 15:59:37 +0200734 entry->devid = *devid;
Joerg Roedel31cff672013-04-09 16:53:58 +0200735 entry->cmd_line = cmd_line;
Joerg Roedel6efed632012-06-14 15:52:58 +0200736
737 list_add_tail(&entry->list, list);
738
739 return 0;
740}
741
Joerg Roedel235dacb2013-04-09 17:53:14 +0200742static int __init add_early_maps(void)
743{
744 int i, ret;
745
746 for (i = 0; i < early_ioapic_map_size; ++i) {
747 ret = add_special_device(IVHD_SPECIAL_IOAPIC,
748 early_ioapic_map[i].id,
Joerg Roedelc50e3242014-09-09 15:59:37 +0200749 &early_ioapic_map[i].devid,
Joerg Roedel235dacb2013-04-09 17:53:14 +0200750 early_ioapic_map[i].cmd_line);
751 if (ret)
752 return ret;
753 }
754
755 for (i = 0; i < early_hpet_map_size; ++i) {
756 ret = add_special_device(IVHD_SPECIAL_HPET,
757 early_hpet_map[i].id,
Joerg Roedelc50e3242014-09-09 15:59:37 +0200758 &early_hpet_map[i].devid,
Joerg Roedel235dacb2013-04-09 17:53:14 +0200759 early_hpet_map[i].cmd_line);
760 if (ret)
761 return ret;
762 }
763
764 return 0;
765}
766
Joerg Roedelb65233a2008-07-11 17:14:21 +0200767/*
Frank Arnolddf805ab2012-08-27 19:21:04 +0200768 * Reads the device exclusion range from ACPI and initializes the IOMMU with
Joerg Roedelb65233a2008-07-11 17:14:21 +0200769 * it
770 */
Joerg Roedel3566b772008-06-26 21:27:46 +0200771static void __init set_device_exclusion_range(u16 devid, struct ivmd_header *m)
772{
773 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
774
775 if (!(m->flags & IVMD_FLAG_EXCL_RANGE))
776 return;
777
778 if (iommu) {
Joerg Roedelb65233a2008-07-11 17:14:21 +0200779 /*
780 * We only can configure exclusion ranges per IOMMU, not
781 * per device. But we can enable the exclusion range per
782 * device. This is done here
783 */
Su Friendy2c16c9f2014-05-07 13:54:52 +0800784 set_dev_entry_bit(devid, DEV_ENTRY_EX);
Joerg Roedel3566b772008-06-26 21:27:46 +0200785 iommu->exclusion_start = m->range_start;
786 iommu->exclusion_length = m->range_length;
787 }
788}
789
Joerg Roedelb65233a2008-07-11 17:14:21 +0200790/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200791 * Takes a pointer to an AMD IOMMU entry in the ACPI table and
792 * initializes the hardware and our data structures with it.
793 */
Joerg Roedel6efed632012-06-14 15:52:58 +0200794static int __init init_iommu_from_acpi(struct amd_iommu *iommu,
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200795 struct ivhd_header *h)
796{
797 u8 *p = (u8 *)h;
798 u8 *end = p, flags = 0;
Joerg Roedel0de66d52011-06-06 16:04:02 +0200799 u16 devid = 0, devid_start = 0, devid_to = 0;
800 u32 dev_i, ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200801 bool alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200802 struct ivhd_entry *e;
Joerg Roedel235dacb2013-04-09 17:53:14 +0200803 int ret;
804
805
806 ret = add_early_maps();
807 if (ret)
808 return ret;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200809
810 /*
Joerg Roedele9bf5192010-09-20 14:33:07 +0200811 * First save the recommended feature enable bits from ACPI
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200812 */
Joerg Roedele9bf5192010-09-20 14:33:07 +0200813 iommu->acpi_flags = h->flags;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200814
815 /*
816 * Done. Now parse the device entries
817 */
818 p += sizeof(struct ivhd_header);
819 end += h->length;
820
Joerg Roedel42a698f2009-05-20 15:41:28 +0200821
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200822 while (p < end) {
823 e = (struct ivhd_entry *)p;
824 switch (e->type) {
825 case IVHD_DEV_ALL:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200826
827 DUMP_printk(" DEV_ALL\t\t\t first devid: %02x:%02x.%x"
828 " last device %02x:%02x.%x flags: %02x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700829 PCI_BUS_NUM(iommu->first_device),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200830 PCI_SLOT(iommu->first_device),
831 PCI_FUNC(iommu->first_device),
Shuah Khanc5081cd2013-02-27 17:07:19 -0700832 PCI_BUS_NUM(iommu->last_device),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200833 PCI_SLOT(iommu->last_device),
834 PCI_FUNC(iommu->last_device),
835 e->flags);
836
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200837 for (dev_i = iommu->first_device;
838 dev_i <= iommu->last_device; ++dev_i)
Joerg Roedel5ff47892008-07-14 20:11:18 +0200839 set_dev_entry_from_acpi(iommu, dev_i,
840 e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200841 break;
842 case IVHD_DEV_SELECT:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200843
844 DUMP_printk(" DEV_SELECT\t\t\t devid: %02x:%02x.%x "
845 "flags: %02x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700846 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200847 PCI_SLOT(e->devid),
848 PCI_FUNC(e->devid),
849 e->flags);
850
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200851 devid = e->devid;
Joerg Roedel5ff47892008-07-14 20:11:18 +0200852 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200853 break;
854 case IVHD_DEV_SELECT_RANGE_START:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200855
856 DUMP_printk(" DEV_SELECT_RANGE_START\t "
857 "devid: %02x:%02x.%x flags: %02x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700858 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200859 PCI_SLOT(e->devid),
860 PCI_FUNC(e->devid),
861 e->flags);
862
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200863 devid_start = e->devid;
864 flags = e->flags;
865 ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200866 alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200867 break;
868 case IVHD_DEV_ALIAS:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200869
870 DUMP_printk(" DEV_ALIAS\t\t\t devid: %02x:%02x.%x "
871 "flags: %02x devid_to: %02x:%02x.%x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700872 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200873 PCI_SLOT(e->devid),
874 PCI_FUNC(e->devid),
875 e->flags,
Shuah Khanc5081cd2013-02-27 17:07:19 -0700876 PCI_BUS_NUM(e->ext >> 8),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200877 PCI_SLOT(e->ext >> 8),
878 PCI_FUNC(e->ext >> 8));
879
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200880 devid = e->devid;
881 devid_to = e->ext >> 8;
Joerg Roedel7a6a3a02009-07-02 12:23:23 +0200882 set_dev_entry_from_acpi(iommu, devid , e->flags, 0);
Neil Turton7455aab2009-05-14 14:08:11 +0100883 set_dev_entry_from_acpi(iommu, devid_to, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200884 amd_iommu_alias_table[devid] = devid_to;
885 break;
886 case IVHD_DEV_ALIAS_RANGE:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200887
888 DUMP_printk(" DEV_ALIAS_RANGE\t\t "
889 "devid: %02x:%02x.%x flags: %02x "
890 "devid_to: %02x:%02x.%x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700891 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200892 PCI_SLOT(e->devid),
893 PCI_FUNC(e->devid),
894 e->flags,
Shuah Khanc5081cd2013-02-27 17:07:19 -0700895 PCI_BUS_NUM(e->ext >> 8),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200896 PCI_SLOT(e->ext >> 8),
897 PCI_FUNC(e->ext >> 8));
898
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200899 devid_start = e->devid;
900 flags = e->flags;
901 devid_to = e->ext >> 8;
902 ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200903 alias = true;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200904 break;
905 case IVHD_DEV_EXT_SELECT:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200906
907 DUMP_printk(" DEV_EXT_SELECT\t\t devid: %02x:%02x.%x "
908 "flags: %02x ext: %08x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700909 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200910 PCI_SLOT(e->devid),
911 PCI_FUNC(e->devid),
912 e->flags, e->ext);
913
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200914 devid = e->devid;
Joerg Roedel5ff47892008-07-14 20:11:18 +0200915 set_dev_entry_from_acpi(iommu, devid, e->flags,
916 e->ext);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200917 break;
918 case IVHD_DEV_EXT_SELECT_RANGE:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200919
920 DUMP_printk(" DEV_EXT_SELECT_RANGE\t devid: "
921 "%02x:%02x.%x flags: %02x ext: %08x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700922 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200923 PCI_SLOT(e->devid),
924 PCI_FUNC(e->devid),
925 e->flags, e->ext);
926
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200927 devid_start = e->devid;
928 flags = e->flags;
929 ext_flags = e->ext;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200930 alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200931 break;
932 case IVHD_DEV_RANGE_END:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200933
934 DUMP_printk(" DEV_RANGE_END\t\t devid: %02x:%02x.%x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -0700935 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +0200936 PCI_SLOT(e->devid),
937 PCI_FUNC(e->devid));
938
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200939 devid = e->devid;
940 for (dev_i = devid_start; dev_i <= devid; ++dev_i) {
Joerg Roedel7a6a3a02009-07-02 12:23:23 +0200941 if (alias) {
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200942 amd_iommu_alias_table[dev_i] = devid_to;
Joerg Roedel7a6a3a02009-07-02 12:23:23 +0200943 set_dev_entry_from_acpi(iommu,
944 devid_to, flags, ext_flags);
945 }
946 set_dev_entry_from_acpi(iommu, dev_i,
947 flags, ext_flags);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200948 }
949 break;
Joerg Roedel6efed632012-06-14 15:52:58 +0200950 case IVHD_DEV_SPECIAL: {
951 u8 handle, type;
952 const char *var;
953 u16 devid;
954 int ret;
955
956 handle = e->ext & 0xff;
957 devid = (e->ext >> 8) & 0xffff;
958 type = (e->ext >> 24) & 0xff;
959
960 if (type == IVHD_SPECIAL_IOAPIC)
961 var = "IOAPIC";
962 else if (type == IVHD_SPECIAL_HPET)
963 var = "HPET";
964 else
965 var = "UNKNOWN";
966
967 DUMP_printk(" DEV_SPECIAL(%s[%d])\t\tdevid: %02x:%02x.%x\n",
968 var, (int)handle,
Shuah Khanc5081cd2013-02-27 17:07:19 -0700969 PCI_BUS_NUM(devid),
Joerg Roedel6efed632012-06-14 15:52:58 +0200970 PCI_SLOT(devid),
971 PCI_FUNC(devid));
972
Joerg Roedelc50e3242014-09-09 15:59:37 +0200973 ret = add_special_device(type, handle, &devid, false);
Joerg Roedel6efed632012-06-14 15:52:58 +0200974 if (ret)
975 return ret;
Joerg Roedelc50e3242014-09-09 15:59:37 +0200976
977 /*
978 * add_special_device might update the devid in case a
979 * command-line override is present. So call
980 * set_dev_entry_from_acpi after add_special_device.
981 */
982 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
983
Joerg Roedel6efed632012-06-14 15:52:58 +0200984 break;
985 }
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200986 default:
987 break;
988 }
989
Joerg Roedelb514e552008-09-17 17:14:27 +0200990 p += ivhd_entry_length(p);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200991 }
Joerg Roedel6efed632012-06-14 15:52:58 +0200992
993 return 0;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200994}
995
Joerg Roedelb65233a2008-07-11 17:14:21 +0200996/* Initializes the device->iommu mapping for the driver */
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200997static int __init init_iommu_devices(struct amd_iommu *iommu)
998{
Joerg Roedel0de66d52011-06-06 16:04:02 +0200999 u32 i;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001000
1001 for (i = iommu->first_device; i <= iommu->last_device; ++i)
1002 set_iommu_for_device(iommu, i);
1003
1004 return 0;
1005}
1006
Joerg Roedele47d4022008-06-26 21:27:48 +02001007static void __init free_iommu_one(struct amd_iommu *iommu)
1008{
1009 free_command_buffer(iommu);
Joerg Roedel335503e2008-09-05 14:29:07 +02001010 free_event_buffer(iommu);
Joerg Roedel1a29ac02011-11-10 15:41:40 +01001011 free_ppr_log(iommu);
Joerg Roedele47d4022008-06-26 21:27:48 +02001012 iommu_unmap_mmio_space(iommu);
1013}
1014
1015static void __init free_iommu_all(void)
1016{
1017 struct amd_iommu *iommu, *next;
1018
Joerg Roedel3bd22172009-05-04 15:06:20 +02001019 for_each_iommu_safe(iommu, next) {
Joerg Roedele47d4022008-06-26 21:27:48 +02001020 list_del(&iommu->list);
1021 free_iommu_one(iommu);
1022 kfree(iommu);
1023 }
1024}
1025
Joerg Roedelb65233a2008-07-11 17:14:21 +02001026/*
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001027 * Family15h Model 10h-1fh erratum 746 (IOMMU Logging May Stall Translations)
1028 * Workaround:
1029 * BIOS should disable L2B micellaneous clock gating by setting
1030 * L2_L2B_CK_GATE_CONTROL[CKGateL2BMiscDisable](D0F2xF4_x90[2]) = 1b
1031 */
Nikola Pajkovskye2f1a3b2013-02-26 16:12:05 +01001032static void amd_iommu_erratum_746_workaround(struct amd_iommu *iommu)
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001033{
1034 u32 value;
1035
1036 if ((boot_cpu_data.x86 != 0x15) ||
1037 (boot_cpu_data.x86_model < 0x10) ||
1038 (boot_cpu_data.x86_model > 0x1f))
1039 return;
1040
1041 pci_write_config_dword(iommu->dev, 0xf0, 0x90);
1042 pci_read_config_dword(iommu->dev, 0xf4, &value);
1043
1044 if (value & BIT(2))
1045 return;
1046
1047 /* Select NB indirect register 0x90 and enable writing */
1048 pci_write_config_dword(iommu->dev, 0xf0, 0x90 | (1 << 8));
1049
1050 pci_write_config_dword(iommu->dev, 0xf4, value | 0x4);
1051 pr_info("AMD-Vi: Applying erratum 746 workaround for IOMMU at %s\n",
1052 dev_name(&iommu->dev->dev));
1053
1054 /* Clear the enable writing bit */
1055 pci_write_config_dword(iommu->dev, 0xf0, 0x90);
1056}
1057
1058/*
Joerg Roedelb65233a2008-07-11 17:14:21 +02001059 * This function clues the initialization function for one IOMMU
1060 * together and also allocates the command buffer and programs the
1061 * hardware. It does NOT enable the IOMMU. This is done afterwards.
1062 */
Joerg Roedele47d4022008-06-26 21:27:48 +02001063static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h)
1064{
Joerg Roedel6efed632012-06-14 15:52:58 +02001065 int ret;
1066
Joerg Roedele47d4022008-06-26 21:27:48 +02001067 spin_lock_init(&iommu->lock);
Joerg Roedelbb527772009-11-20 14:31:51 +01001068
1069 /* Add IOMMU to internal data structures */
Joerg Roedele47d4022008-06-26 21:27:48 +02001070 list_add_tail(&iommu->list, &amd_iommu_list);
Joerg Roedelbb527772009-11-20 14:31:51 +01001071 iommu->index = amd_iommus_present++;
1072
1073 if (unlikely(iommu->index >= MAX_IOMMUS)) {
1074 WARN(1, "AMD-Vi: System has more IOMMUs than supported by this driver\n");
1075 return -ENOSYS;
1076 }
1077
1078 /* Index is fine - add IOMMU to the array */
1079 amd_iommus[iommu->index] = iommu;
Joerg Roedele47d4022008-06-26 21:27:48 +02001080
1081 /*
1082 * Copy data from ACPI table entry to the iommu struct
1083 */
Joerg Roedel23c742d2012-06-12 11:47:34 +02001084 iommu->devid = h->devid;
Joerg Roedele47d4022008-06-26 21:27:48 +02001085 iommu->cap_ptr = h->cap_ptr;
Joerg Roedelee893c22008-09-08 14:48:04 +02001086 iommu->pci_seg = h->pci_seg;
Joerg Roedele47d4022008-06-26 21:27:48 +02001087 iommu->mmio_phys = h->mmio_phys;
Steven L Kinney30861dd2013-06-05 16:11:48 -05001088
1089 /* Check if IVHD EFR contains proper max banks/counters */
1090 if ((h->efr != 0) &&
1091 ((h->efr & (0xF << 13)) != 0) &&
1092 ((h->efr & (0x3F << 17)) != 0)) {
1093 iommu->mmio_phys_end = MMIO_REG_END_OFFSET;
1094 } else {
1095 iommu->mmio_phys_end = MMIO_CNTR_CONF_OFFSET;
1096 }
1097
1098 iommu->mmio_base = iommu_map_mmio_space(iommu->mmio_phys,
1099 iommu->mmio_phys_end);
Joerg Roedele47d4022008-06-26 21:27:48 +02001100 if (!iommu->mmio_base)
1101 return -ENOMEM;
1102
Joerg Roedelf2c2db52015-10-20 17:33:42 +02001103 if (alloc_command_buffer(iommu))
Joerg Roedele47d4022008-06-26 21:27:48 +02001104 return -ENOMEM;
1105
Joerg Roedelf2c2db52015-10-20 17:33:42 +02001106 if (alloc_event_buffer(iommu))
Joerg Roedel335503e2008-09-05 14:29:07 +02001107 return -ENOMEM;
1108
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001109 iommu->int_enabled = false;
1110
Joerg Roedel6efed632012-06-14 15:52:58 +02001111 ret = init_iommu_from_acpi(iommu, h);
1112 if (ret)
1113 return ret;
Joerg Roedelf6fec002012-06-21 16:51:25 +02001114
Jiang Liu7c71d302015-04-13 14:11:33 +08001115 ret = amd_iommu_create_irq_domain(iommu);
1116 if (ret)
1117 return ret;
1118
Joerg Roedelf6fec002012-06-21 16:51:25 +02001119 /*
1120 * Make sure IOMMU is not considered to translate itself. The IVRS
1121 * table tells us so, but this is a lie!
1122 */
1123 amd_iommu_rlookup_table[iommu->devid] = NULL;
1124
Joerg Roedele47d4022008-06-26 21:27:48 +02001125 init_iommu_devices(iommu);
1126
Joerg Roedel23c742d2012-06-12 11:47:34 +02001127 return 0;
Joerg Roedele47d4022008-06-26 21:27:48 +02001128}
1129
Joerg Roedelb65233a2008-07-11 17:14:21 +02001130/*
1131 * Iterates over all IOMMU entries in the ACPI table, allocates the
1132 * IOMMU structure and initializes it with init_iommu_one()
1133 */
Joerg Roedele47d4022008-06-26 21:27:48 +02001134static int __init init_iommu_all(struct acpi_table_header *table)
1135{
1136 u8 *p = (u8 *)table, *end = (u8 *)table;
1137 struct ivhd_header *h;
1138 struct amd_iommu *iommu;
1139 int ret;
1140
Joerg Roedele47d4022008-06-26 21:27:48 +02001141 end += table->length;
1142 p += IVRS_HEADER_LENGTH;
1143
1144 while (p < end) {
1145 h = (struct ivhd_header *)p;
1146 switch (*p) {
1147 case ACPI_IVHD_TYPE:
Joerg Roedel9c720412009-05-20 13:53:57 +02001148
Joerg Roedelae908c22009-09-01 16:52:16 +02001149 DUMP_printk("device: %02x:%02x.%01x cap: %04x "
Joerg Roedel9c720412009-05-20 13:53:57 +02001150 "seg: %d flags: %01x info %04x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001151 PCI_BUS_NUM(h->devid), PCI_SLOT(h->devid),
Joerg Roedel9c720412009-05-20 13:53:57 +02001152 PCI_FUNC(h->devid), h->cap_ptr,
1153 h->pci_seg, h->flags, h->info);
1154 DUMP_printk(" mmio-addr: %016llx\n",
1155 h->mmio_phys);
1156
Joerg Roedele47d4022008-06-26 21:27:48 +02001157 iommu = kzalloc(sizeof(struct amd_iommu), GFP_KERNEL);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001158 if (iommu == NULL)
1159 return -ENOMEM;
Joerg Roedel3551a702010-03-01 13:52:19 +01001160
Joerg Roedele47d4022008-06-26 21:27:48 +02001161 ret = init_iommu_one(iommu, h);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001162 if (ret)
1163 return ret;
Joerg Roedele47d4022008-06-26 21:27:48 +02001164 break;
1165 default:
1166 break;
1167 }
1168 p += h->length;
1169
1170 }
1171 WARN_ON(p != end);
1172
1173 return 0;
1174}
1175
Steven L Kinney30861dd2013-06-05 16:11:48 -05001176
1177static void init_iommu_perf_ctr(struct amd_iommu *iommu)
1178{
1179 u64 val = 0xabcd, val2 = 0;
1180
1181 if (!iommu_feature(iommu, FEATURE_PC))
1182 return;
1183
1184 amd_iommu_pc_present = true;
1185
1186 /* Check if the performance counters can be written to */
1187 if ((0 != amd_iommu_pc_get_set_reg_val(0, 0, 0, 0, &val, true)) ||
1188 (0 != amd_iommu_pc_get_set_reg_val(0, 0, 0, 0, &val2, false)) ||
1189 (val != val2)) {
1190 pr_err("AMD-Vi: Unable to write to IOMMU perf counter.\n");
1191 amd_iommu_pc_present = false;
1192 return;
1193 }
1194
1195 pr_info("AMD-Vi: IOMMU performance counters supported\n");
1196
1197 val = readl(iommu->mmio_base + MMIO_CNTR_CONF_OFFSET);
1198 iommu->max_banks = (u8) ((val >> 12) & 0x3f);
1199 iommu->max_counters = (u8) ((val >> 7) & 0xf);
1200}
1201
Alex Williamson066f2e92014-06-12 16:12:37 -06001202static ssize_t amd_iommu_show_cap(struct device *dev,
1203 struct device_attribute *attr,
1204 char *buf)
1205{
1206 struct amd_iommu *iommu = dev_get_drvdata(dev);
1207 return sprintf(buf, "%x\n", iommu->cap);
1208}
1209static DEVICE_ATTR(cap, S_IRUGO, amd_iommu_show_cap, NULL);
1210
1211static ssize_t amd_iommu_show_features(struct device *dev,
1212 struct device_attribute *attr,
1213 char *buf)
1214{
1215 struct amd_iommu *iommu = dev_get_drvdata(dev);
1216 return sprintf(buf, "%llx\n", iommu->features);
1217}
1218static DEVICE_ATTR(features, S_IRUGO, amd_iommu_show_features, NULL);
1219
1220static struct attribute *amd_iommu_attrs[] = {
1221 &dev_attr_cap.attr,
1222 &dev_attr_features.attr,
1223 NULL,
1224};
1225
1226static struct attribute_group amd_iommu_group = {
1227 .name = "amd-iommu",
1228 .attrs = amd_iommu_attrs,
1229};
1230
1231static const struct attribute_group *amd_iommu_groups[] = {
1232 &amd_iommu_group,
1233 NULL,
1234};
Steven L Kinney30861dd2013-06-05 16:11:48 -05001235
Joerg Roedel23c742d2012-06-12 11:47:34 +02001236static int iommu_init_pci(struct amd_iommu *iommu)
1237{
1238 int cap_ptr = iommu->cap_ptr;
1239 u32 range, misc, low, high;
1240
Shuah Khanc5081cd2013-02-27 17:07:19 -07001241 iommu->dev = pci_get_bus_and_slot(PCI_BUS_NUM(iommu->devid),
Joerg Roedel23c742d2012-06-12 11:47:34 +02001242 iommu->devid & 0xff);
1243 if (!iommu->dev)
1244 return -ENODEV;
1245
1246 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_CAP_HDR_OFFSET,
1247 &iommu->cap);
1248 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_RANGE_OFFSET,
1249 &range);
1250 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_MISC_OFFSET,
1251 &misc);
1252
Shuah Khan6f2729b2013-02-27 17:07:30 -07001253 iommu->first_device = PCI_DEVID(MMIO_GET_BUS(range),
Joerg Roedel23c742d2012-06-12 11:47:34 +02001254 MMIO_GET_FD(range));
Shuah Khan6f2729b2013-02-27 17:07:30 -07001255 iommu->last_device = PCI_DEVID(MMIO_GET_BUS(range),
Joerg Roedel23c742d2012-06-12 11:47:34 +02001256 MMIO_GET_LD(range));
1257
1258 if (!(iommu->cap & (1 << IOMMU_CAP_IOTLB)))
1259 amd_iommu_iotlb_sup = false;
1260
1261 /* read extended feature bits */
1262 low = readl(iommu->mmio_base + MMIO_EXT_FEATURES);
1263 high = readl(iommu->mmio_base + MMIO_EXT_FEATURES + 4);
1264
1265 iommu->features = ((u64)high << 32) | low;
1266
1267 if (iommu_feature(iommu, FEATURE_GT)) {
1268 int glxval;
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001269 u32 max_pasid;
1270 u64 pasmax;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001271
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001272 pasmax = iommu->features & FEATURE_PASID_MASK;
1273 pasmax >>= FEATURE_PASID_SHIFT;
1274 max_pasid = (1 << (pasmax + 1)) - 1;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001275
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001276 amd_iommu_max_pasid = min(amd_iommu_max_pasid, max_pasid);
1277
1278 BUG_ON(amd_iommu_max_pasid & ~PASID_MASK);
Joerg Roedel23c742d2012-06-12 11:47:34 +02001279
1280 glxval = iommu->features & FEATURE_GLXVAL_MASK;
1281 glxval >>= FEATURE_GLXVAL_SHIFT;
1282
1283 if (amd_iommu_max_glx_val == -1)
1284 amd_iommu_max_glx_val = glxval;
1285 else
1286 amd_iommu_max_glx_val = min(amd_iommu_max_glx_val, glxval);
1287 }
1288
1289 if (iommu_feature(iommu, FEATURE_GT) &&
1290 iommu_feature(iommu, FEATURE_PPR)) {
1291 iommu->is_iommu_v2 = true;
1292 amd_iommu_v2_present = true;
1293 }
1294
Joerg Roedelf2c2db52015-10-20 17:33:42 +02001295 if (iommu_feature(iommu, FEATURE_PPR) && alloc_ppr_log(iommu))
1296 return -ENOMEM;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001297
1298 if (iommu->cap & (1UL << IOMMU_CAP_NPCACHE))
1299 amd_iommu_np_cache = true;
1300
Steven L Kinney30861dd2013-06-05 16:11:48 -05001301 init_iommu_perf_ctr(iommu);
1302
Joerg Roedel23c742d2012-06-12 11:47:34 +02001303 if (is_rd890_iommu(iommu->dev)) {
1304 int i, j;
1305
1306 iommu->root_pdev = pci_get_bus_and_slot(iommu->dev->bus->number,
1307 PCI_DEVFN(0, 0));
1308
1309 /*
1310 * Some rd890 systems may not be fully reconfigured by the
1311 * BIOS, so it's necessary for us to store this information so
1312 * it can be reprogrammed on resume
1313 */
1314 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 4,
1315 &iommu->stored_addr_lo);
1316 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 8,
1317 &iommu->stored_addr_hi);
1318
1319 /* Low bit locks writes to configuration space */
1320 iommu->stored_addr_lo &= ~1;
1321
1322 for (i = 0; i < 6; i++)
1323 for (j = 0; j < 0x12; j++)
1324 iommu->stored_l1[i][j] = iommu_read_l1(iommu, i, j);
1325
1326 for (i = 0; i < 0x83; i++)
1327 iommu->stored_l2[i] = iommu_read_l2(iommu, i);
1328 }
1329
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001330 amd_iommu_erratum_746_workaround(iommu);
1331
Alex Williamson066f2e92014-06-12 16:12:37 -06001332 iommu->iommu_dev = iommu_device_create(&iommu->dev->dev, iommu,
1333 amd_iommu_groups, "ivhd%d",
1334 iommu->index);
1335
Joerg Roedel23c742d2012-06-12 11:47:34 +02001336 return pci_enable_device(iommu->dev);
1337}
1338
Joerg Roedel4d121c32012-06-14 12:21:55 +02001339static void print_iommu_info(void)
1340{
1341 static const char * const feat_str[] = {
1342 "PreF", "PPR", "X2APIC", "NX", "GT", "[5]",
1343 "IA", "GA", "HE", "PC"
1344 };
1345 struct amd_iommu *iommu;
1346
1347 for_each_iommu(iommu) {
1348 int i;
1349
1350 pr_info("AMD-Vi: Found IOMMU at %s cap 0x%hx\n",
1351 dev_name(&iommu->dev->dev), iommu->cap_ptr);
1352
1353 if (iommu->cap & (1 << IOMMU_CAP_EFR)) {
1354 pr_info("AMD-Vi: Extended features: ");
Joerg Roedel2bd5ed02012-08-10 11:34:08 +02001355 for (i = 0; i < ARRAY_SIZE(feat_str); ++i) {
Joerg Roedel4d121c32012-06-14 12:21:55 +02001356 if (iommu_feature(iommu, (1ULL << i)))
1357 pr_cont(" %s", feat_str[i]);
1358 }
Steven L Kinney30861dd2013-06-05 16:11:48 -05001359 pr_cont("\n");
Borislav Petkov500c25e2012-09-28 16:22:26 +02001360 }
Joerg Roedel4d121c32012-06-14 12:21:55 +02001361 }
Joerg Roedelebe60bb2012-07-02 18:36:03 +02001362 if (irq_remapping_enabled)
1363 pr_info("AMD-Vi: Interrupt remapping enabled\n");
Joerg Roedel4d121c32012-06-14 12:21:55 +02001364}
1365
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001366static int __init amd_iommu_init_pci(void)
Joerg Roedel23c742d2012-06-12 11:47:34 +02001367{
1368 struct amd_iommu *iommu;
1369 int ret = 0;
1370
1371 for_each_iommu(iommu) {
1372 ret = iommu_init_pci(iommu);
1373 if (ret)
1374 break;
1375 }
1376
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02001377 init_device_table_dma();
Joerg Roedel23c742d2012-06-12 11:47:34 +02001378
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02001379 for_each_iommu(iommu)
1380 iommu_flush_all_caches(iommu);
1381
Joerg Roedel3a18404c2015-05-28 18:41:45 +02001382 ret = amd_iommu_init_api();
Joerg Roedel23c742d2012-06-12 11:47:34 +02001383
Joerg Roedel3a18404c2015-05-28 18:41:45 +02001384 if (!ret)
1385 print_iommu_info();
Joerg Roedel4d121c32012-06-14 12:21:55 +02001386
Joerg Roedel23c742d2012-06-12 11:47:34 +02001387 return ret;
1388}
1389
Joerg Roedelb65233a2008-07-11 17:14:21 +02001390/****************************************************************************
1391 *
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001392 * The following functions initialize the MSI interrupts for all IOMMUs
Frank Arnolddf805ab2012-08-27 19:21:04 +02001393 * in the system. It's a bit challenging because there could be multiple
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001394 * IOMMUs per PCI BDF but we can call pci_enable_msi(x) only once per
1395 * pci_dev.
1396 *
1397 ****************************************************************************/
1398
Joerg Roedel9f800de2009-11-23 12:45:25 +01001399static int iommu_setup_msi(struct amd_iommu *iommu)
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001400{
1401 int r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001402
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001403 r = pci_enable_msi(iommu->dev);
1404 if (r)
1405 return r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001406
Joerg Roedel72fe00f2011-05-10 10:50:42 +02001407 r = request_threaded_irq(iommu->dev->irq,
1408 amd_iommu_int_handler,
1409 amd_iommu_int_thread,
1410 0, "AMD-Vi",
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -05001411 iommu);
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001412
1413 if (r) {
1414 pci_disable_msi(iommu->dev);
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001415 return r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001416 }
1417
Joerg Roedelfab6afa2009-05-04 18:46:34 +02001418 iommu->int_enabled = true;
Joerg Roedel1a29ac02011-11-10 15:41:40 +01001419
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001420 return 0;
1421}
1422
Joerg Roedel05f92db2009-05-12 09:52:46 +02001423static int iommu_init_msi(struct amd_iommu *iommu)
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001424{
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001425 int ret;
1426
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001427 if (iommu->int_enabled)
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001428 goto enable_faults;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001429
Yijing Wang82fcfc62013-08-08 21:12:36 +08001430 if (iommu->dev->msi_cap)
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001431 ret = iommu_setup_msi(iommu);
1432 else
1433 ret = -ENODEV;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001434
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001435 if (ret)
1436 return ret;
1437
1438enable_faults:
1439 iommu_feature_enable(iommu, CONTROL_EVT_INT_EN);
1440
1441 if (iommu->ppr_log != NULL)
1442 iommu_feature_enable(iommu, CONTROL_PPFINT_EN);
1443
1444 return 0;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001445}
1446
1447/****************************************************************************
1448 *
Joerg Roedelb65233a2008-07-11 17:14:21 +02001449 * The next functions belong to the third pass of parsing the ACPI
1450 * table. In this last pass the memory mapping requirements are
Frank Arnolddf805ab2012-08-27 19:21:04 +02001451 * gathered (like exclusion and unity mapping ranges).
Joerg Roedelb65233a2008-07-11 17:14:21 +02001452 *
1453 ****************************************************************************/
1454
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001455static void __init free_unity_maps(void)
1456{
1457 struct unity_map_entry *entry, *next;
1458
1459 list_for_each_entry_safe(entry, next, &amd_iommu_unity_map, list) {
1460 list_del(&entry->list);
1461 kfree(entry);
1462 }
1463}
1464
Joerg Roedelb65233a2008-07-11 17:14:21 +02001465/* called when we find an exclusion range definition in ACPI */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001466static int __init init_exclusion_range(struct ivmd_header *m)
1467{
1468 int i;
1469
1470 switch (m->type) {
1471 case ACPI_IVMD_TYPE:
1472 set_device_exclusion_range(m->devid, m);
1473 break;
1474 case ACPI_IVMD_TYPE_ALL:
Joerg Roedel3a61ec32008-07-25 13:07:50 +02001475 for (i = 0; i <= amd_iommu_last_bdf; ++i)
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001476 set_device_exclusion_range(i, m);
1477 break;
1478 case ACPI_IVMD_TYPE_RANGE:
1479 for (i = m->devid; i <= m->aux; ++i)
1480 set_device_exclusion_range(i, m);
1481 break;
1482 default:
1483 break;
1484 }
1485
1486 return 0;
1487}
1488
Joerg Roedelb65233a2008-07-11 17:14:21 +02001489/* called for unity map ACPI definition */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001490static int __init init_unity_map_range(struct ivmd_header *m)
1491{
Joerg Roedel98f1ad22012-07-06 13:28:37 +02001492 struct unity_map_entry *e = NULL;
Joerg Roedel02acc432009-05-20 16:24:21 +02001493 char *s;
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001494
1495 e = kzalloc(sizeof(*e), GFP_KERNEL);
1496 if (e == NULL)
1497 return -ENOMEM;
1498
1499 switch (m->type) {
1500 default:
Joerg Roedel0bc252f2009-05-22 12:48:05 +02001501 kfree(e);
1502 return 0;
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001503 case ACPI_IVMD_TYPE:
Joerg Roedel02acc432009-05-20 16:24:21 +02001504 s = "IVMD_TYPEi\t\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001505 e->devid_start = e->devid_end = m->devid;
1506 break;
1507 case ACPI_IVMD_TYPE_ALL:
Joerg Roedel02acc432009-05-20 16:24:21 +02001508 s = "IVMD_TYPE_ALL\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001509 e->devid_start = 0;
1510 e->devid_end = amd_iommu_last_bdf;
1511 break;
1512 case ACPI_IVMD_TYPE_RANGE:
Joerg Roedel02acc432009-05-20 16:24:21 +02001513 s = "IVMD_TYPE_RANGE\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001514 e->devid_start = m->devid;
1515 e->devid_end = m->aux;
1516 break;
1517 }
1518 e->address_start = PAGE_ALIGN(m->range_start);
1519 e->address_end = e->address_start + PAGE_ALIGN(m->range_length);
1520 e->prot = m->flags >> 1;
1521
Joerg Roedel02acc432009-05-20 16:24:21 +02001522 DUMP_printk("%s devid_start: %02x:%02x.%x devid_end: %02x:%02x.%x"
1523 " range_start: %016llx range_end: %016llx flags: %x\n", s,
Shuah Khanc5081cd2013-02-27 17:07:19 -07001524 PCI_BUS_NUM(e->devid_start), PCI_SLOT(e->devid_start),
1525 PCI_FUNC(e->devid_start), PCI_BUS_NUM(e->devid_end),
Joerg Roedel02acc432009-05-20 16:24:21 +02001526 PCI_SLOT(e->devid_end), PCI_FUNC(e->devid_end),
1527 e->address_start, e->address_end, m->flags);
1528
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001529 list_add_tail(&e->list, &amd_iommu_unity_map);
1530
1531 return 0;
1532}
1533
Joerg Roedelb65233a2008-07-11 17:14:21 +02001534/* iterates over all memory definitions we find in the ACPI table */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001535static int __init init_memory_definitions(struct acpi_table_header *table)
1536{
1537 u8 *p = (u8 *)table, *end = (u8 *)table;
1538 struct ivmd_header *m;
1539
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001540 end += table->length;
1541 p += IVRS_HEADER_LENGTH;
1542
1543 while (p < end) {
1544 m = (struct ivmd_header *)p;
1545 if (m->flags & IVMD_FLAG_EXCL_RANGE)
1546 init_exclusion_range(m);
1547 else if (m->flags & IVMD_FLAG_UNITY_MAP)
1548 init_unity_map_range(m);
1549
1550 p += m->length;
1551 }
1552
1553 return 0;
1554}
1555
Joerg Roedelb65233a2008-07-11 17:14:21 +02001556/*
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001557 * Init the device table to not allow DMA access for devices and
1558 * suppress all page faults
1559 */
Joerg Roedel33f28c52012-06-15 18:03:31 +02001560static void init_device_table_dma(void)
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001561{
Joerg Roedel0de66d52011-06-06 16:04:02 +02001562 u32 devid;
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001563
1564 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1565 set_dev_entry_bit(devid, DEV_ENTRY_VALID);
1566 set_dev_entry_bit(devid, DEV_ENTRY_TRANSLATION);
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001567 }
1568}
1569
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02001570static void __init uninit_device_table_dma(void)
1571{
1572 u32 devid;
1573
1574 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1575 amd_iommu_dev_table[devid].data[0] = 0ULL;
1576 amd_iommu_dev_table[devid].data[1] = 0ULL;
1577 }
1578}
1579
Joerg Roedel33f28c52012-06-15 18:03:31 +02001580static void init_device_table(void)
1581{
1582 u32 devid;
1583
1584 if (!amd_iommu_irq_remap)
1585 return;
1586
1587 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid)
1588 set_dev_entry_bit(devid, DEV_ENTRY_IRQ_TBL_EN);
1589}
1590
Joerg Roedele9bf5192010-09-20 14:33:07 +02001591static void iommu_init_flags(struct amd_iommu *iommu)
1592{
1593 iommu->acpi_flags & IVHD_FLAG_HT_TUN_EN_MASK ?
1594 iommu_feature_enable(iommu, CONTROL_HT_TUN_EN) :
1595 iommu_feature_disable(iommu, CONTROL_HT_TUN_EN);
1596
1597 iommu->acpi_flags & IVHD_FLAG_PASSPW_EN_MASK ?
1598 iommu_feature_enable(iommu, CONTROL_PASSPW_EN) :
1599 iommu_feature_disable(iommu, CONTROL_PASSPW_EN);
1600
1601 iommu->acpi_flags & IVHD_FLAG_RESPASSPW_EN_MASK ?
1602 iommu_feature_enable(iommu, CONTROL_RESPASSPW_EN) :
1603 iommu_feature_disable(iommu, CONTROL_RESPASSPW_EN);
1604
1605 iommu->acpi_flags & IVHD_FLAG_ISOC_EN_MASK ?
1606 iommu_feature_enable(iommu, CONTROL_ISOC_EN) :
1607 iommu_feature_disable(iommu, CONTROL_ISOC_EN);
1608
1609 /*
1610 * make IOMMU memory accesses cache coherent
1611 */
1612 iommu_feature_enable(iommu, CONTROL_COHERENT_EN);
Joerg Roedel1456e9d2011-12-22 14:51:53 +01001613
1614 /* Set IOTLB invalidation timeout to 1s */
1615 iommu_set_inv_tlb_timeout(iommu, CTRL_INV_TO_1S);
Joerg Roedele9bf5192010-09-20 14:33:07 +02001616}
1617
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001618static void iommu_apply_resume_quirks(struct amd_iommu *iommu)
Joerg Roedel4c894f42010-09-23 15:15:19 +02001619{
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001620 int i, j;
1621 u32 ioc_feature_control;
Joerg Roedelc1bf94e2012-05-31 17:38:11 +02001622 struct pci_dev *pdev = iommu->root_pdev;
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001623
1624 /* RD890 BIOSes may not have completely reconfigured the iommu */
Joerg Roedelc1bf94e2012-05-31 17:38:11 +02001625 if (!is_rd890_iommu(iommu->dev) || !pdev)
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001626 return;
1627
1628 /*
1629 * First, we need to ensure that the iommu is enabled. This is
1630 * controlled by a register in the northbridge
1631 */
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001632
1633 /* Select Northbridge indirect register 0x75 and enable writing */
1634 pci_write_config_dword(pdev, 0x60, 0x75 | (1 << 7));
1635 pci_read_config_dword(pdev, 0x64, &ioc_feature_control);
1636
1637 /* Enable the iommu */
1638 if (!(ioc_feature_control & 0x1))
1639 pci_write_config_dword(pdev, 0x64, ioc_feature_control | 1);
1640
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001641 /* Restore the iommu BAR */
1642 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1643 iommu->stored_addr_lo);
1644 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 8,
1645 iommu->stored_addr_hi);
1646
1647 /* Restore the l1 indirect regs for each of the 6 l1s */
1648 for (i = 0; i < 6; i++)
1649 for (j = 0; j < 0x12; j++)
1650 iommu_write_l1(iommu, i, j, iommu->stored_l1[i][j]);
1651
1652 /* Restore the l2 indirect regs */
1653 for (i = 0; i < 0x83; i++)
1654 iommu_write_l2(iommu, i, iommu->stored_l2[i]);
1655
1656 /* Lock PCI setup registers */
1657 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1658 iommu->stored_addr_lo | 1);
Joerg Roedel4c894f42010-09-23 15:15:19 +02001659}
1660
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001661/*
Joerg Roedelb65233a2008-07-11 17:14:21 +02001662 * This function finally enables all IOMMUs found in the system after
1663 * they have been initialized
1664 */
Joerg Roedel11ee5ac2012-06-12 16:30:06 +02001665static void early_enable_iommus(void)
Joerg Roedel87361972008-06-26 21:28:07 +02001666{
1667 struct amd_iommu *iommu;
1668
Joerg Roedel3bd22172009-05-04 15:06:20 +02001669 for_each_iommu(iommu) {
Chris Wrighta8c485b2009-06-15 15:53:45 +02001670 iommu_disable(iommu);
Joerg Roedele9bf5192010-09-20 14:33:07 +02001671 iommu_init_flags(iommu);
Joerg Roedel58492e12009-05-04 18:41:16 +02001672 iommu_set_device_table(iommu);
1673 iommu_enable_command_buffer(iommu);
1674 iommu_enable_event_buffer(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02001675 iommu_set_exclusion_range(iommu);
1676 iommu_enable(iommu);
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001677 iommu_flush_all_caches(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02001678 }
1679}
1680
Joerg Roedel11ee5ac2012-06-12 16:30:06 +02001681static void enable_iommus_v2(void)
1682{
1683 struct amd_iommu *iommu;
1684
1685 for_each_iommu(iommu) {
1686 iommu_enable_ppr_log(iommu);
1687 iommu_enable_gt(iommu);
1688 }
1689}
1690
1691static void enable_iommus(void)
1692{
1693 early_enable_iommus();
1694
1695 enable_iommus_v2();
1696}
1697
Joerg Roedel92ac4322009-05-19 19:06:27 +02001698static void disable_iommus(void)
1699{
1700 struct amd_iommu *iommu;
1701
1702 for_each_iommu(iommu)
1703 iommu_disable(iommu);
1704}
1705
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001706/*
1707 * Suspend/Resume support
1708 * disable suspend until real resume implemented
1709 */
1710
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01001711static void amd_iommu_resume(void)
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001712{
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001713 struct amd_iommu *iommu;
1714
1715 for_each_iommu(iommu)
1716 iommu_apply_resume_quirks(iommu);
1717
Joerg Roedel736501e2009-05-12 09:56:12 +02001718 /* re-load the hardware */
1719 enable_iommus();
Joerg Roedel3d9761e2012-03-15 16:39:21 +01001720
1721 amd_iommu_enable_interrupts();
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001722}
1723
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01001724static int amd_iommu_suspend(void)
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001725{
Joerg Roedel736501e2009-05-12 09:56:12 +02001726 /* disable IOMMUs to go out of the way for BIOS */
1727 disable_iommus();
1728
1729 return 0;
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001730}
1731
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01001732static struct syscore_ops amd_iommu_syscore_ops = {
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001733 .suspend = amd_iommu_suspend,
1734 .resume = amd_iommu_resume,
1735};
1736
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001737static void __init free_on_init_error(void)
1738{
Joerg Roedel0ea2c422012-06-15 18:05:20 +02001739 free_pages((unsigned long)irq_lookup_table,
1740 get_order(rlookup_table_size));
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001741
Julia Lawalla5919892015-09-13 14:15:31 +02001742 kmem_cache_destroy(amd_iommu_irq_cache);
1743 amd_iommu_irq_cache = NULL;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001744
1745 free_pages((unsigned long)amd_iommu_rlookup_table,
1746 get_order(rlookup_table_size));
1747
1748 free_pages((unsigned long)amd_iommu_alias_table,
1749 get_order(alias_table_size));
1750
1751 free_pages((unsigned long)amd_iommu_dev_table,
1752 get_order(dev_table_size));
1753
1754 free_iommu_all();
1755
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001756#ifdef CONFIG_GART_IOMMU
1757 /*
1758 * We failed to initialize the AMD IOMMU - try fallback to GART
1759 * if possible.
1760 */
1761 gart_iommu_init();
1762
1763#endif
1764}
1765
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001766/* SB IOAPIC is always on this device in AMD systems */
1767#define IOAPIC_SB_DEVID ((0x00 << 8) | PCI_DEVFN(0x14, 0))
1768
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001769static bool __init check_ioapic_information(void)
1770{
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02001771 const char *fw_bug = FW_BUG;
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001772 bool ret, has_sb_ioapic;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001773 int idx;
1774
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001775 has_sb_ioapic = false;
1776 ret = false;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001777
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02001778 /*
1779 * If we have map overrides on the kernel command line the
1780 * messages in this function might not describe firmware bugs
1781 * anymore - so be careful
1782 */
1783 if (cmdline_maps)
1784 fw_bug = "";
1785
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001786 for (idx = 0; idx < nr_ioapics; idx++) {
1787 int devid, id = mpc_ioapic_id(idx);
1788
1789 devid = get_ioapic_devid(id);
1790 if (devid < 0) {
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02001791 pr_err("%sAMD-Vi: IOAPIC[%d] not in IVRS table\n",
1792 fw_bug, id);
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001793 ret = false;
1794 } else if (devid == IOAPIC_SB_DEVID) {
1795 has_sb_ioapic = true;
1796 ret = true;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001797 }
1798 }
1799
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001800 if (!has_sb_ioapic) {
1801 /*
1802 * We expect the SB IOAPIC to be listed in the IVRS
1803 * table. The system timer is connected to the SB IOAPIC
1804 * and if we don't have it in the list the system will
1805 * panic at boot time. This situation usually happens
1806 * when the BIOS is buggy and provides us the wrong
1807 * device id for the IOAPIC in the system.
1808 */
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02001809 pr_err("%sAMD-Vi: No southbridge IOAPIC found\n", fw_bug);
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001810 }
1811
1812 if (!ret)
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02001813 pr_err("AMD-Vi: Disabling interrupt remapping\n");
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001814
1815 return ret;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001816}
1817
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02001818static void __init free_dma_resources(void)
1819{
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02001820 free_pages((unsigned long)amd_iommu_pd_alloc_bitmap,
1821 get_order(MAX_DOMAIN_ID/8));
1822
1823 free_unity_maps();
1824}
1825
Joerg Roedelb65233a2008-07-11 17:14:21 +02001826/*
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001827 * This is the hardware init function for AMD IOMMU in the system.
1828 * This function is called either from amd_iommu_init or from the interrupt
1829 * remapping setup code.
Joerg Roedelb65233a2008-07-11 17:14:21 +02001830 *
1831 * This function basically parses the ACPI table for AMD IOMMU (IVRS)
1832 * three times:
1833 *
1834 * 1 pass) Find the highest PCI device id the driver has to handle.
1835 * Upon this information the size of the data structures is
1836 * determined that needs to be allocated.
1837 *
1838 * 2 pass) Initialize the data structures just allocated with the
1839 * information in the ACPI table about available AMD IOMMUs
1840 * in the system. It also maps the PCI devices in the
1841 * system to specific IOMMUs
1842 *
1843 * 3 pass) After the basic data structures are allocated and
1844 * initialized we update them with information about memory
1845 * remapping requirements parsed out of the ACPI table in
1846 * this last pass.
1847 *
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001848 * After everything is set up the IOMMUs are enabled and the necessary
1849 * hotplug and suspend notifiers are registered.
Joerg Roedelb65233a2008-07-11 17:14:21 +02001850 */
Joerg Roedel643511b2012-06-12 12:09:35 +02001851static int __init early_amd_iommu_init(void)
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001852{
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001853 struct acpi_table_header *ivrs_base;
1854 acpi_size ivrs_size;
1855 acpi_status status;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001856 int i, ret = 0;
1857
Joerg Roedel643511b2012-06-12 12:09:35 +02001858 if (!amd_iommu_detected)
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001859 return -ENODEV;
1860
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001861 status = acpi_get_table_with_size("IVRS", 0, &ivrs_base, &ivrs_size);
1862 if (status == AE_NOT_FOUND)
1863 return -ENODEV;
1864 else if (ACPI_FAILURE(status)) {
1865 const char *err = acpi_format_exception(status);
1866 pr_err("AMD-Vi: IVRS table error: %s\n", err);
1867 return -EINVAL;
1868 }
1869
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001870 /*
1871 * First parse ACPI tables to find the largest Bus/Dev/Func
1872 * we need to handle. Upon this information the shared data
1873 * structures for the IOMMUs in the system will be allocated
1874 */
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001875 ret = find_last_devid_acpi(ivrs_base);
1876 if (ret)
Joerg Roedel3551a702010-03-01 13:52:19 +01001877 goto out;
1878
Joerg Roedelc5714842008-07-11 17:14:25 +02001879 dev_table_size = tbl_size(DEV_TABLE_ENTRY_SIZE);
1880 alias_table_size = tbl_size(ALIAS_TABLE_ENTRY_SIZE);
1881 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE);
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001882
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001883 /* Device table - directly used by all IOMMUs */
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001884 ret = -ENOMEM;
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02001885 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001886 get_order(dev_table_size));
1887 if (amd_iommu_dev_table == NULL)
1888 goto out;
1889
1890 /*
1891 * Alias table - map PCI Bus/Dev/Func to Bus/Dev/Func the
1892 * IOMMU see for that device
1893 */
1894 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL,
1895 get_order(alias_table_size));
1896 if (amd_iommu_alias_table == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001897 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001898
1899 /* IOMMU rlookup table - find the IOMMU for a specific device */
Joerg Roedel83fd5cc2008-12-16 19:17:11 +01001900 amd_iommu_rlookup_table = (void *)__get_free_pages(
1901 GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001902 get_order(rlookup_table_size));
1903 if (amd_iommu_rlookup_table == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001904 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001905
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02001906 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages(
1907 GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001908 get_order(MAX_DOMAIN_ID/8));
1909 if (amd_iommu_pd_alloc_bitmap == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001910 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001911
1912 /*
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02001913 * let all alias entries point to itself
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001914 */
Joerg Roedel3a61ec32008-07-25 13:07:50 +02001915 for (i = 0; i <= amd_iommu_last_bdf; ++i)
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001916 amd_iommu_alias_table[i] = i;
1917
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001918 /*
1919 * never allocate domain 0 because its used as the non-allocated and
1920 * error value placeholder
1921 */
1922 amd_iommu_pd_alloc_bitmap[0] = 1;
1923
Joerg Roedelaeb26f52009-11-20 16:44:01 +01001924 spin_lock_init(&amd_iommu_pd_lock);
1925
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001926 /*
1927 * now the data structures are allocated and basically initialized
1928 * start the real acpi table scan
1929 */
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001930 ret = init_iommu_all(ivrs_base);
1931 if (ret)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001932 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001933
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001934 if (amd_iommu_irq_remap)
1935 amd_iommu_irq_remap = check_ioapic_information();
1936
Joerg Roedel05152a02012-06-15 16:53:51 +02001937 if (amd_iommu_irq_remap) {
1938 /*
1939 * Interrupt remapping enabled, create kmem_cache for the
1940 * remapping tables.
1941 */
Wei Yongjun83ed9c12013-04-23 10:47:44 +08001942 ret = -ENOMEM;
Joerg Roedel05152a02012-06-15 16:53:51 +02001943 amd_iommu_irq_cache = kmem_cache_create("irq_remap_cache",
1944 MAX_IRQS_PER_TABLE * sizeof(u32),
1945 IRQ_TABLE_ALIGNMENT,
1946 0, NULL);
1947 if (!amd_iommu_irq_cache)
1948 goto out;
Joerg Roedel0ea2c422012-06-15 18:05:20 +02001949
1950 irq_lookup_table = (void *)__get_free_pages(
1951 GFP_KERNEL | __GFP_ZERO,
1952 get_order(rlookup_table_size));
1953 if (!irq_lookup_table)
1954 goto out;
Joerg Roedel05152a02012-06-15 16:53:51 +02001955 }
1956
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001957 ret = init_memory_definitions(ivrs_base);
1958 if (ret)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001959 goto out;
Joerg Roedel3551a702010-03-01 13:52:19 +01001960
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001961 /* init the device table */
1962 init_device_table();
1963
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001964out:
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001965 /* Don't leak any ACPI memory */
1966 early_acpi_os_unmap_memory((char __iomem *)ivrs_base, ivrs_size);
1967 ivrs_base = NULL;
1968
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001969 return ret;
Joerg Roedel643511b2012-06-12 12:09:35 +02001970}
1971
Gerard Snitselaarae295142012-03-16 11:38:22 -07001972static int amd_iommu_enable_interrupts(void)
Joerg Roedel3d9761e2012-03-15 16:39:21 +01001973{
1974 struct amd_iommu *iommu;
1975 int ret = 0;
1976
1977 for_each_iommu(iommu) {
1978 ret = iommu_init_msi(iommu);
1979 if (ret)
1980 goto out;
1981 }
1982
1983out:
1984 return ret;
1985}
1986
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001987static bool detect_ivrs(void)
1988{
1989 struct acpi_table_header *ivrs_base;
1990 acpi_size ivrs_size;
1991 acpi_status status;
1992
1993 status = acpi_get_table_with_size("IVRS", 0, &ivrs_base, &ivrs_size);
1994 if (status == AE_NOT_FOUND)
1995 return false;
1996 else if (ACPI_FAILURE(status)) {
1997 const char *err = acpi_format_exception(status);
1998 pr_err("AMD-Vi: IVRS table error: %s\n", err);
1999 return false;
2000 }
2001
2002 early_acpi_os_unmap_memory((char __iomem *)ivrs_base, ivrs_size);
2003
Joerg Roedel1adb7d32012-08-06 14:18:42 +02002004 /* Make sure ACS will be enabled during PCI probe */
2005 pci_request_acs();
2006
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002007 return true;
2008}
2009
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002010/****************************************************************************
2011 *
2012 * AMD IOMMU Initialization State Machine
2013 *
2014 ****************************************************************************/
2015
2016static int __init state_next(void)
2017{
2018 int ret = 0;
2019
2020 switch (init_state) {
2021 case IOMMU_START_STATE:
2022 if (!detect_ivrs()) {
2023 init_state = IOMMU_NOT_FOUND;
2024 ret = -ENODEV;
2025 } else {
2026 init_state = IOMMU_IVRS_DETECTED;
2027 }
2028 break;
2029 case IOMMU_IVRS_DETECTED:
2030 ret = early_amd_iommu_init();
2031 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_ACPI_FINISHED;
2032 break;
2033 case IOMMU_ACPI_FINISHED:
2034 early_enable_iommus();
2035 register_syscore_ops(&amd_iommu_syscore_ops);
2036 x86_platform.iommu_shutdown = disable_iommus;
2037 init_state = IOMMU_ENABLED;
2038 break;
2039 case IOMMU_ENABLED:
2040 ret = amd_iommu_init_pci();
2041 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_PCI_INIT;
2042 enable_iommus_v2();
2043 break;
2044 case IOMMU_PCI_INIT:
2045 ret = amd_iommu_enable_interrupts();
2046 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_INTERRUPTS_EN;
2047 break;
2048 case IOMMU_INTERRUPTS_EN:
Joerg Roedel1e6a7b02015-07-28 16:58:48 +02002049 ret = amd_iommu_init_dma_ops();
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002050 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_DMA_OPS;
2051 break;
2052 case IOMMU_DMA_OPS:
2053 init_state = IOMMU_INITIALIZED;
2054 break;
2055 case IOMMU_INITIALIZED:
2056 /* Nothing to do */
2057 break;
2058 case IOMMU_NOT_FOUND:
2059 case IOMMU_INIT_ERROR:
2060 /* Error states => do nothing */
2061 ret = -EINVAL;
2062 break;
2063 default:
2064 /* Unknown state */
2065 BUG();
2066 }
2067
2068 return ret;
2069}
2070
2071static int __init iommu_go_to_state(enum iommu_init_state state)
2072{
2073 int ret = 0;
2074
2075 while (init_state != state) {
2076 ret = state_next();
2077 if (init_state == IOMMU_NOT_FOUND ||
2078 init_state == IOMMU_INIT_ERROR)
2079 break;
2080 }
2081
2082 return ret;
2083}
2084
Joerg Roedel6b474b82012-06-26 16:46:04 +02002085#ifdef CONFIG_IRQ_REMAP
2086int __init amd_iommu_prepare(void)
2087{
Thomas Gleixner3f4cb7c2015-01-23 14:32:46 +01002088 int ret;
2089
Jiang Liu7fa1c842015-01-07 15:31:42 +08002090 amd_iommu_irq_remap = true;
Joerg Roedel84d07792015-01-07 15:31:39 +08002091
Thomas Gleixner3f4cb7c2015-01-23 14:32:46 +01002092 ret = iommu_go_to_state(IOMMU_ACPI_FINISHED);
2093 if (ret)
2094 return ret;
2095 return amd_iommu_irq_remap ? 0 : -ENODEV;
Joerg Roedel6b474b82012-06-26 16:46:04 +02002096}
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002097
Joerg Roedel6b474b82012-06-26 16:46:04 +02002098int __init amd_iommu_enable(void)
2099{
2100 int ret;
2101
2102 ret = iommu_go_to_state(IOMMU_ENABLED);
2103 if (ret)
2104 return ret;
2105
2106 irq_remapping_enabled = 1;
2107
2108 return 0;
2109}
2110
2111void amd_iommu_disable(void)
2112{
2113 amd_iommu_suspend();
2114}
2115
2116int amd_iommu_reenable(int mode)
2117{
2118 amd_iommu_resume();
2119
2120 return 0;
2121}
2122
2123int __init amd_iommu_enable_faulting(void)
2124{
2125 /* We enable MSI later when PCI is initialized */
2126 return 0;
2127}
2128#endif
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002129
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002130/*
2131 * This is the core init function for AMD IOMMU hardware in the system.
2132 * This function is called from the generic x86 DMA layer initialization
2133 * code.
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002134 */
2135static int __init amd_iommu_init(void)
2136{
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002137 int ret;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002138
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002139 ret = iommu_go_to_state(IOMMU_INITIALIZED);
2140 if (ret) {
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002141 free_dma_resources();
2142 if (!irq_remapping_enabled) {
2143 disable_iommus();
2144 free_on_init_error();
2145 } else {
2146 struct amd_iommu *iommu;
2147
2148 uninit_device_table_dma();
2149 for_each_iommu(iommu)
2150 iommu_flush_all_caches(iommu);
2151 }
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002152 }
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002153
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002154 return ret;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002155}
2156
Joerg Roedelb65233a2008-07-11 17:14:21 +02002157/****************************************************************************
2158 *
2159 * Early detect code. This code runs at IOMMU detection time in the DMA
2160 * layer. It just looks if there is an IVRS ACPI table to detect AMD
2161 * IOMMUs
2162 *
2163 ****************************************************************************/
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002164int __init amd_iommu_detect(void)
Joerg Roedelae7877d2008-06-26 21:27:51 +02002165{
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002166 int ret;
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002167
FUJITA Tomonori75f1cdf2009-11-10 19:46:20 +09002168 if (no_iommu || (iommu_detected && !gart_iommu_aperture))
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002169 return -ENODEV;
Joerg Roedelae7877d2008-06-26 21:27:51 +02002170
Joerg Roedela5235722010-05-11 17:12:33 +02002171 if (amd_iommu_disabled)
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002172 return -ENODEV;
Joerg Roedela5235722010-05-11 17:12:33 +02002173
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002174 ret = iommu_go_to_state(IOMMU_IVRS_DETECTED);
2175 if (ret)
2176 return ret;
Linus Torvalds11bd04f2009-12-11 12:18:16 -08002177
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002178 amd_iommu_detected = true;
2179 iommu_detected = 1;
2180 x86_init.iommu.iommu_init = amd_iommu_init;
2181
Jérôme Glisse4781bc42015-08-31 18:13:03 -04002182 return 1;
Joerg Roedelae7877d2008-06-26 21:27:51 +02002183}
2184
Joerg Roedelb65233a2008-07-11 17:14:21 +02002185/****************************************************************************
2186 *
2187 * Parsing functions for the AMD IOMMU specific kernel command line
2188 * options.
2189 *
2190 ****************************************************************************/
2191
Joerg Roedelfefda112009-05-20 12:21:42 +02002192static int __init parse_amd_iommu_dump(char *str)
2193{
2194 amd_iommu_dump = true;
2195
2196 return 1;
2197}
2198
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002199static int __init parse_amd_iommu_options(char *str)
2200{
2201 for (; *str; ++str) {
Joerg Roedel695b5672008-11-17 15:16:43 +01002202 if (strncmp(str, "fullflush", 9) == 0)
FUJITA Tomonoriafa9fdc2008-09-20 01:23:30 +09002203 amd_iommu_unmap_flush = true;
Joerg Roedela5235722010-05-11 17:12:33 +02002204 if (strncmp(str, "off", 3) == 0)
2205 amd_iommu_disabled = true;
Joerg Roedel5abcdba2011-12-01 15:49:45 +01002206 if (strncmp(str, "force_isolation", 15) == 0)
2207 amd_iommu_force_isolation = true;
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002208 }
2209
2210 return 1;
2211}
2212
Joerg Roedel440e89982013-04-09 16:35:28 +02002213static int __init parse_ivrs_ioapic(char *str)
2214{
2215 unsigned int bus, dev, fn;
2216 int ret, id, i;
2217 u16 devid;
2218
2219 ret = sscanf(str, "[%d]=%x:%x.%x", &id, &bus, &dev, &fn);
2220
2221 if (ret != 4) {
2222 pr_err("AMD-Vi: Invalid command line: ivrs_ioapic%s\n", str);
2223 return 1;
2224 }
2225
2226 if (early_ioapic_map_size == EARLY_MAP_SIZE) {
2227 pr_err("AMD-Vi: Early IOAPIC map overflow - ignoring ivrs_ioapic%s\n",
2228 str);
2229 return 1;
2230 }
2231
2232 devid = ((bus & 0xff) << 8) | ((dev & 0x1f) << 3) | (fn & 0x7);
2233
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002234 cmdline_maps = true;
Joerg Roedel440e89982013-04-09 16:35:28 +02002235 i = early_ioapic_map_size++;
2236 early_ioapic_map[i].id = id;
2237 early_ioapic_map[i].devid = devid;
2238 early_ioapic_map[i].cmd_line = true;
2239
2240 return 1;
2241}
2242
2243static int __init parse_ivrs_hpet(char *str)
2244{
2245 unsigned int bus, dev, fn;
2246 int ret, id, i;
2247 u16 devid;
2248
2249 ret = sscanf(str, "[%d]=%x:%x.%x", &id, &bus, &dev, &fn);
2250
2251 if (ret != 4) {
2252 pr_err("AMD-Vi: Invalid command line: ivrs_hpet%s\n", str);
2253 return 1;
2254 }
2255
2256 if (early_hpet_map_size == EARLY_MAP_SIZE) {
2257 pr_err("AMD-Vi: Early HPET map overflow - ignoring ivrs_hpet%s\n",
2258 str);
2259 return 1;
2260 }
2261
2262 devid = ((bus & 0xff) << 8) | ((dev & 0x1f) << 3) | (fn & 0x7);
2263
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002264 cmdline_maps = true;
Joerg Roedel440e89982013-04-09 16:35:28 +02002265 i = early_hpet_map_size++;
2266 early_hpet_map[i].id = id;
2267 early_hpet_map[i].devid = devid;
2268 early_hpet_map[i].cmd_line = true;
2269
2270 return 1;
2271}
2272
2273__setup("amd_iommu_dump", parse_amd_iommu_dump);
2274__setup("amd_iommu=", parse_amd_iommu_options);
2275__setup("ivrs_ioapic", parse_ivrs_ioapic);
2276__setup("ivrs_hpet", parse_ivrs_hpet);
Konrad Rzeszutek Wilk22e6daf2010-08-26 13:58:03 -04002277
2278IOMMU_INIT_FINISH(amd_iommu_detect,
2279 gart_iommu_hole_init,
Joerg Roedel98f1ad22012-07-06 13:28:37 +02002280 NULL,
2281 NULL);
Joerg Roedel400a28a2011-11-28 15:11:02 +01002282
2283bool amd_iommu_v2_supported(void)
2284{
2285 return amd_iommu_v2_present;
2286}
2287EXPORT_SYMBOL(amd_iommu_v2_supported);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002288
2289/****************************************************************************
2290 *
2291 * IOMMU EFR Performance Counter support functionality. This code allows
2292 * access to the IOMMU PC functionality.
2293 *
2294 ****************************************************************************/
2295
2296u8 amd_iommu_pc_get_max_banks(u16 devid)
2297{
2298 struct amd_iommu *iommu;
2299 u8 ret = 0;
2300
2301 /* locate the iommu governing the devid */
2302 iommu = amd_iommu_rlookup_table[devid];
2303 if (iommu)
2304 ret = iommu->max_banks;
2305
2306 return ret;
2307}
2308EXPORT_SYMBOL(amd_iommu_pc_get_max_banks);
2309
2310bool amd_iommu_pc_supported(void)
2311{
2312 return amd_iommu_pc_present;
2313}
2314EXPORT_SYMBOL(amd_iommu_pc_supported);
2315
2316u8 amd_iommu_pc_get_max_counters(u16 devid)
2317{
2318 struct amd_iommu *iommu;
2319 u8 ret = 0;
2320
2321 /* locate the iommu governing the devid */
2322 iommu = amd_iommu_rlookup_table[devid];
2323 if (iommu)
2324 ret = iommu->max_counters;
2325
2326 return ret;
2327}
2328EXPORT_SYMBOL(amd_iommu_pc_get_max_counters);
2329
2330int amd_iommu_pc_get_set_reg_val(u16 devid, u8 bank, u8 cntr, u8 fxn,
2331 u64 *value, bool is_write)
2332{
2333 struct amd_iommu *iommu;
2334 u32 offset;
2335 u32 max_offset_lim;
2336
2337 /* Make sure the IOMMU PC resource is available */
2338 if (!amd_iommu_pc_present)
2339 return -ENODEV;
2340
2341 /* Locate the iommu associated with the device ID */
2342 iommu = amd_iommu_rlookup_table[devid];
2343
2344 /* Check for valid iommu and pc register indexing */
2345 if (WARN_ON((iommu == NULL) || (fxn > 0x28) || (fxn & 7)))
2346 return -ENODEV;
2347
2348 offset = (u32)(((0x40|bank) << 12) | (cntr << 8) | fxn);
2349
2350 /* Limit the offset to the hw defined mmio region aperture */
2351 max_offset_lim = (u32)(((0x40|iommu->max_banks) << 12) |
2352 (iommu->max_counters << 8) | 0x28);
2353 if ((offset < MMIO_CNTR_REG_OFFSET) ||
2354 (offset > max_offset_lim))
2355 return -EINVAL;
2356
2357 if (is_write) {
2358 writel((u32)*value, iommu->mmio_base + offset);
2359 writel((*value >> 32), iommu->mmio_base + offset + 4);
2360 } else {
2361 *value = readl(iommu->mmio_base + offset + 4);
2362 *value <<= 32;
2363 *value = readl(iommu->mmio_base + offset);
2364 }
2365
2366 return 0;
2367}
2368EXPORT_SYMBOL(amd_iommu_pc_get_set_reg_val);