blob: 2292a6cece76e02e73411935c58f5d35387f60fc [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>
Baoquan He5c87f622016-09-15 16:50:51 +080023#include <linux/bitmap.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090024#include <linux/slab.h>
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +010025#include <linux/syscore_ops.h>
Joerg Roedela80dc3e2008-09-11 16:51:41 +020026#include <linux/interrupt.h>
27#include <linux/msi.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020028#include <linux/amd-iommu.h>
Joerg Roedel400a28a2011-11-28 15:11:02 +010029#include <linux/export.h>
Alex Williamson066f2e92014-06-12 16:12:37 -060030#include <linux/iommu.h>
Lucas Stachebcfa282016-10-26 13:09:53 +020031#include <linux/kmemleak.h>
Joerg Roedel54bd6352017-06-15 10:36:22 +020032#include <linux/crash_dump.h>
Tom Lendacky2543a782017-07-17 16:10:24 -050033#include <linux/mem_encrypt.h>
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020034#include <asm/pci-direct.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090035#include <asm/iommu.h>
Joerg Roedel1d9b16d2008-11-27 18:39:15 +010036#include <asm/gart.h>
FUJITA Tomonoriea1b0d32009-11-10 19:46:15 +090037#include <asm/x86_init.h>
Konrad Rzeszutek Wilk22e6daf2010-08-26 13:58:03 -040038#include <asm/iommu_table.h>
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +020039#include <asm/io_apic.h>
Joerg Roedel6b474b82012-06-26 16:46:04 +020040#include <asm/irq_remapping.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020041
42#include "amd_iommu_proto.h"
43#include "amd_iommu_types.h"
Joerg Roedel05152a02012-06-15 16:53:51 +020044#include "irq_remapping.h"
Joerg Roedel403f81d2011-06-14 16:44:25 +020045
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020046/*
47 * definitions for the ACPI scanning code
48 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020049#define IVRS_HEADER_LENGTH 48
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020050
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -040051#define ACPI_IVHD_TYPE_MAX_SUPPORTED 0x40
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020052#define ACPI_IVMD_TYPE_ALL 0x20
53#define ACPI_IVMD_TYPE 0x21
54#define ACPI_IVMD_TYPE_RANGE 0x22
55
56#define IVHD_DEV_ALL 0x01
57#define IVHD_DEV_SELECT 0x02
58#define IVHD_DEV_SELECT_RANGE_START 0x03
59#define IVHD_DEV_RANGE_END 0x04
60#define IVHD_DEV_ALIAS 0x42
61#define IVHD_DEV_ALIAS_RANGE 0x43
62#define IVHD_DEV_EXT_SELECT 0x46
63#define IVHD_DEV_EXT_SELECT_RANGE 0x47
Joerg Roedel6efed632012-06-14 15:52:58 +020064#define IVHD_DEV_SPECIAL 0x48
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -040065#define IVHD_DEV_ACPI_HID 0xf0
Joerg Roedel6efed632012-06-14 15:52:58 +020066
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -040067#define UID_NOT_PRESENT 0
68#define UID_IS_INTEGER 1
69#define UID_IS_CHARACTER 2
70
Joerg Roedel6efed632012-06-14 15:52:58 +020071#define IVHD_SPECIAL_IOAPIC 1
72#define IVHD_SPECIAL_HPET 2
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020073
Joerg Roedel6da73422009-05-04 11:44:38 +020074#define IVHD_FLAG_HT_TUN_EN_MASK 0x01
75#define IVHD_FLAG_PASSPW_EN_MASK 0x02
76#define IVHD_FLAG_RESPASSPW_EN_MASK 0x04
77#define IVHD_FLAG_ISOC_EN_MASK 0x08
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020078
79#define IVMD_FLAG_EXCL_RANGE 0x08
80#define IVMD_FLAG_UNITY_MAP 0x01
81
82#define ACPI_DEVFLAG_INITPASS 0x01
83#define ACPI_DEVFLAG_EXTINT 0x02
84#define ACPI_DEVFLAG_NMI 0x04
85#define ACPI_DEVFLAG_SYSMGT1 0x10
86#define ACPI_DEVFLAG_SYSMGT2 0x20
87#define ACPI_DEVFLAG_LINT0 0x40
88#define ACPI_DEVFLAG_LINT1 0x80
89#define ACPI_DEVFLAG_ATSDIS 0x10000000
90
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -050091#define LOOP_TIMEOUT 100000
Joerg Roedelb65233a2008-07-11 17:14:21 +020092/*
93 * ACPI table definitions
94 *
95 * These data structures are laid over the table to parse the important values
96 * out of it.
97 */
98
Joerg Roedelb0119e82017-02-01 13:23:08 +010099extern const struct iommu_ops amd_iommu_ops;
100
Joerg Roedelb65233a2008-07-11 17:14:21 +0200101/*
102 * structure describing one IOMMU in the ACPI table. Typically followed by one
103 * or more ivhd_entrys.
104 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200105struct ivhd_header {
106 u8 type;
107 u8 flags;
108 u16 length;
109 u16 devid;
110 u16 cap_ptr;
111 u64 mmio_phys;
112 u16 pci_seg;
113 u16 info;
Suravee Suthikulpanit7d7d38a2016-04-01 09:05:57 -0400114 u32 efr_attr;
115
116 /* Following only valid on IVHD type 11h and 40h */
117 u64 efr_reg; /* Exact copy of MMIO_EXT_FEATURES */
118 u64 res;
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200119} __attribute__((packed));
120
Joerg Roedelb65233a2008-07-11 17:14:21 +0200121/*
122 * A device entry describing which devices a specific IOMMU translates and
123 * which requestor ids they use.
124 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200125struct ivhd_entry {
126 u8 type;
127 u16 devid;
128 u8 flags;
129 u32 ext;
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -0400130 u32 hidh;
131 u64 cid;
132 u8 uidf;
133 u8 uidl;
134 u8 uid;
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200135} __attribute__((packed));
136
Joerg Roedelb65233a2008-07-11 17:14:21 +0200137/*
138 * An AMD IOMMU memory definition structure. It defines things like exclusion
139 * ranges for devices and regions that should be unity mapped.
140 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200141struct ivmd_header {
142 u8 type;
143 u8 flags;
144 u16 length;
145 u16 devid;
146 u16 aux;
147 u64 resv;
148 u64 range_start;
149 u64 range_length;
150} __attribute__((packed));
151
Joerg Roedelfefda112009-05-20 12:21:42 +0200152bool amd_iommu_dump;
Joerg Roedel05152a02012-06-15 16:53:51 +0200153bool amd_iommu_irq_remap __read_mostly;
Joerg Roedelfefda112009-05-20 12:21:42 +0200154
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -0500155int amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_VAPIC;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -0500156
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200157static bool amd_iommu_detected;
Joerg Roedela5235722010-05-11 17:12:33 +0200158static bool __initdata amd_iommu_disabled;
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -0400159static int amd_iommu_target_ivhd_type;
Joerg Roedelc1cbebe2008-07-03 19:35:10 +0200160
Joerg Roedelb65233a2008-07-11 17:14:21 +0200161u16 amd_iommu_last_bdf; /* largest PCI device id we have
162 to handle */
Joerg Roedel2e228472008-07-11 17:14:31 +0200163LIST_HEAD(amd_iommu_unity_map); /* a list of required unity mappings
Joerg Roedelb65233a2008-07-11 17:14:21 +0200164 we find in ACPI */
Viresh Kumar621a5f72015-09-26 15:04:07 -0700165bool amd_iommu_unmap_flush; /* if true, flush on every unmap */
Joerg Roedel928abd22008-06-26 21:27:40 +0200166
Joerg Roedel2e228472008-07-11 17:14:31 +0200167LIST_HEAD(amd_iommu_list); /* list of all AMD IOMMUs in the
Joerg Roedelb65233a2008-07-11 17:14:21 +0200168 system */
169
Joerg Roedelbb527772009-11-20 14:31:51 +0100170/* Array to assign indices to IOMMUs*/
171struct amd_iommu *amd_iommus[MAX_IOMMUS];
Suravee Suthikulpanit6b9376e2017-02-24 02:48:17 -0600172
173/* Number of IOMMUs present in the system */
174static int amd_iommus_present;
Joerg Roedelbb527772009-11-20 14:31:51 +0100175
Joerg Roedel318afd42009-11-23 18:32:38 +0100176/* IOMMUs have a non-present cache? */
177bool amd_iommu_np_cache __read_mostly;
Joerg Roedel60f723b2011-04-05 12:50:24 +0200178bool amd_iommu_iotlb_sup __read_mostly = true;
Joerg Roedel318afd42009-11-23 18:32:38 +0100179
Suravee Suthikulpanita919a012014-03-05 18:54:18 -0600180u32 amd_iommu_max_pasid __read_mostly = ~0;
Joerg Roedel62f71ab2011-11-10 14:41:57 +0100181
Joerg Roedel400a28a2011-11-28 15:11:02 +0100182bool amd_iommu_v2_present __read_mostly;
Joerg Roedel4160cd92015-08-13 11:31:48 +0200183static bool amd_iommu_pc_present __read_mostly;
Joerg Roedel400a28a2011-11-28 15:11:02 +0100184
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100185bool amd_iommu_force_isolation __read_mostly;
186
Joerg Roedelb65233a2008-07-11 17:14:21 +0200187/*
Joerg Roedelaeb26f52009-11-20 16:44:01 +0100188 * List of protection domains - used during resume
189 */
190LIST_HEAD(amd_iommu_pd_list);
191spinlock_t amd_iommu_pd_lock;
192
193/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200194 * Pointer to the device table which is shared by all AMD IOMMUs
195 * it is indexed by the PCI device id or the HT unit id and contains
196 * information about the domain the device belongs to as well as the
197 * page table root pointer.
198 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200199struct dev_table_entry *amd_iommu_dev_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200200
201/*
202 * The alias table is a driver specific data structure which contains the
203 * mappings of the PCI device ids to the actual requestor ids on the IOMMU.
204 * More than one device can share the same requestor id.
205 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200206u16 *amd_iommu_alias_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200207
208/*
209 * The rlookup table is used to find the IOMMU which is responsible
210 * for a specific device. It is also indexed by the PCI device id.
211 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200212struct amd_iommu **amd_iommu_rlookup_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200213
214/*
Joerg Roedel0ea2c422012-06-15 18:05:20 +0200215 * This table is used to find the irq remapping table for a given device id
216 * quickly.
217 */
218struct irq_remap_table **irq_lookup_table;
219
220/*
Frank Arnolddf805ab2012-08-27 19:21:04 +0200221 * AMD IOMMU allows up to 2^16 different protection domains. This is a bitmap
Joerg Roedelb65233a2008-07-11 17:14:21 +0200222 * to know which ones are already in use.
223 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200224unsigned long *amd_iommu_pd_alloc_bitmap;
225
Joerg Roedelb65233a2008-07-11 17:14:21 +0200226static u32 dev_table_size; /* size of the device table */
227static u32 alias_table_size; /* size of the alias table */
228static u32 rlookup_table_size; /* size if the rlookup table */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200229
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200230enum iommu_init_state {
231 IOMMU_START_STATE,
232 IOMMU_IVRS_DETECTED,
233 IOMMU_ACPI_FINISHED,
234 IOMMU_ENABLED,
235 IOMMU_PCI_INIT,
236 IOMMU_INTERRUPTS_EN,
237 IOMMU_DMA_OPS,
238 IOMMU_INITIALIZED,
239 IOMMU_NOT_FOUND,
240 IOMMU_INIT_ERROR,
Joerg Roedel1b1e9422017-06-16 16:09:56 +0200241 IOMMU_CMDLINE_DISABLED,
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200242};
243
Joerg Roedel235dacb2013-04-09 17:53:14 +0200244/* Early ioapic and hpet maps from kernel command line */
245#define EARLY_MAP_SIZE 4
246static struct devid_map __initdata early_ioapic_map[EARLY_MAP_SIZE];
247static struct devid_map __initdata early_hpet_map[EARLY_MAP_SIZE];
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -0400248static struct acpihid_map_entry __initdata early_acpihid_map[EARLY_MAP_SIZE];
249
Joerg Roedel235dacb2013-04-09 17:53:14 +0200250static int __initdata early_ioapic_map_size;
251static int __initdata early_hpet_map_size;
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -0400252static int __initdata early_acpihid_map_size;
253
Joerg Roedeldfbb6d42013-04-09 19:06:18 +0200254static bool __initdata cmdline_maps;
Joerg Roedel235dacb2013-04-09 17:53:14 +0200255
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200256static enum iommu_init_state init_state = IOMMU_START_STATE;
257
Gerard Snitselaarae295142012-03-16 11:38:22 -0700258static int amd_iommu_enable_interrupts(void);
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200259static int __init iommu_go_to_state(enum iommu_init_state state);
Joerg Roedelaafd8ba2015-05-28 18:41:39 +0200260static void init_device_table_dma(void);
Joerg Roedel3d9761e2012-03-15 16:39:21 +0100261
Joerg Roedel208ec8c2008-07-11 17:14:24 +0200262static inline void update_last_devid(u16 devid)
263{
264 if (devid > amd_iommu_last_bdf)
265 amd_iommu_last_bdf = devid;
266}
267
Joerg Roedelc5714842008-07-11 17:14:25 +0200268static inline unsigned long tbl_size(int entry_size)
269{
270 unsigned shift = PAGE_SHIFT +
Neil Turton421f9092009-05-14 14:00:35 +0100271 get_order(((int)amd_iommu_last_bdf + 1) * entry_size);
Joerg Roedelc5714842008-07-11 17:14:25 +0200272
273 return 1UL << shift;
274}
275
Suravee Suthikulpanit6b9376e2017-02-24 02:48:17 -0600276int amd_iommu_get_num_iommus(void)
277{
278 return amd_iommus_present;
279}
280
Matthew Garrett5bcd7572010-10-04 14:59:31 -0400281/* Access to l1 and l2 indexed register spaces */
282
283static u32 iommu_read_l1(struct amd_iommu *iommu, u16 l1, u8 address)
284{
285 u32 val;
286
287 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
288 pci_read_config_dword(iommu->dev, 0xfc, &val);
289 return val;
290}
291
292static void iommu_write_l1(struct amd_iommu *iommu, u16 l1, u8 address, u32 val)
293{
294 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16 | 1 << 31));
295 pci_write_config_dword(iommu->dev, 0xfc, val);
296 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
297}
298
299static u32 iommu_read_l2(struct amd_iommu *iommu, u8 address)
300{
301 u32 val;
302
303 pci_write_config_dword(iommu->dev, 0xf0, address);
304 pci_read_config_dword(iommu->dev, 0xf4, &val);
305 return val;
306}
307
308static void iommu_write_l2(struct amd_iommu *iommu, u8 address, u32 val)
309{
310 pci_write_config_dword(iommu->dev, 0xf0, (address | 1 << 8));
311 pci_write_config_dword(iommu->dev, 0xf4, val);
312}
313
Joerg Roedelb65233a2008-07-11 17:14:21 +0200314/****************************************************************************
315 *
316 * AMD IOMMU MMIO register space handling functions
317 *
318 * These functions are used to program the IOMMU device registers in
319 * MMIO space required for that driver.
320 *
321 ****************************************************************************/
322
323/*
324 * This function set the exclusion range in the IOMMU. DMA accesses to the
325 * exclusion range are passed through untranslated
326 */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200327static void iommu_set_exclusion_range(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200328{
329 u64 start = iommu->exclusion_start & PAGE_MASK;
330 u64 limit = (start + iommu->exclusion_length) & PAGE_MASK;
331 u64 entry;
332
333 if (!iommu->exclusion_start)
334 return;
335
336 entry = start | MMIO_EXCL_ENABLE_MASK;
337 memcpy_toio(iommu->mmio_base + MMIO_EXCL_BASE_OFFSET,
338 &entry, sizeof(entry));
339
340 entry = limit;
341 memcpy_toio(iommu->mmio_base + MMIO_EXCL_LIMIT_OFFSET,
342 &entry, sizeof(entry));
343}
344
Joerg Roedelb65233a2008-07-11 17:14:21 +0200345/* Programs the physical address of the device table into the IOMMU hardware */
Jan Beulich6b7f0002012-03-08 08:58:13 +0000346static void iommu_set_device_table(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200347{
Andreas Herrmannf6098912008-10-16 16:27:36 +0200348 u64 entry;
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200349
350 BUG_ON(iommu->mmio_base == NULL);
351
Tom Lendacky2543a782017-07-17 16:10:24 -0500352 entry = iommu_virt_to_phys(amd_iommu_dev_table);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200353 entry |= (dev_table_size >> 12) - 1;
354 memcpy_toio(iommu->mmio_base + MMIO_DEV_TABLE_OFFSET,
355 &entry, sizeof(entry));
356}
357
Joerg Roedelb65233a2008-07-11 17:14:21 +0200358/* Generic functions to enable/disable certain features of the IOMMU. */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200359static void iommu_feature_enable(struct amd_iommu *iommu, u8 bit)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200360{
361 u32 ctrl;
362
363 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
364 ctrl |= (1 << bit);
365 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
366}
367
Joerg Roedelca0207112009-10-28 18:02:26 +0100368static void iommu_feature_disable(struct amd_iommu *iommu, u8 bit)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200369{
370 u32 ctrl;
371
Joerg Roedel199d0d52008-09-17 16:45:59 +0200372 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200373 ctrl &= ~(1 << bit);
374 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
375}
376
Joerg Roedel1456e9d2011-12-22 14:51:53 +0100377static void iommu_set_inv_tlb_timeout(struct amd_iommu *iommu, int timeout)
378{
379 u32 ctrl;
380
381 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
382 ctrl &= ~CTRL_INV_TO_MASK;
383 ctrl |= (timeout << CONTROL_INV_TIMEOUT) & CTRL_INV_TO_MASK;
384 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
385}
386
Joerg Roedelb65233a2008-07-11 17:14:21 +0200387/* Function to enable the hardware */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200388static void iommu_enable(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200389{
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200390 iommu_feature_enable(iommu, CONTROL_IOMMU_EN);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200391}
392
Joerg Roedel92ac4322009-05-19 19:06:27 +0200393static void iommu_disable(struct amd_iommu *iommu)
Joerg Roedel126c52b2008-09-09 16:47:35 +0200394{
Chris Wrighta8c485b2009-06-15 15:53:45 +0200395 /* Disable command buffer */
396 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
397
398 /* Disable event logging and event interrupts */
399 iommu_feature_disable(iommu, CONTROL_EVT_INT_EN);
400 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN);
401
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -0500402 /* Disable IOMMU GA_LOG */
403 iommu_feature_disable(iommu, CONTROL_GALOG_EN);
404 iommu_feature_disable(iommu, CONTROL_GAINT_EN);
405
Chris Wrighta8c485b2009-06-15 15:53:45 +0200406 /* Disable IOMMU hardware itself */
Joerg Roedel92ac4322009-05-19 19:06:27 +0200407 iommu_feature_disable(iommu, CONTROL_IOMMU_EN);
Joerg Roedel126c52b2008-09-09 16:47:35 +0200408}
409
Joerg Roedelb65233a2008-07-11 17:14:21 +0200410/*
411 * mapping and unmapping functions for the IOMMU MMIO space. Each AMD IOMMU in
412 * the system has one.
413 */
Steven L Kinney30861dd2013-06-05 16:11:48 -0500414static u8 __iomem * __init iommu_map_mmio_space(u64 address, u64 end)
Joerg Roedel6c567472008-06-26 21:27:43 +0200415{
Steven L Kinney30861dd2013-06-05 16:11:48 -0500416 if (!request_mem_region(address, end, "amd_iommu")) {
417 pr_err("AMD-Vi: Can not reserve memory region %llx-%llx for mmio\n",
418 address, end);
Joerg Roedele82752d2010-05-28 14:26:48 +0200419 pr_err("AMD-Vi: This is a BIOS bug. Please contact your hardware vendor\n");
Joerg Roedel6c567472008-06-26 21:27:43 +0200420 return NULL;
Joerg Roedele82752d2010-05-28 14:26:48 +0200421 }
Joerg Roedel6c567472008-06-26 21:27:43 +0200422
Steven L Kinney30861dd2013-06-05 16:11:48 -0500423 return (u8 __iomem *)ioremap_nocache(address, end);
Joerg Roedel6c567472008-06-26 21:27:43 +0200424}
425
426static void __init iommu_unmap_mmio_space(struct amd_iommu *iommu)
427{
428 if (iommu->mmio_base)
429 iounmap(iommu->mmio_base);
Steven L Kinney30861dd2013-06-05 16:11:48 -0500430 release_mem_region(iommu->mmio_phys, iommu->mmio_phys_end);
Joerg Roedel6c567472008-06-26 21:27:43 +0200431}
432
Suravee Suthikulpanitac7ccf62016-04-01 09:05:58 -0400433static inline u32 get_ivhd_header_size(struct ivhd_header *h)
434{
435 u32 size = 0;
436
437 switch (h->type) {
438 case 0x10:
439 size = 24;
440 break;
441 case 0x11:
442 case 0x40:
443 size = 40;
444 break;
445 }
446 return size;
447}
448
Joerg Roedelb65233a2008-07-11 17:14:21 +0200449/****************************************************************************
450 *
451 * The functions below belong to the first pass of AMD IOMMU ACPI table
452 * parsing. In this pass we try to find out the highest device id this
453 * code has to handle. Upon this information the size of the shared data
454 * structures is determined later.
455 *
456 ****************************************************************************/
457
458/*
Joerg Roedelb514e552008-09-17 17:14:27 +0200459 * This function calculates the length of a given IVHD entry
460 */
461static inline int ivhd_entry_length(u8 *ivhd)
462{
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -0400463 u32 type = ((struct ivhd_entry *)ivhd)->type;
464
465 if (type < 0x80) {
466 return 0x04 << (*ivhd >> 6);
467 } else if (type == IVHD_DEV_ACPI_HID) {
468 /* For ACPI_HID, offset 21 is uid len */
469 return *((u8 *)ivhd + 21) + 22;
470 }
471 return 0;
Joerg Roedelb514e552008-09-17 17:14:27 +0200472}
473
474/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200475 * After reading the highest device id from the IOMMU PCI capability header
476 * this function looks if there is a higher device id defined in the ACPI table
477 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200478static int __init find_last_devid_from_ivhd(struct ivhd_header *h)
479{
480 u8 *p = (void *)h, *end = (void *)h;
481 struct ivhd_entry *dev;
482
Suravee Suthikulpanitac7ccf62016-04-01 09:05:58 -0400483 u32 ivhd_size = get_ivhd_header_size(h);
484
485 if (!ivhd_size) {
486 pr_err("AMD-Vi: Unsupported IVHD type %#x\n", h->type);
487 return -EINVAL;
488 }
489
490 p += ivhd_size;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200491 end += h->length;
492
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200493 while (p < end) {
494 dev = (struct ivhd_entry *)p;
495 switch (dev->type) {
Joerg Roedeld1259412015-10-20 17:33:43 +0200496 case IVHD_DEV_ALL:
497 /* Use maximum BDF value for DEV_ALL */
498 update_last_devid(0xffff);
499 break;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200500 case IVHD_DEV_SELECT:
501 case IVHD_DEV_RANGE_END:
502 case IVHD_DEV_ALIAS:
503 case IVHD_DEV_EXT_SELECT:
Joerg Roedelb65233a2008-07-11 17:14:21 +0200504 /* all the above subfield types refer to device ids */
Joerg Roedel208ec8c2008-07-11 17:14:24 +0200505 update_last_devid(dev->devid);
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200506 break;
507 default:
508 break;
509 }
Joerg Roedelb514e552008-09-17 17:14:27 +0200510 p += ivhd_entry_length(p);
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200511 }
512
513 WARN_ON(p != end);
514
515 return 0;
516}
517
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -0400518static int __init check_ivrs_checksum(struct acpi_table_header *table)
519{
520 int i;
521 u8 checksum = 0, *p = (u8 *)table;
522
523 for (i = 0; i < table->length; ++i)
524 checksum += p[i];
525 if (checksum != 0) {
526 /* ACPI table corrupt */
527 pr_err(FW_BUG "AMD-Vi: IVRS invalid checksum\n");
528 return -ENODEV;
529 }
530
531 return 0;
532}
533
Joerg Roedelb65233a2008-07-11 17:14:21 +0200534/*
535 * Iterate over all IVHD entries in the ACPI table and find the highest device
536 * id which we need to handle. This is the first of three functions which parse
537 * the ACPI table. So we check the checksum here.
538 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200539static int __init find_last_devid_acpi(struct acpi_table_header *table)
540{
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -0400541 u8 *p = (u8 *)table, *end = (u8 *)table;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200542 struct ivhd_header *h;
543
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200544 p += IVRS_HEADER_LENGTH;
545
546 end += table->length;
547 while (p < end) {
548 h = (struct ivhd_header *)p;
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -0400549 if (h->type == amd_iommu_target_ivhd_type) {
550 int ret = find_last_devid_from_ivhd(h);
551
552 if (ret)
553 return ret;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200554 }
555 p += h->length;
556 }
557 WARN_ON(p != end);
558
559 return 0;
560}
561
Joerg Roedelb65233a2008-07-11 17:14:21 +0200562/****************************************************************************
563 *
Frank Arnolddf805ab2012-08-27 19:21:04 +0200564 * The following functions belong to the code path which parses the ACPI table
Joerg Roedelb65233a2008-07-11 17:14:21 +0200565 * the second time. In this ACPI parsing iteration we allocate IOMMU specific
566 * data structures, initialize the device/alias/rlookup table and also
567 * basically initialize the hardware.
568 *
569 ****************************************************************************/
570
571/*
572 * Allocates the command buffer. This buffer is per AMD IOMMU. We can
573 * write commands to that buffer later and the IOMMU will execute them
574 * asynchronously
575 */
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200576static int __init alloc_command_buffer(struct amd_iommu *iommu)
Joerg Roedelb36ca912008-06-26 21:27:45 +0200577{
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200578 iommu->cmd_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
579 get_order(CMD_BUFFER_SIZE));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200580
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200581 return iommu->cmd_buf ? 0 : -ENOMEM;
Joerg Roedel58492e12009-05-04 18:41:16 +0200582}
583
584/*
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200585 * This function resets the command buffer if the IOMMU stopped fetching
586 * commands from it.
587 */
588void amd_iommu_reset_cmd_buffer(struct amd_iommu *iommu)
589{
590 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
591
592 writel(0x00, iommu->mmio_base + MMIO_CMD_HEAD_OFFSET);
593 writel(0x00, iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
Tom Lendackyd334a562017-06-05 14:52:12 -0500594 iommu->cmd_buf_head = 0;
595 iommu->cmd_buf_tail = 0;
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200596
597 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN);
598}
599
600/*
Joerg Roedel58492e12009-05-04 18:41:16 +0200601 * This function writes the command buffer address to the hardware and
602 * enables it.
603 */
604static void iommu_enable_command_buffer(struct amd_iommu *iommu)
605{
606 u64 entry;
607
608 BUG_ON(iommu->cmd_buf == NULL);
609
Tom Lendacky2543a782017-07-17 16:10:24 -0500610 entry = iommu_virt_to_phys(iommu->cmd_buf);
Joerg Roedelb36ca912008-06-26 21:27:45 +0200611 entry |= MMIO_CMD_SIZE_512;
Joerg Roedel58492e12009-05-04 18:41:16 +0200612
Joerg Roedelb36ca912008-06-26 21:27:45 +0200613 memcpy_toio(iommu->mmio_base + MMIO_CMD_BUF_OFFSET,
Joerg Roedel58492e12009-05-04 18:41:16 +0200614 &entry, sizeof(entry));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200615
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200616 amd_iommu_reset_cmd_buffer(iommu);
Joerg Roedelb36ca912008-06-26 21:27:45 +0200617}
618
619static void __init free_command_buffer(struct amd_iommu *iommu)
620{
Joerg Roedeldeba4bc2015-10-20 17:33:41 +0200621 free_pages((unsigned long)iommu->cmd_buf, get_order(CMD_BUFFER_SIZE));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200622}
623
Joerg Roedel335503e2008-09-05 14:29:07 +0200624/* allocates the memory where the IOMMU will log its events to */
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200625static int __init alloc_event_buffer(struct amd_iommu *iommu)
Joerg Roedel335503e2008-09-05 14:29:07 +0200626{
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200627 iommu->evt_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
628 get_order(EVT_BUFFER_SIZE));
Joerg Roedel335503e2008-09-05 14:29:07 +0200629
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200630 return iommu->evt_buf ? 0 : -ENOMEM;
Joerg Roedel58492e12009-05-04 18:41:16 +0200631}
632
633static void iommu_enable_event_buffer(struct amd_iommu *iommu)
634{
635 u64 entry;
636
637 BUG_ON(iommu->evt_buf == NULL);
638
Tom Lendacky2543a782017-07-17 16:10:24 -0500639 entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
Joerg Roedel58492e12009-05-04 18:41:16 +0200640
Joerg Roedel335503e2008-09-05 14:29:07 +0200641 memcpy_toio(iommu->mmio_base + MMIO_EVT_BUF_OFFSET,
642 &entry, sizeof(entry));
643
Joerg Roedel090672072009-06-15 16:06:48 +0200644 /* set head and tail to zero manually */
645 writel(0x00, iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
646 writel(0x00, iommu->mmio_base + MMIO_EVT_TAIL_OFFSET);
647
Joerg Roedel58492e12009-05-04 18:41:16 +0200648 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN);
Joerg Roedel335503e2008-09-05 14:29:07 +0200649}
650
651static void __init free_event_buffer(struct amd_iommu *iommu)
652{
653 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE));
654}
655
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100656/* allocates the memory where the IOMMU will log its events to */
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200657static int __init alloc_ppr_log(struct amd_iommu *iommu)
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100658{
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200659 iommu->ppr_log = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
660 get_order(PPR_LOG_SIZE));
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100661
Joerg Roedelf2c2db52015-10-20 17:33:42 +0200662 return iommu->ppr_log ? 0 : -ENOMEM;
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100663}
664
665static void iommu_enable_ppr_log(struct amd_iommu *iommu)
666{
667 u64 entry;
668
669 if (iommu->ppr_log == NULL)
670 return;
671
Tom Lendacky2543a782017-07-17 16:10:24 -0500672 entry = iommu_virt_to_phys(iommu->ppr_log) | PPR_LOG_SIZE_512;
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100673
674 memcpy_toio(iommu->mmio_base + MMIO_PPR_LOG_OFFSET,
675 &entry, sizeof(entry));
676
677 /* set head and tail to zero manually */
678 writel(0x00, iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
679 writel(0x00, iommu->mmio_base + MMIO_PPR_TAIL_OFFSET);
680
681 iommu_feature_enable(iommu, CONTROL_PPFLOG_EN);
682 iommu_feature_enable(iommu, CONTROL_PPR_EN);
683}
684
685static void __init free_ppr_log(struct amd_iommu *iommu)
686{
687 if (iommu->ppr_log == NULL)
688 return;
689
690 free_pages((unsigned long)iommu->ppr_log, get_order(PPR_LOG_SIZE));
691}
692
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -0500693static void free_ga_log(struct amd_iommu *iommu)
694{
695#ifdef CONFIG_IRQ_REMAP
696 if (iommu->ga_log)
697 free_pages((unsigned long)iommu->ga_log,
698 get_order(GA_LOG_SIZE));
699 if (iommu->ga_log_tail)
700 free_pages((unsigned long)iommu->ga_log_tail,
701 get_order(8));
702#endif
703}
704
705static int iommu_ga_log_enable(struct amd_iommu *iommu)
706{
707#ifdef CONFIG_IRQ_REMAP
708 u32 status, i;
709
710 if (!iommu->ga_log)
711 return -EINVAL;
712
713 status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET);
714
715 /* Check if already running */
716 if (status & (MMIO_STATUS_GALOG_RUN_MASK))
717 return 0;
718
719 iommu_feature_enable(iommu, CONTROL_GAINT_EN);
720 iommu_feature_enable(iommu, CONTROL_GALOG_EN);
721
722 for (i = 0; i < LOOP_TIMEOUT; ++i) {
723 status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET);
724 if (status & (MMIO_STATUS_GALOG_RUN_MASK))
725 break;
726 }
727
728 if (i >= LOOP_TIMEOUT)
729 return -EINVAL;
730#endif /* CONFIG_IRQ_REMAP */
731 return 0;
732}
733
734#ifdef CONFIG_IRQ_REMAP
735static int iommu_init_ga_log(struct amd_iommu *iommu)
736{
737 u64 entry;
738
739 if (!AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir))
740 return 0;
741
742 iommu->ga_log = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
743 get_order(GA_LOG_SIZE));
744 if (!iommu->ga_log)
745 goto err_out;
746
747 iommu->ga_log_tail = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
748 get_order(8));
749 if (!iommu->ga_log_tail)
750 goto err_out;
751
Tom Lendacky2543a782017-07-17 16:10:24 -0500752 entry = iommu_virt_to_phys(iommu->ga_log) | GA_LOG_SIZE_512;
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -0500753 memcpy_toio(iommu->mmio_base + MMIO_GA_LOG_BASE_OFFSET,
754 &entry, sizeof(entry));
Tom Lendacky2543a782017-07-17 16:10:24 -0500755 entry = (iommu_virt_to_phys(iommu->ga_log) & 0xFFFFFFFFFFFFFULL) & ~7ULL;
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -0500756 memcpy_toio(iommu->mmio_base + MMIO_GA_LOG_TAIL_OFFSET,
757 &entry, sizeof(entry));
758 writel(0x00, iommu->mmio_base + MMIO_GA_HEAD_OFFSET);
759 writel(0x00, iommu->mmio_base + MMIO_GA_TAIL_OFFSET);
760
761 return 0;
762err_out:
763 free_ga_log(iommu);
764 return -EINVAL;
765}
766#endif /* CONFIG_IRQ_REMAP */
767
768static int iommu_init_ga(struct amd_iommu *iommu)
769{
770 int ret = 0;
771
772#ifdef CONFIG_IRQ_REMAP
773 /* Note: We have already checked GASup from IVRS table.
774 * Now, we need to make sure that GAMSup is set.
775 */
776 if (AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir) &&
777 !iommu_feature(iommu, FEATURE_GAM_VAPIC))
778 amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_LEGACY_GA;
779
780 ret = iommu_init_ga_log(iommu);
781#endif /* CONFIG_IRQ_REMAP */
782
783 return ret;
784}
785
Joerg Roedelcbc33a92011-11-25 11:41:31 +0100786static void iommu_enable_gt(struct amd_iommu *iommu)
787{
788 if (!iommu_feature(iommu, FEATURE_GT))
789 return;
790
791 iommu_feature_enable(iommu, CONTROL_GT_EN);
792}
793
Joerg Roedelb65233a2008-07-11 17:14:21 +0200794/* sets a specific bit in the device table entry. */
Joerg Roedel3566b772008-06-26 21:27:46 +0200795static void set_dev_entry_bit(u16 devid, u8 bit)
796{
Joerg Roedelee6c2862011-11-09 12:06:03 +0100797 int i = (bit >> 6) & 0x03;
798 int _bit = bit & 0x3f;
Joerg Roedel3566b772008-06-26 21:27:46 +0200799
Joerg Roedelee6c2862011-11-09 12:06:03 +0100800 amd_iommu_dev_table[devid].data[i] |= (1UL << _bit);
Joerg Roedel3566b772008-06-26 21:27:46 +0200801}
802
Joerg Roedelc5cca142009-10-09 18:31:20 +0200803static int get_dev_entry_bit(u16 devid, u8 bit)
804{
Joerg Roedelee6c2862011-11-09 12:06:03 +0100805 int i = (bit >> 6) & 0x03;
806 int _bit = bit & 0x3f;
Joerg Roedelc5cca142009-10-09 18:31:20 +0200807
Joerg Roedelee6c2862011-11-09 12:06:03 +0100808 return (amd_iommu_dev_table[devid].data[i] & (1UL << _bit)) >> _bit;
Joerg Roedelc5cca142009-10-09 18:31:20 +0200809}
810
811
812void amd_iommu_apply_erratum_63(u16 devid)
813{
814 int sysmgt;
815
816 sysmgt = get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1) |
817 (get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2) << 1);
818
819 if (sysmgt == 0x01)
820 set_dev_entry_bit(devid, DEV_ENTRY_IW);
821}
822
Joerg Roedel5ff47892008-07-14 20:11:18 +0200823/* Writes the specific IOMMU for a device into the rlookup table */
824static void __init set_iommu_for_device(struct amd_iommu *iommu, u16 devid)
825{
826 amd_iommu_rlookup_table[devid] = iommu;
827}
828
Joerg Roedelb65233a2008-07-11 17:14:21 +0200829/*
830 * This function takes the device specific flags read from the ACPI
831 * table and sets up the device table entry with that information
832 */
Joerg Roedel5ff47892008-07-14 20:11:18 +0200833static void __init set_dev_entry_from_acpi(struct amd_iommu *iommu,
834 u16 devid, u32 flags, u32 ext_flags)
Joerg Roedel3566b772008-06-26 21:27:46 +0200835{
836 if (flags & ACPI_DEVFLAG_INITPASS)
837 set_dev_entry_bit(devid, DEV_ENTRY_INIT_PASS);
838 if (flags & ACPI_DEVFLAG_EXTINT)
839 set_dev_entry_bit(devid, DEV_ENTRY_EINT_PASS);
840 if (flags & ACPI_DEVFLAG_NMI)
841 set_dev_entry_bit(devid, DEV_ENTRY_NMI_PASS);
842 if (flags & ACPI_DEVFLAG_SYSMGT1)
843 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1);
844 if (flags & ACPI_DEVFLAG_SYSMGT2)
845 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2);
846 if (flags & ACPI_DEVFLAG_LINT0)
847 set_dev_entry_bit(devid, DEV_ENTRY_LINT0_PASS);
848 if (flags & ACPI_DEVFLAG_LINT1)
849 set_dev_entry_bit(devid, DEV_ENTRY_LINT1_PASS);
Joerg Roedel3566b772008-06-26 21:27:46 +0200850
Joerg Roedelc5cca142009-10-09 18:31:20 +0200851 amd_iommu_apply_erratum_63(devid);
852
Joerg Roedel5ff47892008-07-14 20:11:18 +0200853 set_iommu_for_device(iommu, devid);
Joerg Roedel3566b772008-06-26 21:27:46 +0200854}
855
Joerg Roedelc50e3242014-09-09 15:59:37 +0200856static int __init add_special_device(u8 type, u8 id, u16 *devid, bool cmd_line)
Joerg Roedel6efed632012-06-14 15:52:58 +0200857{
858 struct devid_map *entry;
859 struct list_head *list;
860
Joerg Roedel31cff672013-04-09 16:53:58 +0200861 if (type == IVHD_SPECIAL_IOAPIC)
862 list = &ioapic_map;
863 else if (type == IVHD_SPECIAL_HPET)
864 list = &hpet_map;
865 else
Joerg Roedel6efed632012-06-14 15:52:58 +0200866 return -EINVAL;
867
Joerg Roedel31cff672013-04-09 16:53:58 +0200868 list_for_each_entry(entry, list, list) {
869 if (!(entry->id == id && entry->cmd_line))
870 continue;
871
872 pr_info("AMD-Vi: Command-line override present for %s id %d - ignoring\n",
873 type == IVHD_SPECIAL_IOAPIC ? "IOAPIC" : "HPET", id);
874
Joerg Roedelc50e3242014-09-09 15:59:37 +0200875 *devid = entry->devid;
876
Joerg Roedel31cff672013-04-09 16:53:58 +0200877 return 0;
878 }
879
Joerg Roedel6efed632012-06-14 15:52:58 +0200880 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
881 if (!entry)
882 return -ENOMEM;
883
Joerg Roedel31cff672013-04-09 16:53:58 +0200884 entry->id = id;
Joerg Roedelc50e3242014-09-09 15:59:37 +0200885 entry->devid = *devid;
Joerg Roedel31cff672013-04-09 16:53:58 +0200886 entry->cmd_line = cmd_line;
Joerg Roedel6efed632012-06-14 15:52:58 +0200887
888 list_add_tail(&entry->list, list);
889
890 return 0;
891}
892
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -0400893static int __init add_acpi_hid_device(u8 *hid, u8 *uid, u16 *devid,
894 bool cmd_line)
895{
896 struct acpihid_map_entry *entry;
897 struct list_head *list = &acpihid_map;
898
899 list_for_each_entry(entry, list, list) {
900 if (strcmp(entry->hid, hid) ||
901 (*uid && *entry->uid && strcmp(entry->uid, uid)) ||
902 !entry->cmd_line)
903 continue;
904
905 pr_info("AMD-Vi: Command-line override for hid:%s uid:%s\n",
906 hid, uid);
907 *devid = entry->devid;
908 return 0;
909 }
910
911 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
912 if (!entry)
913 return -ENOMEM;
914
915 memcpy(entry->uid, uid, strlen(uid));
916 memcpy(entry->hid, hid, strlen(hid));
917 entry->devid = *devid;
918 entry->cmd_line = cmd_line;
919 entry->root_devid = (entry->devid & (~0x7));
920
921 pr_info("AMD-Vi:%s, add hid:%s, uid:%s, rdevid:%d\n",
922 entry->cmd_line ? "cmd" : "ivrs",
923 entry->hid, entry->uid, entry->root_devid);
924
925 list_add_tail(&entry->list, list);
926 return 0;
927}
928
Joerg Roedel235dacb2013-04-09 17:53:14 +0200929static int __init add_early_maps(void)
930{
931 int i, ret;
932
933 for (i = 0; i < early_ioapic_map_size; ++i) {
934 ret = add_special_device(IVHD_SPECIAL_IOAPIC,
935 early_ioapic_map[i].id,
Joerg Roedelc50e3242014-09-09 15:59:37 +0200936 &early_ioapic_map[i].devid,
Joerg Roedel235dacb2013-04-09 17:53:14 +0200937 early_ioapic_map[i].cmd_line);
938 if (ret)
939 return ret;
940 }
941
942 for (i = 0; i < early_hpet_map_size; ++i) {
943 ret = add_special_device(IVHD_SPECIAL_HPET,
944 early_hpet_map[i].id,
Joerg Roedelc50e3242014-09-09 15:59:37 +0200945 &early_hpet_map[i].devid,
Joerg Roedel235dacb2013-04-09 17:53:14 +0200946 early_hpet_map[i].cmd_line);
947 if (ret)
948 return ret;
949 }
950
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -0400951 for (i = 0; i < early_acpihid_map_size; ++i) {
952 ret = add_acpi_hid_device(early_acpihid_map[i].hid,
953 early_acpihid_map[i].uid,
954 &early_acpihid_map[i].devid,
955 early_acpihid_map[i].cmd_line);
956 if (ret)
957 return ret;
958 }
959
Joerg Roedel235dacb2013-04-09 17:53:14 +0200960 return 0;
961}
962
Joerg Roedelb65233a2008-07-11 17:14:21 +0200963/*
Frank Arnolddf805ab2012-08-27 19:21:04 +0200964 * Reads the device exclusion range from ACPI and initializes the IOMMU with
Joerg Roedelb65233a2008-07-11 17:14:21 +0200965 * it
966 */
Joerg Roedel3566b772008-06-26 21:27:46 +0200967static void __init set_device_exclusion_range(u16 devid, struct ivmd_header *m)
968{
969 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
970
971 if (!(m->flags & IVMD_FLAG_EXCL_RANGE))
972 return;
973
974 if (iommu) {
Joerg Roedelb65233a2008-07-11 17:14:21 +0200975 /*
976 * We only can configure exclusion ranges per IOMMU, not
977 * per device. But we can enable the exclusion range per
978 * device. This is done here
979 */
Su Friendy2c16c9f2014-05-07 13:54:52 +0800980 set_dev_entry_bit(devid, DEV_ENTRY_EX);
Joerg Roedel3566b772008-06-26 21:27:46 +0200981 iommu->exclusion_start = m->range_start;
982 iommu->exclusion_length = m->range_length;
983 }
984}
985
Joerg Roedelb65233a2008-07-11 17:14:21 +0200986/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200987 * Takes a pointer to an AMD IOMMU entry in the ACPI table and
988 * initializes the hardware and our data structures with it.
989 */
Joerg Roedel6efed632012-06-14 15:52:58 +0200990static int __init init_iommu_from_acpi(struct amd_iommu *iommu,
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200991 struct ivhd_header *h)
992{
993 u8 *p = (u8 *)h;
994 u8 *end = p, flags = 0;
Joerg Roedel0de66d52011-06-06 16:04:02 +0200995 u16 devid = 0, devid_start = 0, devid_to = 0;
996 u32 dev_i, ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200997 bool alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200998 struct ivhd_entry *e;
Suravee Suthikulpanitac7ccf62016-04-01 09:05:58 -0400999 u32 ivhd_size;
Joerg Roedel235dacb2013-04-09 17:53:14 +02001000 int ret;
1001
1002
1003 ret = add_early_maps();
1004 if (ret)
1005 return ret;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001006
1007 /*
Joerg Roedele9bf5192010-09-20 14:33:07 +02001008 * First save the recommended feature enable bits from ACPI
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001009 */
Joerg Roedele9bf5192010-09-20 14:33:07 +02001010 iommu->acpi_flags = h->flags;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001011
1012 /*
1013 * Done. Now parse the device entries
1014 */
Suravee Suthikulpanitac7ccf62016-04-01 09:05:58 -04001015 ivhd_size = get_ivhd_header_size(h);
1016 if (!ivhd_size) {
1017 pr_err("AMD-Vi: Unsupported IVHD type %#x\n", h->type);
1018 return -EINVAL;
1019 }
1020
1021 p += ivhd_size;
1022
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001023 end += h->length;
1024
Joerg Roedel42a698f2009-05-20 15:41:28 +02001025
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001026 while (p < end) {
1027 e = (struct ivhd_entry *)p;
1028 switch (e->type) {
1029 case IVHD_DEV_ALL:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001030
Joerg Roedel226e8892015-10-20 17:33:44 +02001031 DUMP_printk(" DEV_ALL\t\t\tflags: %02x\n", e->flags);
Joerg Roedel42a698f2009-05-20 15:41:28 +02001032
Joerg Roedel226e8892015-10-20 17:33:44 +02001033 for (dev_i = 0; dev_i <= amd_iommu_last_bdf; ++dev_i)
1034 set_dev_entry_from_acpi(iommu, dev_i, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001035 break;
1036 case IVHD_DEV_SELECT:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001037
1038 DUMP_printk(" DEV_SELECT\t\t\t devid: %02x:%02x.%x "
1039 "flags: %02x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001040 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001041 PCI_SLOT(e->devid),
1042 PCI_FUNC(e->devid),
1043 e->flags);
1044
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001045 devid = e->devid;
Joerg Roedel5ff47892008-07-14 20:11:18 +02001046 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001047 break;
1048 case IVHD_DEV_SELECT_RANGE_START:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001049
1050 DUMP_printk(" DEV_SELECT_RANGE_START\t "
1051 "devid: %02x:%02x.%x flags: %02x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001052 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001053 PCI_SLOT(e->devid),
1054 PCI_FUNC(e->devid),
1055 e->flags);
1056
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001057 devid_start = e->devid;
1058 flags = e->flags;
1059 ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +02001060 alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001061 break;
1062 case IVHD_DEV_ALIAS:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001063
1064 DUMP_printk(" DEV_ALIAS\t\t\t devid: %02x:%02x.%x "
1065 "flags: %02x devid_to: %02x:%02x.%x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001066 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001067 PCI_SLOT(e->devid),
1068 PCI_FUNC(e->devid),
1069 e->flags,
Shuah Khanc5081cd2013-02-27 17:07:19 -07001070 PCI_BUS_NUM(e->ext >> 8),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001071 PCI_SLOT(e->ext >> 8),
1072 PCI_FUNC(e->ext >> 8));
1073
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001074 devid = e->devid;
1075 devid_to = e->ext >> 8;
Joerg Roedel7a6a3a02009-07-02 12:23:23 +02001076 set_dev_entry_from_acpi(iommu, devid , e->flags, 0);
Neil Turton7455aab2009-05-14 14:08:11 +01001077 set_dev_entry_from_acpi(iommu, devid_to, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001078 amd_iommu_alias_table[devid] = devid_to;
1079 break;
1080 case IVHD_DEV_ALIAS_RANGE:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001081
1082 DUMP_printk(" DEV_ALIAS_RANGE\t\t "
1083 "devid: %02x:%02x.%x flags: %02x "
1084 "devid_to: %02x:%02x.%x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001085 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001086 PCI_SLOT(e->devid),
1087 PCI_FUNC(e->devid),
1088 e->flags,
Shuah Khanc5081cd2013-02-27 17:07:19 -07001089 PCI_BUS_NUM(e->ext >> 8),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001090 PCI_SLOT(e->ext >> 8),
1091 PCI_FUNC(e->ext >> 8));
1092
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001093 devid_start = e->devid;
1094 flags = e->flags;
1095 devid_to = e->ext >> 8;
1096 ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +02001097 alias = true;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001098 break;
1099 case IVHD_DEV_EXT_SELECT:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001100
1101 DUMP_printk(" DEV_EXT_SELECT\t\t devid: %02x:%02x.%x "
1102 "flags: %02x ext: %08x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001103 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001104 PCI_SLOT(e->devid),
1105 PCI_FUNC(e->devid),
1106 e->flags, e->ext);
1107
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001108 devid = e->devid;
Joerg Roedel5ff47892008-07-14 20:11:18 +02001109 set_dev_entry_from_acpi(iommu, devid, e->flags,
1110 e->ext);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001111 break;
1112 case IVHD_DEV_EXT_SELECT_RANGE:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001113
1114 DUMP_printk(" DEV_EXT_SELECT_RANGE\t devid: "
1115 "%02x:%02x.%x flags: %02x ext: %08x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001116 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001117 PCI_SLOT(e->devid),
1118 PCI_FUNC(e->devid),
1119 e->flags, e->ext);
1120
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001121 devid_start = e->devid;
1122 flags = e->flags;
1123 ext_flags = e->ext;
Joerg Roedel58a3bee2008-07-11 17:14:30 +02001124 alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001125 break;
1126 case IVHD_DEV_RANGE_END:
Joerg Roedel42a698f2009-05-20 15:41:28 +02001127
1128 DUMP_printk(" DEV_RANGE_END\t\t devid: %02x:%02x.%x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001129 PCI_BUS_NUM(e->devid),
Joerg Roedel42a698f2009-05-20 15:41:28 +02001130 PCI_SLOT(e->devid),
1131 PCI_FUNC(e->devid));
1132
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001133 devid = e->devid;
1134 for (dev_i = devid_start; dev_i <= devid; ++dev_i) {
Joerg Roedel7a6a3a02009-07-02 12:23:23 +02001135 if (alias) {
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001136 amd_iommu_alias_table[dev_i] = devid_to;
Joerg Roedel7a6a3a02009-07-02 12:23:23 +02001137 set_dev_entry_from_acpi(iommu,
1138 devid_to, flags, ext_flags);
1139 }
1140 set_dev_entry_from_acpi(iommu, dev_i,
1141 flags, ext_flags);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001142 }
1143 break;
Joerg Roedel6efed632012-06-14 15:52:58 +02001144 case IVHD_DEV_SPECIAL: {
1145 u8 handle, type;
1146 const char *var;
1147 u16 devid;
1148 int ret;
1149
1150 handle = e->ext & 0xff;
1151 devid = (e->ext >> 8) & 0xffff;
1152 type = (e->ext >> 24) & 0xff;
1153
1154 if (type == IVHD_SPECIAL_IOAPIC)
1155 var = "IOAPIC";
1156 else if (type == IVHD_SPECIAL_HPET)
1157 var = "HPET";
1158 else
1159 var = "UNKNOWN";
1160
1161 DUMP_printk(" DEV_SPECIAL(%s[%d])\t\tdevid: %02x:%02x.%x\n",
1162 var, (int)handle,
Shuah Khanc5081cd2013-02-27 17:07:19 -07001163 PCI_BUS_NUM(devid),
Joerg Roedel6efed632012-06-14 15:52:58 +02001164 PCI_SLOT(devid),
1165 PCI_FUNC(devid));
1166
Joerg Roedelc50e3242014-09-09 15:59:37 +02001167 ret = add_special_device(type, handle, &devid, false);
Joerg Roedel6efed632012-06-14 15:52:58 +02001168 if (ret)
1169 return ret;
Joerg Roedelc50e3242014-09-09 15:59:37 +02001170
1171 /*
1172 * add_special_device might update the devid in case a
1173 * command-line override is present. So call
1174 * set_dev_entry_from_acpi after add_special_device.
1175 */
1176 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
1177
Joerg Roedel6efed632012-06-14 15:52:58 +02001178 break;
1179 }
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -04001180 case IVHD_DEV_ACPI_HID: {
1181 u16 devid;
1182 u8 hid[ACPIHID_HID_LEN] = {0};
1183 u8 uid[ACPIHID_UID_LEN] = {0};
1184 int ret;
1185
1186 if (h->type != 0x40) {
1187 pr_err(FW_BUG "Invalid IVHD device type %#x\n",
1188 e->type);
1189 break;
1190 }
1191
1192 memcpy(hid, (u8 *)(&e->ext), ACPIHID_HID_LEN - 1);
1193 hid[ACPIHID_HID_LEN - 1] = '\0';
1194
1195 if (!(*hid)) {
1196 pr_err(FW_BUG "Invalid HID.\n");
1197 break;
1198 }
1199
1200 switch (e->uidf) {
1201 case UID_NOT_PRESENT:
1202
1203 if (e->uidl != 0)
1204 pr_warn(FW_BUG "Invalid UID length.\n");
1205
1206 break;
1207 case UID_IS_INTEGER:
1208
1209 sprintf(uid, "%d", e->uid);
1210
1211 break;
1212 case UID_IS_CHARACTER:
1213
1214 memcpy(uid, (u8 *)(&e->uid), ACPIHID_UID_LEN - 1);
1215 uid[ACPIHID_UID_LEN - 1] = '\0';
1216
1217 break;
1218 default:
1219 break;
1220 }
1221
Nicolas Iooss6082ee72016-06-26 10:33:29 +02001222 devid = e->devid;
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -04001223 DUMP_printk(" DEV_ACPI_HID(%s[%s])\t\tdevid: %02x:%02x.%x\n",
1224 hid, uid,
1225 PCI_BUS_NUM(devid),
1226 PCI_SLOT(devid),
1227 PCI_FUNC(devid));
1228
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -04001229 flags = e->flags;
1230
1231 ret = add_acpi_hid_device(hid, uid, &devid, false);
1232 if (ret)
1233 return ret;
1234
1235 /*
1236 * add_special_device might update the devid in case a
1237 * command-line override is present. So call
1238 * set_dev_entry_from_acpi after add_special_device.
1239 */
1240 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
1241
1242 break;
1243 }
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001244 default:
1245 break;
1246 }
1247
Joerg Roedelb514e552008-09-17 17:14:27 +02001248 p += ivhd_entry_length(p);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001249 }
Joerg Roedel6efed632012-06-14 15:52:58 +02001250
1251 return 0;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +02001252}
1253
Joerg Roedele47d4022008-06-26 21:27:48 +02001254static void __init free_iommu_one(struct amd_iommu *iommu)
1255{
1256 free_command_buffer(iommu);
Joerg Roedel335503e2008-09-05 14:29:07 +02001257 free_event_buffer(iommu);
Joerg Roedel1a29ac02011-11-10 15:41:40 +01001258 free_ppr_log(iommu);
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -05001259 free_ga_log(iommu);
Joerg Roedele47d4022008-06-26 21:27:48 +02001260 iommu_unmap_mmio_space(iommu);
1261}
1262
1263static void __init free_iommu_all(void)
1264{
1265 struct amd_iommu *iommu, *next;
1266
Joerg Roedel3bd22172009-05-04 15:06:20 +02001267 for_each_iommu_safe(iommu, next) {
Joerg Roedele47d4022008-06-26 21:27:48 +02001268 list_del(&iommu->list);
1269 free_iommu_one(iommu);
1270 kfree(iommu);
1271 }
1272}
1273
Joerg Roedelb65233a2008-07-11 17:14:21 +02001274/*
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001275 * Family15h Model 10h-1fh erratum 746 (IOMMU Logging May Stall Translations)
1276 * Workaround:
1277 * BIOS should disable L2B micellaneous clock gating by setting
1278 * L2_L2B_CK_GATE_CONTROL[CKGateL2BMiscDisable](D0F2xF4_x90[2]) = 1b
1279 */
Nikola Pajkovskye2f1a3b2013-02-26 16:12:05 +01001280static void amd_iommu_erratum_746_workaround(struct amd_iommu *iommu)
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001281{
1282 u32 value;
1283
1284 if ((boot_cpu_data.x86 != 0x15) ||
1285 (boot_cpu_data.x86_model < 0x10) ||
1286 (boot_cpu_data.x86_model > 0x1f))
1287 return;
1288
1289 pci_write_config_dword(iommu->dev, 0xf0, 0x90);
1290 pci_read_config_dword(iommu->dev, 0xf4, &value);
1291
1292 if (value & BIT(2))
1293 return;
1294
1295 /* Select NB indirect register 0x90 and enable writing */
1296 pci_write_config_dword(iommu->dev, 0xf0, 0x90 | (1 << 8));
1297
1298 pci_write_config_dword(iommu->dev, 0xf4, value | 0x4);
1299 pr_info("AMD-Vi: Applying erratum 746 workaround for IOMMU at %s\n",
1300 dev_name(&iommu->dev->dev));
1301
1302 /* Clear the enable writing bit */
1303 pci_write_config_dword(iommu->dev, 0xf0, 0x90);
1304}
1305
1306/*
Jay Cornwall358875f2016-02-10 15:48:01 -06001307 * Family15h Model 30h-3fh (IOMMU Mishandles ATS Write Permission)
1308 * Workaround:
1309 * BIOS should enable ATS write permission check by setting
1310 * L2_DEBUG_3[AtsIgnoreIWDis](D0F2xF4_x47[0]) = 1b
1311 */
1312static void amd_iommu_ats_write_check_workaround(struct amd_iommu *iommu)
1313{
1314 u32 value;
1315
1316 if ((boot_cpu_data.x86 != 0x15) ||
1317 (boot_cpu_data.x86_model < 0x30) ||
1318 (boot_cpu_data.x86_model > 0x3f))
1319 return;
1320
1321 /* Test L2_DEBUG_3[AtsIgnoreIWDis] == 1 */
1322 value = iommu_read_l2(iommu, 0x47);
1323
1324 if (value & BIT(0))
1325 return;
1326
1327 /* Set L2_DEBUG_3[AtsIgnoreIWDis] = 1 */
1328 iommu_write_l2(iommu, 0x47, value | BIT(0));
1329
1330 pr_info("AMD-Vi: Applying ATS write check workaround for IOMMU at %s\n",
1331 dev_name(&iommu->dev->dev));
1332}
1333
1334/*
Joerg Roedelb65233a2008-07-11 17:14:21 +02001335 * This function clues the initialization function for one IOMMU
1336 * together and also allocates the command buffer and programs the
1337 * hardware. It does NOT enable the IOMMU. This is done afterwards.
1338 */
Joerg Roedele47d4022008-06-26 21:27:48 +02001339static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h)
1340{
Joerg Roedel6efed632012-06-14 15:52:58 +02001341 int ret;
1342
Joerg Roedele47d4022008-06-26 21:27:48 +02001343 spin_lock_init(&iommu->lock);
Joerg Roedelbb527772009-11-20 14:31:51 +01001344
1345 /* Add IOMMU to internal data structures */
Joerg Roedele47d4022008-06-26 21:27:48 +02001346 list_add_tail(&iommu->list, &amd_iommu_list);
Suravee Suthikulpanit6b9376e2017-02-24 02:48:17 -06001347 iommu->index = amd_iommus_present++;
Joerg Roedelbb527772009-11-20 14:31:51 +01001348
1349 if (unlikely(iommu->index >= MAX_IOMMUS)) {
1350 WARN(1, "AMD-Vi: System has more IOMMUs than supported by this driver\n");
1351 return -ENOSYS;
1352 }
1353
1354 /* Index is fine - add IOMMU to the array */
1355 amd_iommus[iommu->index] = iommu;
Joerg Roedele47d4022008-06-26 21:27:48 +02001356
1357 /*
1358 * Copy data from ACPI table entry to the iommu struct
1359 */
Joerg Roedel23c742d2012-06-12 11:47:34 +02001360 iommu->devid = h->devid;
Joerg Roedele47d4022008-06-26 21:27:48 +02001361 iommu->cap_ptr = h->cap_ptr;
Joerg Roedelee893c22008-09-08 14:48:04 +02001362 iommu->pci_seg = h->pci_seg;
Joerg Roedele47d4022008-06-26 21:27:48 +02001363 iommu->mmio_phys = h->mmio_phys;
Steven L Kinney30861dd2013-06-05 16:11:48 -05001364
Suravee Suthikulpanit7d7d38a2016-04-01 09:05:57 -04001365 switch (h->type) {
1366 case 0x10:
1367 /* Check if IVHD EFR contains proper max banks/counters */
1368 if ((h->efr_attr != 0) &&
1369 ((h->efr_attr & (0xF << 13)) != 0) &&
1370 ((h->efr_attr & (0x3F << 17)) != 0))
1371 iommu->mmio_phys_end = MMIO_REG_END_OFFSET;
1372 else
1373 iommu->mmio_phys_end = MMIO_CNTR_CONF_OFFSET;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001374 if (((h->efr_attr & (0x1 << IOMMU_FEAT_GASUP_SHIFT)) == 0))
1375 amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_LEGACY;
Suravee Suthikulpanit7d7d38a2016-04-01 09:05:57 -04001376 break;
1377 case 0x11:
1378 case 0x40:
1379 if (h->efr_reg & (1 << 9))
1380 iommu->mmio_phys_end = MMIO_REG_END_OFFSET;
1381 else
1382 iommu->mmio_phys_end = MMIO_CNTR_CONF_OFFSET;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001383 if (((h->efr_reg & (0x1 << IOMMU_EFR_GASUP_SHIFT)) == 0))
1384 amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_LEGACY;
Suravee Suthikulpanit7d7d38a2016-04-01 09:05:57 -04001385 break;
1386 default:
1387 return -EINVAL;
Steven L Kinney30861dd2013-06-05 16:11:48 -05001388 }
1389
1390 iommu->mmio_base = iommu_map_mmio_space(iommu->mmio_phys,
1391 iommu->mmio_phys_end);
Joerg Roedele47d4022008-06-26 21:27:48 +02001392 if (!iommu->mmio_base)
1393 return -ENOMEM;
1394
Joerg Roedelf2c2db52015-10-20 17:33:42 +02001395 if (alloc_command_buffer(iommu))
Joerg Roedele47d4022008-06-26 21:27:48 +02001396 return -ENOMEM;
1397
Joerg Roedelf2c2db52015-10-20 17:33:42 +02001398 if (alloc_event_buffer(iommu))
Joerg Roedel335503e2008-09-05 14:29:07 +02001399 return -ENOMEM;
1400
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001401 iommu->int_enabled = false;
1402
Joerg Roedel6efed632012-06-14 15:52:58 +02001403 ret = init_iommu_from_acpi(iommu, h);
1404 if (ret)
1405 return ret;
Joerg Roedelf6fec002012-06-21 16:51:25 +02001406
Jiang Liu7c71d302015-04-13 14:11:33 +08001407 ret = amd_iommu_create_irq_domain(iommu);
1408 if (ret)
1409 return ret;
1410
Joerg Roedelf6fec002012-06-21 16:51:25 +02001411 /*
1412 * Make sure IOMMU is not considered to translate itself. The IVRS
1413 * table tells us so, but this is a lie!
1414 */
1415 amd_iommu_rlookup_table[iommu->devid] = NULL;
1416
Joerg Roedel23c742d2012-06-12 11:47:34 +02001417 return 0;
Joerg Roedele47d4022008-06-26 21:27:48 +02001418}
1419
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04001420/**
1421 * get_highest_supported_ivhd_type - Look up the appropriate IVHD type
1422 * @ivrs Pointer to the IVRS header
1423 *
1424 * This function search through all IVDB of the maximum supported IVHD
1425 */
1426static u8 get_highest_supported_ivhd_type(struct acpi_table_header *ivrs)
1427{
1428 u8 *base = (u8 *)ivrs;
1429 struct ivhd_header *ivhd = (struct ivhd_header *)
1430 (base + IVRS_HEADER_LENGTH);
1431 u8 last_type = ivhd->type;
1432 u16 devid = ivhd->devid;
1433
1434 while (((u8 *)ivhd - base < ivrs->length) &&
1435 (ivhd->type <= ACPI_IVHD_TYPE_MAX_SUPPORTED)) {
1436 u8 *p = (u8 *) ivhd;
1437
1438 if (ivhd->devid == devid)
1439 last_type = ivhd->type;
1440 ivhd = (struct ivhd_header *)(p + ivhd->length);
1441 }
1442
1443 return last_type;
1444}
1445
Joerg Roedelb65233a2008-07-11 17:14:21 +02001446/*
1447 * Iterates over all IOMMU entries in the ACPI table, allocates the
1448 * IOMMU structure and initializes it with init_iommu_one()
1449 */
Joerg Roedele47d4022008-06-26 21:27:48 +02001450static int __init init_iommu_all(struct acpi_table_header *table)
1451{
1452 u8 *p = (u8 *)table, *end = (u8 *)table;
1453 struct ivhd_header *h;
1454 struct amd_iommu *iommu;
1455 int ret;
1456
Joerg Roedele47d4022008-06-26 21:27:48 +02001457 end += table->length;
1458 p += IVRS_HEADER_LENGTH;
1459
1460 while (p < end) {
1461 h = (struct ivhd_header *)p;
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04001462 if (*p == amd_iommu_target_ivhd_type) {
Joerg Roedel9c720412009-05-20 13:53:57 +02001463
Joerg Roedelae908c22009-09-01 16:52:16 +02001464 DUMP_printk("device: %02x:%02x.%01x cap: %04x "
Joerg Roedel9c720412009-05-20 13:53:57 +02001465 "seg: %d flags: %01x info %04x\n",
Shuah Khanc5081cd2013-02-27 17:07:19 -07001466 PCI_BUS_NUM(h->devid), PCI_SLOT(h->devid),
Joerg Roedel9c720412009-05-20 13:53:57 +02001467 PCI_FUNC(h->devid), h->cap_ptr,
1468 h->pci_seg, h->flags, h->info);
1469 DUMP_printk(" mmio-addr: %016llx\n",
1470 h->mmio_phys);
1471
Joerg Roedele47d4022008-06-26 21:27:48 +02001472 iommu = kzalloc(sizeof(struct amd_iommu), GFP_KERNEL);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001473 if (iommu == NULL)
1474 return -ENOMEM;
Joerg Roedel3551a702010-03-01 13:52:19 +01001475
Joerg Roedele47d4022008-06-26 21:27:48 +02001476 ret = init_iommu_one(iommu, h);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001477 if (ret)
1478 return ret;
Joerg Roedele47d4022008-06-26 21:27:48 +02001479 }
1480 p += h->length;
1481
1482 }
1483 WARN_ON(p != end);
1484
1485 return 0;
1486}
1487
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06001488static int iommu_pc_get_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr,
1489 u8 fxn, u64 *value, bool is_write);
Steven L Kinney30861dd2013-06-05 16:11:48 -05001490
1491static void init_iommu_perf_ctr(struct amd_iommu *iommu)
1492{
1493 u64 val = 0xabcd, val2 = 0;
1494
1495 if (!iommu_feature(iommu, FEATURE_PC))
1496 return;
1497
1498 amd_iommu_pc_present = true;
1499
1500 /* Check if the performance counters can be written to */
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06001501 if ((iommu_pc_get_set_reg(iommu, 0, 0, 0, &val, true)) ||
1502 (iommu_pc_get_set_reg(iommu, 0, 0, 0, &val2, false)) ||
Steven L Kinney30861dd2013-06-05 16:11:48 -05001503 (val != val2)) {
1504 pr_err("AMD-Vi: Unable to write to IOMMU perf counter.\n");
1505 amd_iommu_pc_present = false;
1506 return;
1507 }
1508
1509 pr_info("AMD-Vi: IOMMU performance counters supported\n");
1510
1511 val = readl(iommu->mmio_base + MMIO_CNTR_CONF_OFFSET);
1512 iommu->max_banks = (u8) ((val >> 12) & 0x3f);
1513 iommu->max_counters = (u8) ((val >> 7) & 0xf);
1514}
1515
Alex Williamson066f2e92014-06-12 16:12:37 -06001516static ssize_t amd_iommu_show_cap(struct device *dev,
1517 struct device_attribute *attr,
1518 char *buf)
1519{
Joerg Roedelb7a42b92017-02-28 13:57:18 +01001520 struct amd_iommu *iommu = dev_to_amd_iommu(dev);
Alex Williamson066f2e92014-06-12 16:12:37 -06001521 return sprintf(buf, "%x\n", iommu->cap);
1522}
1523static DEVICE_ATTR(cap, S_IRUGO, amd_iommu_show_cap, NULL);
1524
1525static ssize_t amd_iommu_show_features(struct device *dev,
1526 struct device_attribute *attr,
1527 char *buf)
1528{
Joerg Roedelb7a42b92017-02-28 13:57:18 +01001529 struct amd_iommu *iommu = dev_to_amd_iommu(dev);
Alex Williamson066f2e92014-06-12 16:12:37 -06001530 return sprintf(buf, "%llx\n", iommu->features);
1531}
1532static DEVICE_ATTR(features, S_IRUGO, amd_iommu_show_features, NULL);
1533
1534static struct attribute *amd_iommu_attrs[] = {
1535 &dev_attr_cap.attr,
1536 &dev_attr_features.attr,
1537 NULL,
1538};
1539
1540static struct attribute_group amd_iommu_group = {
1541 .name = "amd-iommu",
1542 .attrs = amd_iommu_attrs,
1543};
1544
1545static const struct attribute_group *amd_iommu_groups[] = {
1546 &amd_iommu_group,
1547 NULL,
1548};
Steven L Kinney30861dd2013-06-05 16:11:48 -05001549
Joerg Roedel23c742d2012-06-12 11:47:34 +02001550static int iommu_init_pci(struct amd_iommu *iommu)
1551{
1552 int cap_ptr = iommu->cap_ptr;
1553 u32 range, misc, low, high;
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -05001554 int ret;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001555
Shuah Khanc5081cd2013-02-27 17:07:19 -07001556 iommu->dev = pci_get_bus_and_slot(PCI_BUS_NUM(iommu->devid),
Joerg Roedel23c742d2012-06-12 11:47:34 +02001557 iommu->devid & 0xff);
1558 if (!iommu->dev)
1559 return -ENODEV;
1560
Jiang Liucbbc00b2015-10-09 22:07:31 +08001561 /* Prevent binding other PCI device drivers to IOMMU devices */
1562 iommu->dev->match_driver = false;
1563
Joerg Roedel23c742d2012-06-12 11:47:34 +02001564 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_CAP_HDR_OFFSET,
1565 &iommu->cap);
1566 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_RANGE_OFFSET,
1567 &range);
1568 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_MISC_OFFSET,
1569 &misc);
1570
Joerg Roedel23c742d2012-06-12 11:47:34 +02001571 if (!(iommu->cap & (1 << IOMMU_CAP_IOTLB)))
1572 amd_iommu_iotlb_sup = false;
1573
1574 /* read extended feature bits */
1575 low = readl(iommu->mmio_base + MMIO_EXT_FEATURES);
1576 high = readl(iommu->mmio_base + MMIO_EXT_FEATURES + 4);
1577
1578 iommu->features = ((u64)high << 32) | low;
1579
1580 if (iommu_feature(iommu, FEATURE_GT)) {
1581 int glxval;
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001582 u32 max_pasid;
1583 u64 pasmax;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001584
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001585 pasmax = iommu->features & FEATURE_PASID_MASK;
1586 pasmax >>= FEATURE_PASID_SHIFT;
1587 max_pasid = (1 << (pasmax + 1)) - 1;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001588
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001589 amd_iommu_max_pasid = min(amd_iommu_max_pasid, max_pasid);
1590
1591 BUG_ON(amd_iommu_max_pasid & ~PASID_MASK);
Joerg Roedel23c742d2012-06-12 11:47:34 +02001592
1593 glxval = iommu->features & FEATURE_GLXVAL_MASK;
1594 glxval >>= FEATURE_GLXVAL_SHIFT;
1595
1596 if (amd_iommu_max_glx_val == -1)
1597 amd_iommu_max_glx_val = glxval;
1598 else
1599 amd_iommu_max_glx_val = min(amd_iommu_max_glx_val, glxval);
1600 }
1601
1602 if (iommu_feature(iommu, FEATURE_GT) &&
1603 iommu_feature(iommu, FEATURE_PPR)) {
1604 iommu->is_iommu_v2 = true;
1605 amd_iommu_v2_present = true;
1606 }
1607
Joerg Roedelf2c2db52015-10-20 17:33:42 +02001608 if (iommu_feature(iommu, FEATURE_PPR) && alloc_ppr_log(iommu))
1609 return -ENOMEM;
Joerg Roedel23c742d2012-06-12 11:47:34 +02001610
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -05001611 ret = iommu_init_ga(iommu);
1612 if (ret)
1613 return ret;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001614
Joerg Roedel23c742d2012-06-12 11:47:34 +02001615 if (iommu->cap & (1UL << IOMMU_CAP_NPCACHE))
1616 amd_iommu_np_cache = true;
1617
Steven L Kinney30861dd2013-06-05 16:11:48 -05001618 init_iommu_perf_ctr(iommu);
1619
Joerg Roedel23c742d2012-06-12 11:47:34 +02001620 if (is_rd890_iommu(iommu->dev)) {
1621 int i, j;
1622
1623 iommu->root_pdev = pci_get_bus_and_slot(iommu->dev->bus->number,
1624 PCI_DEVFN(0, 0));
1625
1626 /*
1627 * Some rd890 systems may not be fully reconfigured by the
1628 * BIOS, so it's necessary for us to store this information so
1629 * it can be reprogrammed on resume
1630 */
1631 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 4,
1632 &iommu->stored_addr_lo);
1633 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 8,
1634 &iommu->stored_addr_hi);
1635
1636 /* Low bit locks writes to configuration space */
1637 iommu->stored_addr_lo &= ~1;
1638
1639 for (i = 0; i < 6; i++)
1640 for (j = 0; j < 0x12; j++)
1641 iommu->stored_l1[i][j] = iommu_read_l1(iommu, i, j);
1642
1643 for (i = 0; i < 0x83; i++)
1644 iommu->stored_l2[i] = iommu_read_l2(iommu, i);
1645 }
1646
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001647 amd_iommu_erratum_746_workaround(iommu);
Jay Cornwall358875f2016-02-10 15:48:01 -06001648 amd_iommu_ats_write_check_workaround(iommu);
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001649
Joerg Roedel39ab9552017-02-01 16:56:46 +01001650 iommu_device_sysfs_add(&iommu->iommu, &iommu->dev->dev,
1651 amd_iommu_groups, "ivhd%d", iommu->index);
Joerg Roedelb0119e82017-02-01 13:23:08 +01001652 iommu_device_set_ops(&iommu->iommu, &amd_iommu_ops);
1653 iommu_device_register(&iommu->iommu);
Alex Williamson066f2e92014-06-12 16:12:37 -06001654
Joerg Roedel23c742d2012-06-12 11:47:34 +02001655 return pci_enable_device(iommu->dev);
1656}
1657
Joerg Roedel4d121c32012-06-14 12:21:55 +02001658static void print_iommu_info(void)
1659{
1660 static const char * const feat_str[] = {
1661 "PreF", "PPR", "X2APIC", "NX", "GT", "[5]",
1662 "IA", "GA", "HE", "PC"
1663 };
1664 struct amd_iommu *iommu;
1665
1666 for_each_iommu(iommu) {
1667 int i;
1668
1669 pr_info("AMD-Vi: Found IOMMU at %s cap 0x%hx\n",
1670 dev_name(&iommu->dev->dev), iommu->cap_ptr);
1671
1672 if (iommu->cap & (1 << IOMMU_CAP_EFR)) {
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001673 pr_info("AMD-Vi: Extended features (%#llx):\n",
1674 iommu->features);
Joerg Roedel2bd5ed02012-08-10 11:34:08 +02001675 for (i = 0; i < ARRAY_SIZE(feat_str); ++i) {
Joerg Roedel4d121c32012-06-14 12:21:55 +02001676 if (iommu_feature(iommu, (1ULL << i)))
1677 pr_cont(" %s", feat_str[i]);
1678 }
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001679
1680 if (iommu->features & FEATURE_GAM_VAPIC)
1681 pr_cont(" GA_vAPIC");
1682
Steven L Kinney30861dd2013-06-05 16:11:48 -05001683 pr_cont("\n");
Borislav Petkov500c25e2012-09-28 16:22:26 +02001684 }
Joerg Roedel4d121c32012-06-14 12:21:55 +02001685 }
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001686 if (irq_remapping_enabled) {
Joerg Roedelebe60bb2012-07-02 18:36:03 +02001687 pr_info("AMD-Vi: Interrupt remapping enabled\n");
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05001688 if (AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir))
1689 pr_info("AMD-Vi: virtual APIC enabled\n");
1690 }
Joerg Roedel4d121c32012-06-14 12:21:55 +02001691}
1692
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001693static int __init amd_iommu_init_pci(void)
Joerg Roedel23c742d2012-06-12 11:47:34 +02001694{
1695 struct amd_iommu *iommu;
1696 int ret = 0;
1697
1698 for_each_iommu(iommu) {
1699 ret = iommu_init_pci(iommu);
1700 if (ret)
1701 break;
1702 }
1703
Joerg Roedel522e5cb72016-07-01 16:42:55 +02001704 /*
1705 * Order is important here to make sure any unity map requirements are
1706 * fulfilled. The unity mappings are created and written to the device
1707 * table during the amd_iommu_init_api() call.
1708 *
1709 * After that we call init_device_table_dma() to make sure any
1710 * uninitialized DTE will block DMA, and in the end we flush the caches
1711 * of all IOMMUs to make sure the changes to the device table are
1712 * active.
1713 */
1714 ret = amd_iommu_init_api();
1715
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02001716 init_device_table_dma();
Joerg Roedel23c742d2012-06-12 11:47:34 +02001717
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02001718 for_each_iommu(iommu)
1719 iommu_flush_all_caches(iommu);
1720
Joerg Roedel3a18404c2015-05-28 18:41:45 +02001721 if (!ret)
1722 print_iommu_info();
Joerg Roedel4d121c32012-06-14 12:21:55 +02001723
Joerg Roedel23c742d2012-06-12 11:47:34 +02001724 return ret;
1725}
1726
Joerg Roedelb65233a2008-07-11 17:14:21 +02001727/****************************************************************************
1728 *
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001729 * The following functions initialize the MSI interrupts for all IOMMUs
Frank Arnolddf805ab2012-08-27 19:21:04 +02001730 * in the system. It's a bit challenging because there could be multiple
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001731 * IOMMUs per PCI BDF but we can call pci_enable_msi(x) only once per
1732 * pci_dev.
1733 *
1734 ****************************************************************************/
1735
Joerg Roedel9f800de2009-11-23 12:45:25 +01001736static int iommu_setup_msi(struct amd_iommu *iommu)
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001737{
1738 int r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001739
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001740 r = pci_enable_msi(iommu->dev);
1741 if (r)
1742 return r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001743
Joerg Roedel72fe00f2011-05-10 10:50:42 +02001744 r = request_threaded_irq(iommu->dev->irq,
1745 amd_iommu_int_handler,
1746 amd_iommu_int_thread,
1747 0, "AMD-Vi",
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -05001748 iommu);
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001749
1750 if (r) {
1751 pci_disable_msi(iommu->dev);
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001752 return r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001753 }
1754
Joerg Roedelfab6afa2009-05-04 18:46:34 +02001755 iommu->int_enabled = true;
Joerg Roedel1a29ac02011-11-10 15:41:40 +01001756
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001757 return 0;
1758}
1759
Joerg Roedel05f92db2009-05-12 09:52:46 +02001760static int iommu_init_msi(struct amd_iommu *iommu)
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001761{
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001762 int ret;
1763
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001764 if (iommu->int_enabled)
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001765 goto enable_faults;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001766
Yijing Wang82fcfc62013-08-08 21:12:36 +08001767 if (iommu->dev->msi_cap)
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001768 ret = iommu_setup_msi(iommu);
1769 else
1770 ret = -ENODEV;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001771
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001772 if (ret)
1773 return ret;
1774
1775enable_faults:
1776 iommu_feature_enable(iommu, CONTROL_EVT_INT_EN);
1777
1778 if (iommu->ppr_log != NULL)
1779 iommu_feature_enable(iommu, CONTROL_PPFINT_EN);
1780
Suravee Suthikulpanit8bda0cf2016-08-23 13:52:36 -05001781 iommu_ga_log_enable(iommu);
1782
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001783 return 0;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001784}
1785
1786/****************************************************************************
1787 *
Joerg Roedelb65233a2008-07-11 17:14:21 +02001788 * The next functions belong to the third pass of parsing the ACPI
1789 * table. In this last pass the memory mapping requirements are
Frank Arnolddf805ab2012-08-27 19:21:04 +02001790 * gathered (like exclusion and unity mapping ranges).
Joerg Roedelb65233a2008-07-11 17:14:21 +02001791 *
1792 ****************************************************************************/
1793
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001794static void __init free_unity_maps(void)
1795{
1796 struct unity_map_entry *entry, *next;
1797
1798 list_for_each_entry_safe(entry, next, &amd_iommu_unity_map, list) {
1799 list_del(&entry->list);
1800 kfree(entry);
1801 }
1802}
1803
Joerg Roedelb65233a2008-07-11 17:14:21 +02001804/* called when we find an exclusion range definition in ACPI */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001805static int __init init_exclusion_range(struct ivmd_header *m)
1806{
1807 int i;
1808
1809 switch (m->type) {
1810 case ACPI_IVMD_TYPE:
1811 set_device_exclusion_range(m->devid, m);
1812 break;
1813 case ACPI_IVMD_TYPE_ALL:
Joerg Roedel3a61ec32008-07-25 13:07:50 +02001814 for (i = 0; i <= amd_iommu_last_bdf; ++i)
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001815 set_device_exclusion_range(i, m);
1816 break;
1817 case ACPI_IVMD_TYPE_RANGE:
1818 for (i = m->devid; i <= m->aux; ++i)
1819 set_device_exclusion_range(i, m);
1820 break;
1821 default:
1822 break;
1823 }
1824
1825 return 0;
1826}
1827
Joerg Roedelb65233a2008-07-11 17:14:21 +02001828/* called for unity map ACPI definition */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001829static int __init init_unity_map_range(struct ivmd_header *m)
1830{
Joerg Roedel98f1ad22012-07-06 13:28:37 +02001831 struct unity_map_entry *e = NULL;
Joerg Roedel02acc432009-05-20 16:24:21 +02001832 char *s;
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001833
1834 e = kzalloc(sizeof(*e), GFP_KERNEL);
1835 if (e == NULL)
1836 return -ENOMEM;
1837
1838 switch (m->type) {
1839 default:
Joerg Roedel0bc252f2009-05-22 12:48:05 +02001840 kfree(e);
1841 return 0;
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001842 case ACPI_IVMD_TYPE:
Joerg Roedel02acc432009-05-20 16:24:21 +02001843 s = "IVMD_TYPEi\t\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001844 e->devid_start = e->devid_end = m->devid;
1845 break;
1846 case ACPI_IVMD_TYPE_ALL:
Joerg Roedel02acc432009-05-20 16:24:21 +02001847 s = "IVMD_TYPE_ALL\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001848 e->devid_start = 0;
1849 e->devid_end = amd_iommu_last_bdf;
1850 break;
1851 case ACPI_IVMD_TYPE_RANGE:
Joerg Roedel02acc432009-05-20 16:24:21 +02001852 s = "IVMD_TYPE_RANGE\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001853 e->devid_start = m->devid;
1854 e->devid_end = m->aux;
1855 break;
1856 }
1857 e->address_start = PAGE_ALIGN(m->range_start);
1858 e->address_end = e->address_start + PAGE_ALIGN(m->range_length);
1859 e->prot = m->flags >> 1;
1860
Joerg Roedel02acc432009-05-20 16:24:21 +02001861 DUMP_printk("%s devid_start: %02x:%02x.%x devid_end: %02x:%02x.%x"
1862 " range_start: %016llx range_end: %016llx flags: %x\n", s,
Shuah Khanc5081cd2013-02-27 17:07:19 -07001863 PCI_BUS_NUM(e->devid_start), PCI_SLOT(e->devid_start),
1864 PCI_FUNC(e->devid_start), PCI_BUS_NUM(e->devid_end),
Joerg Roedel02acc432009-05-20 16:24:21 +02001865 PCI_SLOT(e->devid_end), PCI_FUNC(e->devid_end),
1866 e->address_start, e->address_end, m->flags);
1867
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001868 list_add_tail(&e->list, &amd_iommu_unity_map);
1869
1870 return 0;
1871}
1872
Joerg Roedelb65233a2008-07-11 17:14:21 +02001873/* iterates over all memory definitions we find in the ACPI table */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001874static int __init init_memory_definitions(struct acpi_table_header *table)
1875{
1876 u8 *p = (u8 *)table, *end = (u8 *)table;
1877 struct ivmd_header *m;
1878
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001879 end += table->length;
1880 p += IVRS_HEADER_LENGTH;
1881
1882 while (p < end) {
1883 m = (struct ivmd_header *)p;
1884 if (m->flags & IVMD_FLAG_EXCL_RANGE)
1885 init_exclusion_range(m);
1886 else if (m->flags & IVMD_FLAG_UNITY_MAP)
1887 init_unity_map_range(m);
1888
1889 p += m->length;
1890 }
1891
1892 return 0;
1893}
1894
Joerg Roedelb65233a2008-07-11 17:14:21 +02001895/*
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001896 * Init the device table to not allow DMA access for devices and
1897 * suppress all page faults
1898 */
Joerg Roedel33f28c52012-06-15 18:03:31 +02001899static void init_device_table_dma(void)
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001900{
Joerg Roedel0de66d52011-06-06 16:04:02 +02001901 u32 devid;
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001902
1903 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1904 set_dev_entry_bit(devid, DEV_ENTRY_VALID);
1905 set_dev_entry_bit(devid, DEV_ENTRY_TRANSLATION);
Joerg Roedel54bd6352017-06-15 10:36:22 +02001906 /*
1907 * In kdump kernels in-flight DMA from the old kernel might
1908 * cause IO_PAGE_FAULTs. There are no reports that a kdump
1909 * actually failed because of that, so just disable fault
1910 * reporting in the hardware to get rid of the messages
1911 */
1912 if (is_kdump_kernel())
1913 set_dev_entry_bit(devid, DEV_ENTRY_NO_PAGE_FAULT);
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001914 }
1915}
1916
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02001917static void __init uninit_device_table_dma(void)
1918{
1919 u32 devid;
1920
1921 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1922 amd_iommu_dev_table[devid].data[0] = 0ULL;
1923 amd_iommu_dev_table[devid].data[1] = 0ULL;
1924 }
1925}
1926
Joerg Roedel33f28c52012-06-15 18:03:31 +02001927static void init_device_table(void)
1928{
1929 u32 devid;
1930
1931 if (!amd_iommu_irq_remap)
1932 return;
1933
1934 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid)
1935 set_dev_entry_bit(devid, DEV_ENTRY_IRQ_TBL_EN);
1936}
1937
Joerg Roedele9bf5192010-09-20 14:33:07 +02001938static void iommu_init_flags(struct amd_iommu *iommu)
1939{
1940 iommu->acpi_flags & IVHD_FLAG_HT_TUN_EN_MASK ?
1941 iommu_feature_enable(iommu, CONTROL_HT_TUN_EN) :
1942 iommu_feature_disable(iommu, CONTROL_HT_TUN_EN);
1943
1944 iommu->acpi_flags & IVHD_FLAG_PASSPW_EN_MASK ?
1945 iommu_feature_enable(iommu, CONTROL_PASSPW_EN) :
1946 iommu_feature_disable(iommu, CONTROL_PASSPW_EN);
1947
1948 iommu->acpi_flags & IVHD_FLAG_RESPASSPW_EN_MASK ?
1949 iommu_feature_enable(iommu, CONTROL_RESPASSPW_EN) :
1950 iommu_feature_disable(iommu, CONTROL_RESPASSPW_EN);
1951
1952 iommu->acpi_flags & IVHD_FLAG_ISOC_EN_MASK ?
1953 iommu_feature_enable(iommu, CONTROL_ISOC_EN) :
1954 iommu_feature_disable(iommu, CONTROL_ISOC_EN);
1955
1956 /*
1957 * make IOMMU memory accesses cache coherent
1958 */
1959 iommu_feature_enable(iommu, CONTROL_COHERENT_EN);
Joerg Roedel1456e9d2011-12-22 14:51:53 +01001960
1961 /* Set IOTLB invalidation timeout to 1s */
1962 iommu_set_inv_tlb_timeout(iommu, CTRL_INV_TO_1S);
Joerg Roedele9bf5192010-09-20 14:33:07 +02001963}
1964
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001965static void iommu_apply_resume_quirks(struct amd_iommu *iommu)
Joerg Roedel4c894f42010-09-23 15:15:19 +02001966{
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001967 int i, j;
1968 u32 ioc_feature_control;
Joerg Roedelc1bf94e2012-05-31 17:38:11 +02001969 struct pci_dev *pdev = iommu->root_pdev;
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001970
1971 /* RD890 BIOSes may not have completely reconfigured the iommu */
Joerg Roedelc1bf94e2012-05-31 17:38:11 +02001972 if (!is_rd890_iommu(iommu->dev) || !pdev)
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001973 return;
1974
1975 /*
1976 * First, we need to ensure that the iommu is enabled. This is
1977 * controlled by a register in the northbridge
1978 */
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001979
1980 /* Select Northbridge indirect register 0x75 and enable writing */
1981 pci_write_config_dword(pdev, 0x60, 0x75 | (1 << 7));
1982 pci_read_config_dword(pdev, 0x64, &ioc_feature_control);
1983
1984 /* Enable the iommu */
1985 if (!(ioc_feature_control & 0x1))
1986 pci_write_config_dword(pdev, 0x64, ioc_feature_control | 1);
1987
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001988 /* Restore the iommu BAR */
1989 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1990 iommu->stored_addr_lo);
1991 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 8,
1992 iommu->stored_addr_hi);
1993
1994 /* Restore the l1 indirect regs for each of the 6 l1s */
1995 for (i = 0; i < 6; i++)
1996 for (j = 0; j < 0x12; j++)
1997 iommu_write_l1(iommu, i, j, iommu->stored_l1[i][j]);
1998
1999 /* Restore the l2 indirect regs */
2000 for (i = 0; i < 0x83; i++)
2001 iommu_write_l2(iommu, i, iommu->stored_l2[i]);
2002
2003 /* Lock PCI setup registers */
2004 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
2005 iommu->stored_addr_lo | 1);
Joerg Roedel4c894f42010-09-23 15:15:19 +02002006}
2007
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002008static void iommu_enable_ga(struct amd_iommu *iommu)
2009{
2010#ifdef CONFIG_IRQ_REMAP
2011 switch (amd_iommu_guest_ir) {
2012 case AMD_IOMMU_GUEST_IR_VAPIC:
2013 iommu_feature_enable(iommu, CONTROL_GAM_EN);
2014 /* Fall through */
2015 case AMD_IOMMU_GUEST_IR_LEGACY_GA:
2016 iommu_feature_enable(iommu, CONTROL_GA_EN);
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05002017 iommu->irte_ops = &irte_128_ops;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002018 break;
2019 default:
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05002020 iommu->irte_ops = &irte_32_ops;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002021 break;
2022 }
2023#endif
2024}
2025
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02002026/*
Joerg Roedelb65233a2008-07-11 17:14:21 +02002027 * This function finally enables all IOMMUs found in the system after
2028 * they have been initialized
2029 */
Joerg Roedel11ee5ac2012-06-12 16:30:06 +02002030static void early_enable_iommus(void)
Joerg Roedel87361972008-06-26 21:28:07 +02002031{
2032 struct amd_iommu *iommu;
2033
Joerg Roedel3bd22172009-05-04 15:06:20 +02002034 for_each_iommu(iommu) {
Chris Wrighta8c485b2009-06-15 15:53:45 +02002035 iommu_disable(iommu);
Joerg Roedele9bf5192010-09-20 14:33:07 +02002036 iommu_init_flags(iommu);
Joerg Roedel58492e12009-05-04 18:41:16 +02002037 iommu_set_device_table(iommu);
2038 iommu_enable_command_buffer(iommu);
2039 iommu_enable_event_buffer(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02002040 iommu_set_exclusion_range(iommu);
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002041 iommu_enable_ga(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02002042 iommu_enable(iommu);
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02002043 iommu_flush_all_caches(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02002044 }
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05002045
2046#ifdef CONFIG_IRQ_REMAP
2047 if (AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir))
2048 amd_iommu_irq_ops.capability |= (1 << IRQ_POSTING_CAP);
2049#endif
Joerg Roedel87361972008-06-26 21:28:07 +02002050}
2051
Joerg Roedel11ee5ac2012-06-12 16:30:06 +02002052static void enable_iommus_v2(void)
2053{
2054 struct amd_iommu *iommu;
2055
2056 for_each_iommu(iommu) {
2057 iommu_enable_ppr_log(iommu);
2058 iommu_enable_gt(iommu);
2059 }
2060}
2061
2062static void enable_iommus(void)
2063{
2064 early_enable_iommus();
2065
2066 enable_iommus_v2();
2067}
2068
Joerg Roedel92ac4322009-05-19 19:06:27 +02002069static void disable_iommus(void)
2070{
2071 struct amd_iommu *iommu;
2072
2073 for_each_iommu(iommu)
2074 iommu_disable(iommu);
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05002075
2076#ifdef CONFIG_IRQ_REMAP
2077 if (AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir))
2078 amd_iommu_irq_ops.capability &= ~(1 << IRQ_POSTING_CAP);
2079#endif
Joerg Roedel92ac4322009-05-19 19:06:27 +02002080}
2081
Joerg Roedel7441e9c2008-06-30 20:18:02 +02002082/*
2083 * Suspend/Resume support
2084 * disable suspend until real resume implemented
2085 */
2086
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01002087static void amd_iommu_resume(void)
Joerg Roedel7441e9c2008-06-30 20:18:02 +02002088{
Matthew Garrett5bcd7572010-10-04 14:59:31 -04002089 struct amd_iommu *iommu;
2090
2091 for_each_iommu(iommu)
2092 iommu_apply_resume_quirks(iommu);
2093
Joerg Roedel736501e2009-05-12 09:56:12 +02002094 /* re-load the hardware */
2095 enable_iommus();
Joerg Roedel3d9761e2012-03-15 16:39:21 +01002096
2097 amd_iommu_enable_interrupts();
Joerg Roedel7441e9c2008-06-30 20:18:02 +02002098}
2099
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01002100static int amd_iommu_suspend(void)
Joerg Roedel7441e9c2008-06-30 20:18:02 +02002101{
Joerg Roedel736501e2009-05-12 09:56:12 +02002102 /* disable IOMMUs to go out of the way for BIOS */
2103 disable_iommus();
2104
2105 return 0;
Joerg Roedel7441e9c2008-06-30 20:18:02 +02002106}
2107
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01002108static struct syscore_ops amd_iommu_syscore_ops = {
Joerg Roedel7441e9c2008-06-30 20:18:02 +02002109 .suspend = amd_iommu_suspend,
2110 .resume = amd_iommu_resume,
2111};
2112
Joerg Roedel90b3eb02017-06-16 16:09:55 +02002113static void __init free_iommu_resources(void)
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002114{
Lucas Stachebcfa282016-10-26 13:09:53 +02002115 kmemleak_free(irq_lookup_table);
Joerg Roedel0ea2c422012-06-15 18:05:20 +02002116 free_pages((unsigned long)irq_lookup_table,
2117 get_order(rlookup_table_size));
Joerg Roedelf6019272017-06-16 16:09:58 +02002118 irq_lookup_table = NULL;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002119
Julia Lawalla5919892015-09-13 14:15:31 +02002120 kmem_cache_destroy(amd_iommu_irq_cache);
2121 amd_iommu_irq_cache = NULL;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002122
2123 free_pages((unsigned long)amd_iommu_rlookup_table,
2124 get_order(rlookup_table_size));
Joerg Roedelf6019272017-06-16 16:09:58 +02002125 amd_iommu_rlookup_table = NULL;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002126
2127 free_pages((unsigned long)amd_iommu_alias_table,
2128 get_order(alias_table_size));
Joerg Roedelf6019272017-06-16 16:09:58 +02002129 amd_iommu_alias_table = NULL;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002130
2131 free_pages((unsigned long)amd_iommu_dev_table,
2132 get_order(dev_table_size));
Joerg Roedelf6019272017-06-16 16:09:58 +02002133 amd_iommu_dev_table = NULL;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002134
2135 free_iommu_all();
2136
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002137#ifdef CONFIG_GART_IOMMU
2138 /*
2139 * We failed to initialize the AMD IOMMU - try fallback to GART
2140 * if possible.
2141 */
2142 gart_iommu_init();
2143
2144#endif
2145}
2146
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002147/* SB IOAPIC is always on this device in AMD systems */
2148#define IOAPIC_SB_DEVID ((0x00 << 8) | PCI_DEVFN(0x14, 0))
2149
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002150static bool __init check_ioapic_information(void)
2151{
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002152 const char *fw_bug = FW_BUG;
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002153 bool ret, has_sb_ioapic;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002154 int idx;
2155
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002156 has_sb_ioapic = false;
2157 ret = false;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002158
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002159 /*
2160 * If we have map overrides on the kernel command line the
2161 * messages in this function might not describe firmware bugs
2162 * anymore - so be careful
2163 */
2164 if (cmdline_maps)
2165 fw_bug = "";
2166
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002167 for (idx = 0; idx < nr_ioapics; idx++) {
2168 int devid, id = mpc_ioapic_id(idx);
2169
2170 devid = get_ioapic_devid(id);
2171 if (devid < 0) {
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002172 pr_err("%sAMD-Vi: IOAPIC[%d] not in IVRS table\n",
2173 fw_bug, id);
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002174 ret = false;
2175 } else if (devid == IOAPIC_SB_DEVID) {
2176 has_sb_ioapic = true;
2177 ret = true;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002178 }
2179 }
2180
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002181 if (!has_sb_ioapic) {
2182 /*
2183 * We expect the SB IOAPIC to be listed in the IVRS
2184 * table. The system timer is connected to the SB IOAPIC
2185 * and if we don't have it in the list the system will
2186 * panic at boot time. This situation usually happens
2187 * when the BIOS is buggy and provides us the wrong
2188 * device id for the IOAPIC in the system.
2189 */
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002190 pr_err("%sAMD-Vi: No southbridge IOAPIC found\n", fw_bug);
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002191 }
2192
2193 if (!ret)
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002194 pr_err("AMD-Vi: Disabling interrupt remapping\n");
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02002195
2196 return ret;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002197}
2198
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002199static void __init free_dma_resources(void)
2200{
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002201 free_pages((unsigned long)amd_iommu_pd_alloc_bitmap,
2202 get_order(MAX_DOMAIN_ID/8));
Joerg Roedelf6019272017-06-16 16:09:58 +02002203 amd_iommu_pd_alloc_bitmap = NULL;
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002204
2205 free_unity_maps();
2206}
2207
Joerg Roedelb65233a2008-07-11 17:14:21 +02002208/*
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002209 * This is the hardware init function for AMD IOMMU in the system.
2210 * This function is called either from amd_iommu_init or from the interrupt
2211 * remapping setup code.
Joerg Roedelb65233a2008-07-11 17:14:21 +02002212 *
2213 * This function basically parses the ACPI table for AMD IOMMU (IVRS)
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04002214 * four times:
Joerg Roedelb65233a2008-07-11 17:14:21 +02002215 *
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04002216 * 1 pass) Discover the most comprehensive IVHD type to use.
2217 *
2218 * 2 pass) Find the highest PCI device id the driver has to handle.
Joerg Roedelb65233a2008-07-11 17:14:21 +02002219 * Upon this information the size of the data structures is
2220 * determined that needs to be allocated.
2221 *
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04002222 * 3 pass) Initialize the data structures just allocated with the
Joerg Roedelb65233a2008-07-11 17:14:21 +02002223 * information in the ACPI table about available AMD IOMMUs
2224 * in the system. It also maps the PCI devices in the
2225 * system to specific IOMMUs
2226 *
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04002227 * 4 pass) After the basic data structures are allocated and
Joerg Roedelb65233a2008-07-11 17:14:21 +02002228 * initialized we update them with information about memory
2229 * remapping requirements parsed out of the ACPI table in
2230 * this last pass.
2231 *
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002232 * After everything is set up the IOMMUs are enabled and the necessary
2233 * hotplug and suspend notifiers are registered.
Joerg Roedelb65233a2008-07-11 17:14:21 +02002234 */
Joerg Roedel643511b2012-06-12 12:09:35 +02002235static int __init early_amd_iommu_init(void)
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002236{
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002237 struct acpi_table_header *ivrs_base;
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002238 acpi_status status;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002239 int i, remap_cache_sz, ret = 0;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002240
Joerg Roedel643511b2012-06-12 12:09:35 +02002241 if (!amd_iommu_detected)
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002242 return -ENODEV;
2243
Lv Zheng6b11d1d2016-12-14 15:04:39 +08002244 status = acpi_get_table("IVRS", 0, &ivrs_base);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002245 if (status == AE_NOT_FOUND)
2246 return -ENODEV;
2247 else if (ACPI_FAILURE(status)) {
2248 const char *err = acpi_format_exception(status);
2249 pr_err("AMD-Vi: IVRS table error: %s\n", err);
2250 return -EINVAL;
2251 }
2252
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002253 /*
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04002254 * Validate checksum here so we don't need to do it when
2255 * we actually parse the table
2256 */
2257 ret = check_ivrs_checksum(ivrs_base);
2258 if (ret)
Rafael J. Wysocki99e8ccd2017-01-10 14:57:28 +01002259 goto out;
Suravee Suthikulpanit8c7142f2016-04-01 09:05:59 -04002260
2261 amd_iommu_target_ivhd_type = get_highest_supported_ivhd_type(ivrs_base);
2262 DUMP_printk("Using IVHD type %#x\n", amd_iommu_target_ivhd_type);
2263
2264 /*
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002265 * First parse ACPI tables to find the largest Bus/Dev/Func
2266 * we need to handle. Upon this information the shared data
2267 * structures for the IOMMUs in the system will be allocated
2268 */
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002269 ret = find_last_devid_acpi(ivrs_base);
2270 if (ret)
Joerg Roedel3551a702010-03-01 13:52:19 +01002271 goto out;
2272
Joerg Roedelc5714842008-07-11 17:14:25 +02002273 dev_table_size = tbl_size(DEV_TABLE_ENTRY_SIZE);
2274 alias_table_size = tbl_size(ALIAS_TABLE_ENTRY_SIZE);
2275 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE);
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002276
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002277 /* Device table - directly used by all IOMMUs */
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002278 ret = -ENOMEM;
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02002279 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002280 get_order(dev_table_size));
2281 if (amd_iommu_dev_table == NULL)
2282 goto out;
2283
2284 /*
2285 * Alias table - map PCI Bus/Dev/Func to Bus/Dev/Func the
2286 * IOMMU see for that device
2287 */
2288 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL,
2289 get_order(alias_table_size));
2290 if (amd_iommu_alias_table == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002291 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002292
2293 /* IOMMU rlookup table - find the IOMMU for a specific device */
Joerg Roedel83fd5cc2008-12-16 19:17:11 +01002294 amd_iommu_rlookup_table = (void *)__get_free_pages(
2295 GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002296 get_order(rlookup_table_size));
2297 if (amd_iommu_rlookup_table == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002298 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002299
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02002300 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages(
2301 GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002302 get_order(MAX_DOMAIN_ID/8));
2303 if (amd_iommu_pd_alloc_bitmap == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002304 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002305
2306 /*
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02002307 * let all alias entries point to itself
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002308 */
Joerg Roedel3a61ec32008-07-25 13:07:50 +02002309 for (i = 0; i <= amd_iommu_last_bdf; ++i)
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002310 amd_iommu_alias_table[i] = i;
2311
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002312 /*
2313 * never allocate domain 0 because its used as the non-allocated and
2314 * error value placeholder
2315 */
Baoquan He5c87f622016-09-15 16:50:51 +08002316 __set_bit(0, amd_iommu_pd_alloc_bitmap);
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002317
Joerg Roedelaeb26f52009-11-20 16:44:01 +01002318 spin_lock_init(&amd_iommu_pd_lock);
2319
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002320 /*
2321 * now the data structures are allocated and basically initialized
2322 * start the real acpi table scan
2323 */
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002324 ret = init_iommu_all(ivrs_base);
2325 if (ret)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002326 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002327
Joerg Roedel11123742017-06-16 16:09:54 +02002328 /* Disable any previously enabled IOMMUs */
2329 disable_iommus();
2330
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002331 if (amd_iommu_irq_remap)
2332 amd_iommu_irq_remap = check_ioapic_information();
2333
Joerg Roedel05152a02012-06-15 16:53:51 +02002334 if (amd_iommu_irq_remap) {
2335 /*
2336 * Interrupt remapping enabled, create kmem_cache for the
2337 * remapping tables.
2338 */
Wei Yongjun83ed9c12013-04-23 10:47:44 +08002339 ret = -ENOMEM;
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002340 if (!AMD_IOMMU_GUEST_IR_GA(amd_iommu_guest_ir))
2341 remap_cache_sz = MAX_IRQS_PER_TABLE * sizeof(u32);
2342 else
2343 remap_cache_sz = MAX_IRQS_PER_TABLE * (sizeof(u64) * 2);
Joerg Roedel05152a02012-06-15 16:53:51 +02002344 amd_iommu_irq_cache = kmem_cache_create("irq_remap_cache",
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002345 remap_cache_sz,
2346 IRQ_TABLE_ALIGNMENT,
2347 0, NULL);
Joerg Roedel05152a02012-06-15 16:53:51 +02002348 if (!amd_iommu_irq_cache)
2349 goto out;
Joerg Roedel0ea2c422012-06-15 18:05:20 +02002350
2351 irq_lookup_table = (void *)__get_free_pages(
2352 GFP_KERNEL | __GFP_ZERO,
2353 get_order(rlookup_table_size));
Lucas Stachebcfa282016-10-26 13:09:53 +02002354 kmemleak_alloc(irq_lookup_table, rlookup_table_size,
2355 1, GFP_KERNEL);
Joerg Roedel0ea2c422012-06-15 18:05:20 +02002356 if (!irq_lookup_table)
2357 goto out;
Joerg Roedel05152a02012-06-15 16:53:51 +02002358 }
2359
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002360 ret = init_memory_definitions(ivrs_base);
2361 if (ret)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002362 goto out;
Joerg Roedel3551a702010-03-01 13:52:19 +01002363
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02002364 /* init the device table */
2365 init_device_table();
2366
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002367out:
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002368 /* Don't leak any ACPI memory */
Lv Zheng6b11d1d2016-12-14 15:04:39 +08002369 acpi_put_table(ivrs_base);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002370 ivrs_base = NULL;
2371
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002372 return ret;
Joerg Roedel643511b2012-06-12 12:09:35 +02002373}
2374
Gerard Snitselaarae295142012-03-16 11:38:22 -07002375static int amd_iommu_enable_interrupts(void)
Joerg Roedel3d9761e2012-03-15 16:39:21 +01002376{
2377 struct amd_iommu *iommu;
2378 int ret = 0;
2379
2380 for_each_iommu(iommu) {
2381 ret = iommu_init_msi(iommu);
2382 if (ret)
2383 goto out;
2384 }
2385
2386out:
2387 return ret;
2388}
2389
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002390static bool detect_ivrs(void)
2391{
2392 struct acpi_table_header *ivrs_base;
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002393 acpi_status status;
2394
Lv Zheng6b11d1d2016-12-14 15:04:39 +08002395 status = acpi_get_table("IVRS", 0, &ivrs_base);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002396 if (status == AE_NOT_FOUND)
2397 return false;
2398 else if (ACPI_FAILURE(status)) {
2399 const char *err = acpi_format_exception(status);
2400 pr_err("AMD-Vi: IVRS table error: %s\n", err);
2401 return false;
2402 }
2403
Lv Zheng6b11d1d2016-12-14 15:04:39 +08002404 acpi_put_table(ivrs_base);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002405
Joerg Roedel1adb7d32012-08-06 14:18:42 +02002406 /* Make sure ACS will be enabled during PCI probe */
2407 pci_request_acs();
2408
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002409 return true;
2410}
2411
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002412/****************************************************************************
2413 *
2414 * AMD IOMMU Initialization State Machine
2415 *
2416 ****************************************************************************/
2417
2418static int __init state_next(void)
2419{
2420 int ret = 0;
2421
2422 switch (init_state) {
2423 case IOMMU_START_STATE:
2424 if (!detect_ivrs()) {
2425 init_state = IOMMU_NOT_FOUND;
2426 ret = -ENODEV;
2427 } else {
2428 init_state = IOMMU_IVRS_DETECTED;
2429 }
2430 break;
2431 case IOMMU_IVRS_DETECTED:
2432 ret = early_amd_iommu_init();
2433 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_ACPI_FINISHED;
Joerg Roedel7ad820e2017-06-16 16:09:59 +02002434 if (init_state == IOMMU_ACPI_FINISHED && amd_iommu_disabled) {
2435 pr_info("AMD-Vi: AMD IOMMU disabled on kernel command-line\n");
2436 free_dma_resources();
2437 free_iommu_resources();
2438 init_state = IOMMU_CMDLINE_DISABLED;
2439 ret = -EINVAL;
2440 }
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002441 break;
2442 case IOMMU_ACPI_FINISHED:
2443 early_enable_iommus();
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002444 x86_platform.iommu_shutdown = disable_iommus;
2445 init_state = IOMMU_ENABLED;
2446 break;
2447 case IOMMU_ENABLED:
Joerg Roedel74ddda72017-07-26 14:17:55 +02002448 register_syscore_ops(&amd_iommu_syscore_ops);
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002449 ret = amd_iommu_init_pci();
2450 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_PCI_INIT;
2451 enable_iommus_v2();
2452 break;
2453 case IOMMU_PCI_INIT:
2454 ret = amd_iommu_enable_interrupts();
2455 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_INTERRUPTS_EN;
2456 break;
2457 case IOMMU_INTERRUPTS_EN:
Joerg Roedel1e6a7b02015-07-28 16:58:48 +02002458 ret = amd_iommu_init_dma_ops();
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002459 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_DMA_OPS;
2460 break;
2461 case IOMMU_DMA_OPS:
2462 init_state = IOMMU_INITIALIZED;
2463 break;
2464 case IOMMU_INITIALIZED:
2465 /* Nothing to do */
2466 break;
2467 case IOMMU_NOT_FOUND:
2468 case IOMMU_INIT_ERROR:
Joerg Roedel1b1e9422017-06-16 16:09:56 +02002469 case IOMMU_CMDLINE_DISABLED:
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002470 /* Error states => do nothing */
2471 ret = -EINVAL;
2472 break;
2473 default:
2474 /* Unknown state */
2475 BUG();
2476 }
2477
2478 return ret;
2479}
2480
2481static int __init iommu_go_to_state(enum iommu_init_state state)
2482{
Joerg Roedel151b0902017-06-16 16:09:57 +02002483 int ret = -EINVAL;
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002484
2485 while (init_state != state) {
Joerg Roedel1b1e9422017-06-16 16:09:56 +02002486 if (init_state == IOMMU_NOT_FOUND ||
2487 init_state == IOMMU_INIT_ERROR ||
2488 init_state == IOMMU_CMDLINE_DISABLED)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002489 break;
Joerg Roedel151b0902017-06-16 16:09:57 +02002490 ret = state_next();
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002491 }
2492
2493 return ret;
2494}
2495
Joerg Roedel6b474b82012-06-26 16:46:04 +02002496#ifdef CONFIG_IRQ_REMAP
2497int __init amd_iommu_prepare(void)
2498{
Thomas Gleixner3f4cb7c2015-01-23 14:32:46 +01002499 int ret;
2500
Jiang Liu7fa1c842015-01-07 15:31:42 +08002501 amd_iommu_irq_remap = true;
Joerg Roedel84d07792015-01-07 15:31:39 +08002502
Thomas Gleixner3f4cb7c2015-01-23 14:32:46 +01002503 ret = iommu_go_to_state(IOMMU_ACPI_FINISHED);
2504 if (ret)
2505 return ret;
2506 return amd_iommu_irq_remap ? 0 : -ENODEV;
Joerg Roedel6b474b82012-06-26 16:46:04 +02002507}
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002508
Joerg Roedel6b474b82012-06-26 16:46:04 +02002509int __init amd_iommu_enable(void)
2510{
2511 int ret;
2512
2513 ret = iommu_go_to_state(IOMMU_ENABLED);
2514 if (ret)
2515 return ret;
2516
2517 irq_remapping_enabled = 1;
2518
2519 return 0;
2520}
2521
2522void amd_iommu_disable(void)
2523{
2524 amd_iommu_suspend();
2525}
2526
2527int amd_iommu_reenable(int mode)
2528{
2529 amd_iommu_resume();
2530
2531 return 0;
2532}
2533
2534int __init amd_iommu_enable_faulting(void)
2535{
2536 /* We enable MSI later when PCI is initialized */
2537 return 0;
2538}
2539#endif
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002540
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002541/*
2542 * This is the core init function for AMD IOMMU hardware in the system.
2543 * This function is called from the generic x86 DMA layer initialization
2544 * code.
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002545 */
2546static int __init amd_iommu_init(void)
2547{
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002548 int ret;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002549
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002550 ret = iommu_go_to_state(IOMMU_INITIALIZED);
2551 if (ret) {
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002552 free_dma_resources();
2553 if (!irq_remapping_enabled) {
2554 disable_iommus();
Joerg Roedel90b3eb02017-06-16 16:09:55 +02002555 free_iommu_resources();
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002556 } else {
2557 struct amd_iommu *iommu;
2558
2559 uninit_device_table_dma();
2560 for_each_iommu(iommu)
2561 iommu_flush_all_caches(iommu);
2562 }
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002563 }
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002564
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002565 return ret;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002566}
2567
Tom Lendacky2543a782017-07-17 16:10:24 -05002568static bool amd_iommu_sme_check(void)
2569{
2570 if (!sme_active() || (boot_cpu_data.x86 != 0x17))
2571 return true;
2572
2573 /* For Fam17h, a specific level of support is required */
2574 if (boot_cpu_data.microcode >= 0x08001205)
2575 return true;
2576
2577 if ((boot_cpu_data.microcode >= 0x08001126) &&
2578 (boot_cpu_data.microcode <= 0x080011ff))
2579 return true;
2580
2581 pr_notice("AMD-Vi: IOMMU not currently supported when SME is active\n");
2582
2583 return false;
2584}
2585
Joerg Roedelb65233a2008-07-11 17:14:21 +02002586/****************************************************************************
2587 *
2588 * Early detect code. This code runs at IOMMU detection time in the DMA
2589 * layer. It just looks if there is an IVRS ACPI table to detect AMD
2590 * IOMMUs
2591 *
2592 ****************************************************************************/
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002593int __init amd_iommu_detect(void)
Joerg Roedelae7877d2008-06-26 21:27:51 +02002594{
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002595 int ret;
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002596
FUJITA Tomonori75f1cdf2009-11-10 19:46:20 +09002597 if (no_iommu || (iommu_detected && !gart_iommu_aperture))
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002598 return -ENODEV;
Joerg Roedelae7877d2008-06-26 21:27:51 +02002599
Tom Lendacky2543a782017-07-17 16:10:24 -05002600 if (!amd_iommu_sme_check())
2601 return -ENODEV;
2602
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002603 ret = iommu_go_to_state(IOMMU_IVRS_DETECTED);
2604 if (ret)
2605 return ret;
Linus Torvalds11bd04f2009-12-11 12:18:16 -08002606
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002607 amd_iommu_detected = true;
2608 iommu_detected = 1;
2609 x86_init.iommu.iommu_init = amd_iommu_init;
2610
Jérôme Glisse4781bc42015-08-31 18:13:03 -04002611 return 1;
Joerg Roedelae7877d2008-06-26 21:27:51 +02002612}
2613
Joerg Roedelb65233a2008-07-11 17:14:21 +02002614/****************************************************************************
2615 *
2616 * Parsing functions for the AMD IOMMU specific kernel command line
2617 * options.
2618 *
2619 ****************************************************************************/
2620
Joerg Roedelfefda112009-05-20 12:21:42 +02002621static int __init parse_amd_iommu_dump(char *str)
2622{
2623 amd_iommu_dump = true;
2624
2625 return 1;
2626}
2627
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002628static int __init parse_amd_iommu_intr(char *str)
2629{
2630 for (; *str; ++str) {
2631 if (strncmp(str, "legacy", 6) == 0) {
2632 amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_LEGACY;
2633 break;
2634 }
2635 if (strncmp(str, "vapic", 5) == 0) {
2636 amd_iommu_guest_ir = AMD_IOMMU_GUEST_IR_VAPIC;
2637 break;
2638 }
2639 }
2640 return 1;
2641}
2642
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002643static int __init parse_amd_iommu_options(char *str)
2644{
2645 for (; *str; ++str) {
Joerg Roedel695b5672008-11-17 15:16:43 +01002646 if (strncmp(str, "fullflush", 9) == 0)
FUJITA Tomonoriafa9fdc2008-09-20 01:23:30 +09002647 amd_iommu_unmap_flush = true;
Joerg Roedela5235722010-05-11 17:12:33 +02002648 if (strncmp(str, "off", 3) == 0)
2649 amd_iommu_disabled = true;
Joerg Roedel5abcdba2011-12-01 15:49:45 +01002650 if (strncmp(str, "force_isolation", 15) == 0)
2651 amd_iommu_force_isolation = true;
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002652 }
2653
2654 return 1;
2655}
2656
Joerg Roedel440e89982013-04-09 16:35:28 +02002657static int __init parse_ivrs_ioapic(char *str)
2658{
2659 unsigned int bus, dev, fn;
2660 int ret, id, i;
2661 u16 devid;
2662
2663 ret = sscanf(str, "[%d]=%x:%x.%x", &id, &bus, &dev, &fn);
2664
2665 if (ret != 4) {
2666 pr_err("AMD-Vi: Invalid command line: ivrs_ioapic%s\n", str);
2667 return 1;
2668 }
2669
2670 if (early_ioapic_map_size == EARLY_MAP_SIZE) {
2671 pr_err("AMD-Vi: Early IOAPIC map overflow - ignoring ivrs_ioapic%s\n",
2672 str);
2673 return 1;
2674 }
2675
2676 devid = ((bus & 0xff) << 8) | ((dev & 0x1f) << 3) | (fn & 0x7);
2677
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002678 cmdline_maps = true;
Joerg Roedel440e89982013-04-09 16:35:28 +02002679 i = early_ioapic_map_size++;
2680 early_ioapic_map[i].id = id;
2681 early_ioapic_map[i].devid = devid;
2682 early_ioapic_map[i].cmd_line = true;
2683
2684 return 1;
2685}
2686
2687static int __init parse_ivrs_hpet(char *str)
2688{
2689 unsigned int bus, dev, fn;
2690 int ret, id, i;
2691 u16 devid;
2692
2693 ret = sscanf(str, "[%d]=%x:%x.%x", &id, &bus, &dev, &fn);
2694
2695 if (ret != 4) {
2696 pr_err("AMD-Vi: Invalid command line: ivrs_hpet%s\n", str);
2697 return 1;
2698 }
2699
2700 if (early_hpet_map_size == EARLY_MAP_SIZE) {
2701 pr_err("AMD-Vi: Early HPET map overflow - ignoring ivrs_hpet%s\n",
2702 str);
2703 return 1;
2704 }
2705
2706 devid = ((bus & 0xff) << 8) | ((dev & 0x1f) << 3) | (fn & 0x7);
2707
Joerg Roedeldfbb6d42013-04-09 19:06:18 +02002708 cmdline_maps = true;
Joerg Roedel440e89982013-04-09 16:35:28 +02002709 i = early_hpet_map_size++;
2710 early_hpet_map[i].id = id;
2711 early_hpet_map[i].devid = devid;
2712 early_hpet_map[i].cmd_line = true;
2713
2714 return 1;
2715}
2716
Suravee Suthikulpanitca3bf5d2016-04-01 09:06:01 -04002717static int __init parse_ivrs_acpihid(char *str)
2718{
2719 u32 bus, dev, fn;
2720 char *hid, *uid, *p;
2721 char acpiid[ACPIHID_UID_LEN + ACPIHID_HID_LEN] = {0};
2722 int ret, i;
2723
2724 ret = sscanf(str, "[%x:%x.%x]=%s", &bus, &dev, &fn, acpiid);
2725 if (ret != 4) {
2726 pr_err("AMD-Vi: Invalid command line: ivrs_acpihid(%s)\n", str);
2727 return 1;
2728 }
2729
2730 p = acpiid;
2731 hid = strsep(&p, ":");
2732 uid = p;
2733
2734 if (!hid || !(*hid) || !uid) {
2735 pr_err("AMD-Vi: Invalid command line: hid or uid\n");
2736 return 1;
2737 }
2738
2739 i = early_acpihid_map_size++;
2740 memcpy(early_acpihid_map[i].hid, hid, strlen(hid));
2741 memcpy(early_acpihid_map[i].uid, uid, strlen(uid));
2742 early_acpihid_map[i].devid =
2743 ((bus & 0xff) << 8) | ((dev & 0x1f) << 3) | (fn & 0x7);
2744 early_acpihid_map[i].cmd_line = true;
2745
2746 return 1;
2747}
2748
Joerg Roedel440e89982013-04-09 16:35:28 +02002749__setup("amd_iommu_dump", parse_amd_iommu_dump);
2750__setup("amd_iommu=", parse_amd_iommu_options);
Suravee Suthikulpanit3928aa32016-08-23 13:52:32 -05002751__setup("amd_iommu_intr=", parse_amd_iommu_intr);
Joerg Roedel440e89982013-04-09 16:35:28 +02002752__setup("ivrs_ioapic", parse_ivrs_ioapic);
2753__setup("ivrs_hpet", parse_ivrs_hpet);
Suravee Suthikulpanitca3bf5d2016-04-01 09:06:01 -04002754__setup("ivrs_acpihid", parse_ivrs_acpihid);
Konrad Rzeszutek Wilk22e6daf2010-08-26 13:58:03 -04002755
2756IOMMU_INIT_FINISH(amd_iommu_detect,
2757 gart_iommu_hole_init,
Joerg Roedel98f1ad22012-07-06 13:28:37 +02002758 NULL,
2759 NULL);
Joerg Roedel400a28a2011-11-28 15:11:02 +01002760
2761bool amd_iommu_v2_supported(void)
2762{
2763 return amd_iommu_v2_present;
2764}
2765EXPORT_SYMBOL(amd_iommu_v2_supported);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002766
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002767struct amd_iommu *get_amd_iommu(unsigned int idx)
2768{
2769 unsigned int i = 0;
2770 struct amd_iommu *iommu;
2771
2772 for_each_iommu(iommu)
2773 if (i++ == idx)
2774 return iommu;
2775 return NULL;
2776}
2777EXPORT_SYMBOL(get_amd_iommu);
2778
Steven L Kinney30861dd2013-06-05 16:11:48 -05002779/****************************************************************************
2780 *
2781 * IOMMU EFR Performance Counter support functionality. This code allows
2782 * access to the IOMMU PC functionality.
2783 *
2784 ****************************************************************************/
2785
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002786u8 amd_iommu_pc_get_max_banks(unsigned int idx)
Steven L Kinney30861dd2013-06-05 16:11:48 -05002787{
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002788 struct amd_iommu *iommu = get_amd_iommu(idx);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002789
Steven L Kinney30861dd2013-06-05 16:11:48 -05002790 if (iommu)
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002791 return iommu->max_banks;
Steven L Kinney30861dd2013-06-05 16:11:48 -05002792
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002793 return 0;
Steven L Kinney30861dd2013-06-05 16:11:48 -05002794}
2795EXPORT_SYMBOL(amd_iommu_pc_get_max_banks);
2796
2797bool amd_iommu_pc_supported(void)
2798{
2799 return amd_iommu_pc_present;
2800}
2801EXPORT_SYMBOL(amd_iommu_pc_supported);
2802
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002803u8 amd_iommu_pc_get_max_counters(unsigned int idx)
Steven L Kinney30861dd2013-06-05 16:11:48 -05002804{
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002805 struct amd_iommu *iommu = get_amd_iommu(idx);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002806
Steven L Kinney30861dd2013-06-05 16:11:48 -05002807 if (iommu)
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002808 return iommu->max_counters;
Steven L Kinney30861dd2013-06-05 16:11:48 -05002809
Suravee Suthikulpanitf5863a02017-02-24 02:48:18 -06002810 return 0;
Steven L Kinney30861dd2013-06-05 16:11:48 -05002811}
2812EXPORT_SYMBOL(amd_iommu_pc_get_max_counters);
2813
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002814static int iommu_pc_get_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr,
2815 u8 fxn, u64 *value, bool is_write)
Steven L Kinney30861dd2013-06-05 16:11:48 -05002816{
Steven L Kinney30861dd2013-06-05 16:11:48 -05002817 u32 offset;
2818 u32 max_offset_lim;
2819
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002820 /* Make sure the IOMMU PC resource is available */
2821 if (!amd_iommu_pc_present)
2822 return -ENODEV;
2823
Steven L Kinney30861dd2013-06-05 16:11:48 -05002824 /* Check for valid iommu and pc register indexing */
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002825 if (WARN_ON(!iommu || (fxn > 0x28) || (fxn & 7)))
Steven L Kinney30861dd2013-06-05 16:11:48 -05002826 return -ENODEV;
2827
Suravee Suthikulpanit0a6d80c2017-02-24 02:48:16 -06002828 offset = (u32)(((0x40 | bank) << 12) | (cntr << 8) | fxn);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002829
2830 /* Limit the offset to the hw defined mmio region aperture */
Suravee Suthikulpanit0a6d80c2017-02-24 02:48:16 -06002831 max_offset_lim = (u32)(((0x40 | iommu->max_banks) << 12) |
Steven L Kinney30861dd2013-06-05 16:11:48 -05002832 (iommu->max_counters << 8) | 0x28);
2833 if ((offset < MMIO_CNTR_REG_OFFSET) ||
2834 (offset > max_offset_lim))
2835 return -EINVAL;
2836
2837 if (is_write) {
Suravee Suthikulpanit0a6d80c2017-02-24 02:48:16 -06002838 u64 val = *value & GENMASK_ULL(47, 0);
2839
2840 writel((u32)val, iommu->mmio_base + offset);
2841 writel((val >> 32), iommu->mmio_base + offset + 4);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002842 } else {
2843 *value = readl(iommu->mmio_base + offset + 4);
2844 *value <<= 32;
Suravee Suthikulpanit0a6d80c2017-02-24 02:48:16 -06002845 *value |= readl(iommu->mmio_base + offset);
2846 *value &= GENMASK_ULL(47, 0);
Steven L Kinney30861dd2013-06-05 16:11:48 -05002847 }
2848
2849 return 0;
2850}
Suravee Suthikulpanit38e45d02016-02-23 13:03:30 +01002851
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002852int amd_iommu_pc_get_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value)
Suravee Suthikulpanit38e45d02016-02-23 13:03:30 +01002853{
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002854 if (!iommu)
2855 return -EINVAL;
Suravee Suthikulpanit38e45d02016-02-23 13:03:30 +01002856
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002857 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, false);
Suravee Suthikulpanit38e45d02016-02-23 13:03:30 +01002858}
Suravee Suthikulpanit1650dfd2017-02-24 02:48:19 -06002859EXPORT_SYMBOL(amd_iommu_pc_get_reg);
2860
2861int amd_iommu_pc_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, u8 fxn, u64 *value)
2862{
2863 if (!iommu)
2864 return -EINVAL;
2865
2866 return iommu_pc_get_set_reg(iommu, bank, cntr, fxn, value, true);
2867}
2868EXPORT_SYMBOL(amd_iommu_pc_set_reg);