blob: 81fff9e49a3fbbcf9fd146937ed0016eb7743238 [file] [log] [blame]
Joerg Roedelb6c02712008-06-26 21:27:53 +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 Roedelb6c02712008-06-26 21:27:53 +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
Joerg Roedel101fa032018-11-27 16:22:31 +010020#define pr_fmt(fmt) "AMD-Vi: " fmt
21
Joerg Roedel72e1dcc2011-11-10 19:13:51 +010022#include <linux/ratelimit.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020023#include <linux/pci.h>
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -040024#include <linux/acpi.h>
Wan Zongshun9a4d3bf52016-04-01 09:06:05 -040025#include <linux/amba/bus.h>
Wan Zongshun0076cd32016-05-10 09:21:01 -040026#include <linux/platform_device.h>
Joerg Roedelcb41ed82011-04-05 11:00:53 +020027#include <linux/pci-ats.h>
Akinobu Mitaa66022c2009-12-15 16:48:28 -080028#include <linux/bitmap.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090029#include <linux/slab.h>
Joerg Roedel7f265082008-12-12 13:50:21 +010030#include <linux/debugfs.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020031#include <linux/scatterlist.h>
FUJITA Tomonori51491362009-01-05 23:47:25 +090032#include <linux/dma-mapping.h>
Christoph Hellwigfec777c2018-03-19 11:38:15 +010033#include <linux/dma-direct.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020034#include <linux/iommu-helper.h>
Joerg Roedelc156e342008-12-02 18:13:27 +010035#include <linux/iommu.h>
Joerg Roedel815b33f2011-04-06 17:26:49 +020036#include <linux/delay.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020037#include <linux/amd-iommu.h>
Joerg Roedel72e1dcc2011-11-10 19:13:51 +010038#include <linux/notifier.h>
39#include <linux/export.h>
Joerg Roedel2b324502012-06-21 16:29:10 +020040#include <linux/irq.h>
41#include <linux/msi.h>
Joerg Roedel3b839a52015-04-01 14:58:47 +020042#include <linux/dma-contiguous.h>
Jiang Liu7c71d302015-04-13 14:11:33 +080043#include <linux/irqdomain.h>
Joerg Roedel5f6bed52015-12-22 13:34:22 +010044#include <linux/percpu.h>
Joerg Roedel307d5852016-07-05 11:54:04 +020045#include <linux/iova.h>
Joerg Roedel2b324502012-06-21 16:29:10 +020046#include <asm/irq_remapping.h>
47#include <asm/io_apic.h>
48#include <asm/apic.h>
49#include <asm/hw_irq.h>
Joerg Roedel17f5b562011-07-06 17:14:44 +020050#include <asm/msidef.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020051#include <asm/proto.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090052#include <asm/iommu.h>
Joerg Roedel1d9b16d2008-11-27 18:39:15 +010053#include <asm/gart.h>
Joerg Roedel27c21272011-05-30 15:56:24 +020054#include <asm/dma.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020055
56#include "amd_iommu_proto.h"
57#include "amd_iommu_types.h"
Joerg Roedel6b474b82012-06-26 16:46:04 +020058#include "irq_remapping.h"
Joerg Roedelb6c02712008-06-26 21:27:53 +020059
Christoph Hellwiga8695722017-05-21 13:26:45 +020060#define AMD_IOMMU_MAPPING_ERROR 0
61
Joerg Roedelb6c02712008-06-26 21:27:53 +020062#define CMD_SET_TYPE(cmd, t) ((cmd)->data[1] |= ((t) << 28))
63
Joerg Roedel815b33f2011-04-06 17:26:49 +020064#define LOOP_TIMEOUT 100000
Joerg Roedel136f78a2008-07-11 17:14:27 +020065
Joerg Roedel307d5852016-07-05 11:54:04 +020066/* IO virtual address start page frame number */
67#define IOVA_START_PFN (1)
68#define IOVA_PFN(addr) ((addr) >> PAGE_SHIFT)
Joerg Roedel307d5852016-07-05 11:54:04 +020069
Joerg Roedel81cd07b2016-07-07 18:01:10 +020070/* Reserved IOVA ranges */
71#define MSI_RANGE_START (0xfee00000)
72#define MSI_RANGE_END (0xfeefffff)
73#define HT_RANGE_START (0xfd00000000ULL)
74#define HT_RANGE_END (0xffffffffffULL)
75
Ohad Ben-Cohenaa3de9c2011-11-10 11:32:29 +020076/*
77 * This bitmap is used to advertise the page sizes our hardware support
78 * to the IOMMU core, which will then use this information to split
79 * physically contiguous memory regions it is mapping into page sizes
80 * that we support.
81 *
Joerg Roedel954e3dd2012-12-02 15:35:37 +010082 * 512GB Pages are not supported due to a hardware bug
Ohad Ben-Cohenaa3de9c2011-11-10 11:32:29 +020083 */
Joerg Roedel954e3dd2012-12-02 15:35:37 +010084#define AMD_IOMMU_PGSIZES ((~0xFFFUL) & ~(2ULL << 38))
Ohad Ben-Cohenaa3de9c2011-11-10 11:32:29 +020085
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +010086static DEFINE_SPINLOCK(amd_iommu_devtable_lock);
Sebastian Andrzej Siewior2bc00182018-03-22 16:22:35 +010087static DEFINE_SPINLOCK(pd_bitmap_lock);
Joerg Roedelb6c02712008-06-26 21:27:53 +020088
Joerg Roedel8fa5f802011-06-09 12:24:45 +020089/* List of all available dev_data structures */
Sebastian Andrzej Siewior779da732018-03-22 16:22:34 +010090static LLIST_HEAD(dev_data_list);
Joerg Roedel8fa5f802011-06-09 12:24:45 +020091
Joerg Roedel6efed632012-06-14 15:52:58 +020092LIST_HEAD(ioapic_map);
93LIST_HEAD(hpet_map);
Wan Zongshun2a0cb4e2016-04-01 09:06:00 -040094LIST_HEAD(acpihid_map);
Joerg Roedel6efed632012-06-14 15:52:58 +020095
Joerg Roedel0feae532009-08-26 15:26:30 +020096/*
97 * Domain for untranslated devices - only allocated
98 * if iommu=pt passed on kernel cmd line.
99 */
Joerg Roedelb0119e82017-02-01 13:23:08 +0100100const struct iommu_ops amd_iommu_ops;
Joerg Roedel26961ef2008-12-03 17:00:17 +0100101
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100102static ATOMIC_NOTIFIER_HEAD(ppr_notifier);
Joerg Roedel52815b72011-11-17 17:24:28 +0100103int amd_iommu_max_glx_val = -1;
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100104
Bart Van Assche52997092017-01-20 13:04:01 -0800105static const struct dma_map_ops amd_iommu_dma_ops;
Joerg Roedelac1534a2012-06-21 14:52:40 +0200106
Joerg Roedel431b2a22008-07-11 17:14:22 +0200107/*
108 * general struct to manage commands send to an IOMMU
109 */
Joerg Roedeld6449532008-07-11 17:14:28 +0200110struct iommu_cmd {
Joerg Roedelb6c02712008-06-26 21:27:53 +0200111 u32 data[4];
112};
113
Joerg Roedel05152a02012-06-15 16:53:51 +0200114struct kmem_cache *amd_iommu_irq_cache;
115
Joerg Roedel04bfdd82009-09-02 16:00:23 +0200116static void update_domain(struct protection_domain *domain);
Joerg Roedel7a5a5662015-06-30 08:56:11 +0200117static int protection_domain_init(struct protection_domain *domain);
Joerg Roedelb6809ee2016-02-26 16:48:59 +0100118static void detach_device(struct device *dev);
Joerg Roedel9003d612017-08-10 17:19:13 +0200119static void iova_domain_flush_tlb(struct iova_domain *iovad);
Joerg Roedeld4241a22017-06-02 14:55:56 +0200120
Joerg Roedel007b74b2015-12-21 12:53:54 +0100121/*
Joerg Roedel007b74b2015-12-21 12:53:54 +0100122 * Data container for a dma_ops specific protection domain
123 */
124struct dma_ops_domain {
125 /* generic protection domain information */
126 struct protection_domain domain;
127
Joerg Roedel307d5852016-07-05 11:54:04 +0200128 /* IOVA RB-Tree */
129 struct iova_domain iovad;
Joerg Roedel007b74b2015-12-21 12:53:54 +0100130};
131
Joerg Roedel81cd07b2016-07-07 18:01:10 +0200132static struct iova_domain reserved_iova_ranges;
133static struct lock_class_key reserved_rbtree_key;
134
Joerg Roedel15898bb2009-11-24 15:39:42 +0100135/****************************************************************************
136 *
137 * Helper functions
138 *
139 ****************************************************************************/
140
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -0400141static inline int match_hid_uid(struct device *dev,
142 struct acpihid_map_entry *entry)
Joerg Roedel3f4b87b2015-03-26 13:43:07 +0100143{
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -0400144 const char *hid, *uid;
145
146 hid = acpi_device_hid(ACPI_COMPANION(dev));
147 uid = acpi_device_uid(ACPI_COMPANION(dev));
148
149 if (!hid || !(*hid))
150 return -ENODEV;
151
152 if (!uid || !(*uid))
153 return strcmp(hid, entry->hid);
154
155 if (!(*entry->uid))
156 return strcmp(hid, entry->hid);
157
158 return (strcmp(hid, entry->hid) || strcmp(uid, entry->uid));
Joerg Roedel3f4b87b2015-03-26 13:43:07 +0100159}
160
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -0400161static inline u16 get_pci_device_id(struct device *dev)
Joerg Roedele3156042016-04-08 15:12:24 +0200162{
163 struct pci_dev *pdev = to_pci_dev(dev);
164
165 return PCI_DEVID(pdev->bus->number, pdev->devfn);
166}
167
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -0400168static inline int get_acpihid_device_id(struct device *dev,
169 struct acpihid_map_entry **entry)
170{
171 struct acpihid_map_entry *p;
172
173 list_for_each_entry(p, &acpihid_map, list) {
174 if (!match_hid_uid(dev, p)) {
175 if (entry)
176 *entry = p;
177 return p->devid;
178 }
179 }
180 return -EINVAL;
181}
182
183static inline int get_device_id(struct device *dev)
184{
185 int devid;
186
187 if (dev_is_pci(dev))
188 devid = get_pci_device_id(dev);
189 else
190 devid = get_acpihid_device_id(dev, NULL);
191
192 return devid;
193}
194
Joerg Roedel15898bb2009-11-24 15:39:42 +0100195static struct protection_domain *to_pdomain(struct iommu_domain *dom)
196{
197 return container_of(dom, struct protection_domain, domain);
198}
199
Joerg Roedelb3311b02016-07-08 13:31:31 +0200200static struct dma_ops_domain* to_dma_ops_domain(struct protection_domain *domain)
201{
202 BUG_ON(domain->flags != PD_DMA_OPS_MASK);
203 return container_of(domain, struct dma_ops_domain, domain);
204}
205
Joerg Roedelf62dda62011-06-09 12:55:35 +0200206static struct iommu_dev_data *alloc_dev_data(u16 devid)
Joerg Roedel8fa5f802011-06-09 12:24:45 +0200207{
208 struct iommu_dev_data *dev_data;
Joerg Roedel8fa5f802011-06-09 12:24:45 +0200209
210 dev_data = kzalloc(sizeof(*dev_data), GFP_KERNEL);
211 if (!dev_data)
212 return NULL;
213
Joerg Roedelf62dda62011-06-09 12:55:35 +0200214 dev_data->devid = devid;
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200215 ratelimit_default_init(&dev_data->rs);
216
Sebastian Andrzej Siewior779da732018-03-22 16:22:34 +0100217 llist_add(&dev_data->dev_data_list, &dev_data_list);
Joerg Roedel8fa5f802011-06-09 12:24:45 +0200218 return dev_data;
219}
220
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200221static struct iommu_dev_data *search_dev_data(u16 devid)
222{
223 struct iommu_dev_data *dev_data;
Sebastian Andrzej Siewior779da732018-03-22 16:22:34 +0100224 struct llist_node *node;
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200225
Sebastian Andrzej Siewior779da732018-03-22 16:22:34 +0100226 if (llist_empty(&dev_data_list))
227 return NULL;
228
229 node = dev_data_list.first;
230 llist_for_each_entry(dev_data, node, dev_data_list) {
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200231 if (dev_data->devid == devid)
Sebastian Andrzej Siewior779da732018-03-22 16:22:34 +0100232 return dev_data;
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200233 }
234
Sebastian Andrzej Siewior779da732018-03-22 16:22:34 +0100235 return NULL;
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200236}
237
Joerg Roedele3156042016-04-08 15:12:24 +0200238static int __last_alias(struct pci_dev *pdev, u16 alias, void *data)
239{
240 *(u16 *)data = alias;
241 return 0;
242}
243
244static u16 get_alias(struct device *dev)
245{
246 struct pci_dev *pdev = to_pci_dev(dev);
247 u16 devid, ivrs_alias, pci_alias;
248
Joerg Roedel6c0b43d2016-05-09 19:39:17 +0200249 /* The callers make sure that get_device_id() does not fail here */
Joerg Roedele3156042016-04-08 15:12:24 +0200250 devid = get_device_id(dev);
Arindam Nath5ebb1bc2018-09-18 15:40:58 +0530251
252 /* For ACPI HID devices, we simply return the devid as such */
253 if (!dev_is_pci(dev))
254 return devid;
255
Joerg Roedele3156042016-04-08 15:12:24 +0200256 ivrs_alias = amd_iommu_alias_table[devid];
Arindam Nath5ebb1bc2018-09-18 15:40:58 +0530257
Joerg Roedele3156042016-04-08 15:12:24 +0200258 pci_for_each_dma_alias(pdev, __last_alias, &pci_alias);
259
260 if (ivrs_alias == pci_alias)
261 return ivrs_alias;
262
263 /*
264 * DMA alias showdown
265 *
266 * The IVRS is fairly reliable in telling us about aliases, but it
267 * can't know about every screwy device. If we don't have an IVRS
268 * reported alias, use the PCI reported alias. In that case we may
269 * still need to initialize the rlookup and dev_table entries if the
270 * alias is to a non-existent device.
271 */
272 if (ivrs_alias == devid) {
273 if (!amd_iommu_rlookup_table[pci_alias]) {
274 amd_iommu_rlookup_table[pci_alias] =
275 amd_iommu_rlookup_table[devid];
276 memcpy(amd_iommu_dev_table[pci_alias].data,
277 amd_iommu_dev_table[devid].data,
278 sizeof(amd_iommu_dev_table[pci_alias].data));
279 }
280
281 return pci_alias;
282 }
283
Joerg Roedel101fa032018-11-27 16:22:31 +0100284 pr_info("Using IVRS reported alias %02x:%02x.%d "
Joerg Roedele3156042016-04-08 15:12:24 +0200285 "for device %s[%04x:%04x], kernel reported alias "
286 "%02x:%02x.%d\n", PCI_BUS_NUM(ivrs_alias), PCI_SLOT(ivrs_alias),
287 PCI_FUNC(ivrs_alias), dev_name(dev), pdev->vendor, pdev->device,
288 PCI_BUS_NUM(pci_alias), PCI_SLOT(pci_alias),
289 PCI_FUNC(pci_alias));
290
291 /*
292 * If we don't have a PCI DMA alias and the IVRS alias is on the same
293 * bus, then the IVRS table may know about a quirk that we don't.
294 */
295 if (pci_alias == devid &&
296 PCI_BUS_NUM(ivrs_alias) == pdev->bus->number) {
Linus Torvalds7afd16f2016-05-19 13:10:54 -0700297 pci_add_dma_alias(pdev, ivrs_alias & 0xff);
Joerg Roedel101fa032018-11-27 16:22:31 +0100298 pr_info("Added PCI DMA alias %02x.%d for %s\n",
Joerg Roedele3156042016-04-08 15:12:24 +0200299 PCI_SLOT(ivrs_alias), PCI_FUNC(ivrs_alias),
300 dev_name(dev));
301 }
302
303 return ivrs_alias;
304}
305
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200306static struct iommu_dev_data *find_dev_data(u16 devid)
307{
308 struct iommu_dev_data *dev_data;
Baoquan Hedf3f7a62017-08-09 16:33:41 +0800309 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200310
311 dev_data = search_dev_data(devid);
312
Baoquan Hedf3f7a62017-08-09 16:33:41 +0800313 if (dev_data == NULL) {
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200314 dev_data = alloc_dev_data(devid);
Sebastian Andrzej Siewior39ffe392018-03-22 16:22:33 +0100315 if (!dev_data)
316 return NULL;
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200317
Baoquan Hedf3f7a62017-08-09 16:33:41 +0800318 if (translation_pre_enabled(iommu))
319 dev_data->defer_attach = true;
320 }
321
Joerg Roedel3b03bb72011-06-09 18:53:25 +0200322 return dev_data;
323}
324
Baoquan Hedaae2d22017-08-09 16:33:43 +0800325struct iommu_dev_data *get_dev_data(struct device *dev)
Joerg Roedel657cbb62009-11-23 15:26:46 +0100326{
327 return dev->archdata.iommu;
328}
Baoquan Hedaae2d22017-08-09 16:33:43 +0800329EXPORT_SYMBOL(get_dev_data);
Joerg Roedel657cbb62009-11-23 15:26:46 +0100330
Wan Zongshunb097d112016-04-01 09:06:04 -0400331/*
332* Find or create an IOMMU group for a acpihid device.
333*/
334static struct iommu_group *acpihid_device_group(struct device *dev)
335{
336 struct acpihid_map_entry *p, *entry = NULL;
Dan Carpenter2d8e1f02016-04-11 10:14:46 +0300337 int devid;
Wan Zongshunb097d112016-04-01 09:06:04 -0400338
339 devid = get_acpihid_device_id(dev, &entry);
340 if (devid < 0)
341 return ERR_PTR(devid);
342
343 list_for_each_entry(p, &acpihid_map, list) {
344 if ((devid == p->devid) && p->group)
345 entry->group = p->group;
346 }
347
348 if (!entry->group)
349 entry->group = generic_device_group(dev);
Robin Murphyf2f101f2016-11-11 17:59:23 +0000350 else
351 iommu_group_ref_get(entry->group);
Wan Zongshunb097d112016-04-01 09:06:04 -0400352
353 return entry->group;
354}
355
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100356static bool pci_iommuv2_capable(struct pci_dev *pdev)
357{
358 static const int caps[] = {
359 PCI_EXT_CAP_ID_ATS,
Joerg Roedel46277b72011-12-07 14:34:02 +0100360 PCI_EXT_CAP_ID_PRI,
361 PCI_EXT_CAP_ID_PASID,
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100362 };
363 int i, pos;
364
Gil Kupfercef74402018-05-10 17:56:02 -0500365 if (pci_ats_disabled())
366 return false;
367
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100368 for (i = 0; i < 3; ++i) {
369 pos = pci_find_ext_capability(pdev, caps[i]);
370 if (pos == 0)
371 return false;
372 }
373
374 return true;
375}
376
Joerg Roedel6a113dd2011-12-01 12:04:58 +0100377static bool pdev_pri_erratum(struct pci_dev *pdev, u32 erratum)
378{
379 struct iommu_dev_data *dev_data;
380
381 dev_data = get_dev_data(&pdev->dev);
382
383 return dev_data->errata & (1 << erratum) ? true : false;
384}
385
Joerg Roedel71c70982009-11-24 16:43:06 +0100386/*
Joerg Roedel98fc5a62009-11-24 17:19:23 +0100387 * This function checks if the driver got a valid device from the caller to
388 * avoid dereferencing invalid pointers.
389 */
390static bool check_device(struct device *dev)
391{
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400392 int devid;
Joerg Roedel98fc5a62009-11-24 17:19:23 +0100393
394 if (!dev || !dev->dma_mask)
395 return false;
396
Joerg Roedel98fc5a62009-11-24 17:19:23 +0100397 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +0200398 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400399 return false;
Joerg Roedel98fc5a62009-11-24 17:19:23 +0100400
401 /* Out of our scope? */
402 if (devid > amd_iommu_last_bdf)
403 return false;
404
405 if (amd_iommu_rlookup_table[devid] == NULL)
406 return false;
407
408 return true;
409}
410
Alex Williamson25b11ce2014-09-19 10:03:13 -0600411static void init_iommu_group(struct device *dev)
Alex Williamson2851db22012-10-08 22:49:41 -0600412{
Alex Williamson2851db22012-10-08 22:49:41 -0600413 struct iommu_group *group;
Alex Williamson2851db22012-10-08 22:49:41 -0600414
Alex Williamson65d53522014-07-03 09:51:30 -0600415 group = iommu_group_get_for_dev(dev);
Joerg Roedel0bb6e242015-05-28 18:41:40 +0200416 if (IS_ERR(group))
417 return;
418
Joerg Roedel0bb6e242015-05-28 18:41:40 +0200419 iommu_group_put(group);
Alex Williamsoneb9c9522012-10-08 22:49:35 -0600420}
421
422static int iommu_init_device(struct device *dev)
423{
Alex Williamsoneb9c9522012-10-08 22:49:35 -0600424 struct iommu_dev_data *dev_data;
Joerg Roedel39ab9552017-02-01 16:56:46 +0100425 struct amd_iommu *iommu;
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400426 int devid;
Alex Williamsoneb9c9522012-10-08 22:49:35 -0600427
428 if (dev->archdata.iommu)
429 return 0;
430
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400431 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +0200432 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400433 return devid;
434
Joerg Roedel39ab9552017-02-01 16:56:46 +0100435 iommu = amd_iommu_rlookup_table[devid];
436
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400437 dev_data = find_dev_data(devid);
Alex Williamsoneb9c9522012-10-08 22:49:35 -0600438 if (!dev_data)
439 return -ENOMEM;
440
Joerg Roedele3156042016-04-08 15:12:24 +0200441 dev_data->alias = get_alias(dev);
442
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -0400443 if (dev_is_pci(dev) && pci_iommuv2_capable(to_pci_dev(dev))) {
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100444 struct amd_iommu *iommu;
445
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -0400446 iommu = amd_iommu_rlookup_table[dev_data->devid];
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100447 dev_data->iommu_v2 = iommu->is_iommu_v2;
448 }
449
Joerg Roedel657cbb62009-11-23 15:26:46 +0100450 dev->archdata.iommu = dev_data;
451
Joerg Roedele3d10af2017-02-01 17:23:22 +0100452 iommu_device_link(&iommu->iommu, dev);
Alex Williamson066f2e92014-06-12 16:12:37 -0600453
Joerg Roedel657cbb62009-11-23 15:26:46 +0100454 return 0;
455}
456
Joerg Roedel26018872011-06-06 16:50:14 +0200457static void iommu_ignore_device(struct device *dev)
458{
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400459 u16 alias;
460 int devid;
Joerg Roedel26018872011-06-06 16:50:14 +0200461
462 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +0200463 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400464 return;
465
Joerg Roedele3156042016-04-08 15:12:24 +0200466 alias = get_alias(dev);
Joerg Roedel26018872011-06-06 16:50:14 +0200467
468 memset(&amd_iommu_dev_table[devid], 0, sizeof(struct dev_table_entry));
469 memset(&amd_iommu_dev_table[alias], 0, sizeof(struct dev_table_entry));
470
471 amd_iommu_rlookup_table[devid] = NULL;
472 amd_iommu_rlookup_table[alias] = NULL;
473}
474
Joerg Roedel657cbb62009-11-23 15:26:46 +0100475static void iommu_uninit_device(struct device *dev)
476{
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400477 struct iommu_dev_data *dev_data;
Joerg Roedel39ab9552017-02-01 16:56:46 +0100478 struct amd_iommu *iommu;
479 int devid;
Alex Williamsonc1931092014-07-03 09:51:24 -0600480
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400481 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +0200482 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400483 return;
484
Joerg Roedel39ab9552017-02-01 16:56:46 +0100485 iommu = amd_iommu_rlookup_table[devid];
486
Wan Zongshun7aba6cb2016-04-01 09:06:02 -0400487 dev_data = search_dev_data(devid);
Alex Williamsonc1931092014-07-03 09:51:24 -0600488 if (!dev_data)
489 return;
490
Joerg Roedelb6809ee2016-02-26 16:48:59 +0100491 if (dev_data->domain)
492 detach_device(dev);
493
Joerg Roedele3d10af2017-02-01 17:23:22 +0100494 iommu_device_unlink(&iommu->iommu, dev);
Alex Williamson066f2e92014-06-12 16:12:37 -0600495
Alex Williamson9dcd6132012-05-30 14:19:07 -0600496 iommu_group_remove_device(dev);
497
Joerg Roedelaafd8ba2015-05-28 18:41:39 +0200498 /* Remove dma-ops */
Bart Van Assche56579332017-01-20 13:04:02 -0800499 dev->dma_ops = NULL;
Joerg Roedelaafd8ba2015-05-28 18:41:39 +0200500
Joerg Roedel8fa5f802011-06-09 12:24:45 +0200501 /*
Alex Williamsonc1931092014-07-03 09:51:24 -0600502 * We keep dev_data around for unplugged devices and reuse it when the
503 * device is re-plugged - not doing so would introduce a ton of races.
Joerg Roedel8fa5f802011-06-09 12:24:45 +0200504 */
Joerg Roedel657cbb62009-11-23 15:26:46 +0100505}
Joerg Roedelb7cc9552009-12-10 11:03:39 +0100506
Joerg Roedel431b2a22008-07-11 17:14:22 +0200507/****************************************************************************
508 *
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200509 * Interrupt handling functions
510 *
511 ****************************************************************************/
512
Joerg Roedele3e59872009-09-03 14:02:10 +0200513static void dump_dte_entry(u16 devid)
514{
515 int i;
516
Joerg Roedelee6c2862011-11-09 12:06:03 +0100517 for (i = 0; i < 4; ++i)
Joerg Roedel101fa032018-11-27 16:22:31 +0100518 pr_err("DTE[%d]: %016llx\n", i,
Joerg Roedele3e59872009-09-03 14:02:10 +0200519 amd_iommu_dev_table[devid].data[i]);
520}
521
Joerg Roedel945b4ac2009-09-03 14:25:02 +0200522static void dump_command(unsigned long phys_addr)
523{
Tom Lendacky2543a782017-07-17 16:10:24 -0500524 struct iommu_cmd *cmd = iommu_phys_to_virt(phys_addr);
Joerg Roedel945b4ac2009-09-03 14:25:02 +0200525 int i;
526
527 for (i = 0; i < 4; ++i)
Joerg Roedel101fa032018-11-27 16:22:31 +0100528 pr_err("CMD[%d]: %08x\n", i, cmd->data[i]);
Joerg Roedel945b4ac2009-09-03 14:25:02 +0200529}
530
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200531static void amd_iommu_report_page_fault(u16 devid, u16 domain_id,
532 u64 address, int flags)
533{
534 struct iommu_dev_data *dev_data = NULL;
535 struct pci_dev *pdev;
536
Sinan Kayad5bf0f42017-12-19 00:37:47 -0500537 pdev = pci_get_domain_bus_and_slot(0, PCI_BUS_NUM(devid),
538 devid & 0xff);
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200539 if (pdev)
540 dev_data = get_dev_data(&pdev->dev);
541
542 if (dev_data && __ratelimit(&dev_data->rs)) {
543 dev_err(&pdev->dev, "AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x%04x address=0x%016llx flags=0x%04x]\n",
544 domain_id, address, flags);
545 } else if (printk_ratelimit()) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100546 pr_err("Event logged [IO_PAGE_FAULT device=%02x:%02x.%x domain=0x%04x address=0x%016llx flags=0x%04x]\n",
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200547 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
548 domain_id, address, flags);
549 }
550
551 if (pdev)
552 pci_dev_put(pdev);
553}
554
Joerg Roedela345b232009-09-03 15:01:43 +0200555static void iommu_print_event(struct amd_iommu *iommu, void *__evt)
Joerg Roedel90008ee2008-09-09 16:41:05 +0200556{
Gary R Hook90ca3852018-03-08 18:34:41 -0600557 struct device *dev = iommu->iommu.dev;
Gary R Hooke7f63ff2018-05-01 14:53:00 -0500558 int type, devid, pasid, flags, tag;
Joerg Roedel3d06fca2012-04-12 14:12:00 +0200559 volatile u32 *event = __evt;
560 int count = 0;
561 u64 address;
562
563retry:
564 type = (event[1] >> EVENT_TYPE_SHIFT) & EVENT_TYPE_MASK;
565 devid = (event[0] >> EVENT_DEVID_SHIFT) & EVENT_DEVID_MASK;
Gary R Hookd64c0482018-05-01 14:52:52 -0500566 pasid = PPR_PASID(*(u64 *)&event[0]);
Joerg Roedel3d06fca2012-04-12 14:12:00 +0200567 flags = (event[1] >> EVENT_FLAGS_SHIFT) & EVENT_FLAGS_MASK;
568 address = (u64)(((u64)event[3]) << 32) | event[2];
569
570 if (type == 0) {
571 /* Did we hit the erratum? */
572 if (++count == LOOP_TIMEOUT) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100573 pr_err("No event written to event log\n");
Joerg Roedel3d06fca2012-04-12 14:12:00 +0200574 return;
575 }
576 udelay(1);
577 goto retry;
578 }
Joerg Roedel90008ee2008-09-09 16:41:05 +0200579
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200580 if (type == EVENT_TYPE_IO_FAULT) {
Gary R Hookd64c0482018-05-01 14:52:52 -0500581 amd_iommu_report_page_fault(devid, pasid, address, flags);
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200582 return;
583 } else {
Gary R Hook90ca3852018-03-08 18:34:41 -0600584 dev_err(dev, "AMD-Vi: Event logged [");
Joerg Roedel30bf2df2017-05-15 16:25:03 +0200585 }
Joerg Roedel90008ee2008-09-09 16:41:05 +0200586
587 switch (type) {
588 case EVENT_TYPE_ILL_DEV:
Gary R Hookd64c0482018-05-01 14:52:52 -0500589 dev_err(dev, "ILLEGAL_DEV_TABLE_ENTRY device=%02x:%02x.%x pasid=0x%05x address=0x%016llx flags=0x%04x]\n",
Gary R Hook90ca3852018-03-08 18:34:41 -0600590 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
Gary R Hookd64c0482018-05-01 14:52:52 -0500591 pasid, address, flags);
Joerg Roedele3e59872009-09-03 14:02:10 +0200592 dump_dte_entry(devid);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200593 break;
Joerg Roedel90008ee2008-09-09 16:41:05 +0200594 case EVENT_TYPE_DEV_TAB_ERR:
Gary R Hook90ca3852018-03-08 18:34:41 -0600595 dev_err(dev, "DEV_TAB_HARDWARE_ERROR device=%02x:%02x.%x "
596 "address=0x%016llx flags=0x%04x]\n",
597 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
598 address, flags);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200599 break;
600 case EVENT_TYPE_PAGE_TAB_ERR:
Gary R Hookd64c0482018-05-01 14:52:52 -0500601 dev_err(dev, "PAGE_TAB_HARDWARE_ERROR device=%02x:%02x.%x domain=0x%04x address=0x%016llx flags=0x%04x]\n",
Gary R Hook90ca3852018-03-08 18:34:41 -0600602 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
Gary R Hookd64c0482018-05-01 14:52:52 -0500603 pasid, address, flags);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200604 break;
605 case EVENT_TYPE_ILL_CMD:
Gary R Hook90ca3852018-03-08 18:34:41 -0600606 dev_err(dev, "ILLEGAL_COMMAND_ERROR address=0x%016llx]\n", address);
Joerg Roedel945b4ac2009-09-03 14:25:02 +0200607 dump_command(address);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200608 break;
609 case EVENT_TYPE_CMD_HARD_ERR:
Gary R Hookd64c0482018-05-01 14:52:52 -0500610 dev_err(dev, "COMMAND_HARDWARE_ERROR address=0x%016llx flags=0x%04x]\n",
611 address, flags);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200612 break;
613 case EVENT_TYPE_IOTLB_INV_TO:
Gary R Hookd64c0482018-05-01 14:52:52 -0500614 dev_err(dev, "IOTLB_INV_TIMEOUT device=%02x:%02x.%x address=0x%016llx]\n",
Gary R Hook90ca3852018-03-08 18:34:41 -0600615 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
616 address);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200617 break;
618 case EVENT_TYPE_INV_DEV_REQ:
Gary R Hookd64c0482018-05-01 14:52:52 -0500619 dev_err(dev, "INVALID_DEVICE_REQUEST device=%02x:%02x.%x pasid=0x%05x address=0x%016llx flags=0x%04x]\n",
Gary R Hook90ca3852018-03-08 18:34:41 -0600620 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
Gary R Hookd64c0482018-05-01 14:52:52 -0500621 pasid, address, flags);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200622 break;
Gary R Hooke7f63ff2018-05-01 14:53:00 -0500623 case EVENT_TYPE_INV_PPR_REQ:
624 pasid = ((event[0] >> 16) & 0xFFFF)
625 | ((event[1] << 6) & 0xF0000);
626 tag = event[1] & 0x03FF;
627 dev_err(dev, "INVALID_PPR_REQUEST device=%02x:%02x.%x pasid=0x%05x address=0x%016llx flags=0x%04x]\n",
628 PCI_BUS_NUM(devid), PCI_SLOT(devid), PCI_FUNC(devid),
629 pasid, address, flags);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200630 break;
631 default:
Gary R Hookd64c0482018-05-01 14:52:52 -0500632 dev_err(dev, "UNKNOWN event[0]=0x%08x event[1]=0x%08x event[2]=0x%08x event[3]=0x%08x\n",
Gary R Hook90ca3852018-03-08 18:34:41 -0600633 event[0], event[1], event[2], event[3]);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200634 }
Joerg Roedel3d06fca2012-04-12 14:12:00 +0200635
636 memset(__evt, 0, 4 * sizeof(u32));
Joerg Roedel90008ee2008-09-09 16:41:05 +0200637}
638
639static void iommu_poll_events(struct amd_iommu *iommu)
640{
641 u32 head, tail;
Joerg Roedel90008ee2008-09-09 16:41:05 +0200642
643 head = readl(iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
644 tail = readl(iommu->mmio_base + MMIO_EVT_TAIL_OFFSET);
645
646 while (head != tail) {
Joerg Roedela345b232009-09-03 15:01:43 +0200647 iommu_print_event(iommu, iommu->evt_buf + head);
Joerg Roedeldeba4bc2015-10-20 17:33:41 +0200648 head = (head + EVENT_ENTRY_SIZE) % EVT_BUFFER_SIZE;
Joerg Roedel90008ee2008-09-09 16:41:05 +0200649 }
650
651 writel(head, iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200652}
653
Joerg Roedeleee53532012-06-01 15:20:23 +0200654static void iommu_handle_ppr_entry(struct amd_iommu *iommu, u64 *raw)
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100655{
656 struct amd_iommu_fault fault;
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100657
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100658 if (PPR_REQ_TYPE(raw[0]) != PPR_REQ_FAULT) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100659 pr_err_ratelimited("Unknown PPR request received\n");
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100660 return;
661 }
662
663 fault.address = raw[1];
664 fault.pasid = PPR_PASID(raw[0]);
665 fault.device_id = PPR_DEVID(raw[0]);
666 fault.tag = PPR_TAG(raw[0]);
667 fault.flags = PPR_FLAGS(raw[0]);
668
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100669 atomic_notifier_call_chain(&ppr_notifier, 0, &fault);
670}
671
672static void iommu_poll_ppr_log(struct amd_iommu *iommu)
673{
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100674 u32 head, tail;
675
676 if (iommu->ppr_log == NULL)
677 return;
678
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100679 head = readl(iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
680 tail = readl(iommu->mmio_base + MMIO_PPR_TAIL_OFFSET);
681
682 while (head != tail) {
Joerg Roedeleee53532012-06-01 15:20:23 +0200683 volatile u64 *raw;
684 u64 entry[2];
685 int i;
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100686
Joerg Roedeleee53532012-06-01 15:20:23 +0200687 raw = (u64 *)(iommu->ppr_log + head);
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100688
Joerg Roedeleee53532012-06-01 15:20:23 +0200689 /*
690 * Hardware bug: Interrupt may arrive before the entry is
691 * written to memory. If this happens we need to wait for the
692 * entry to arrive.
693 */
694 for (i = 0; i < LOOP_TIMEOUT; ++i) {
695 if (PPR_REQ_TYPE(raw[0]) != 0)
696 break;
697 udelay(1);
698 }
699
700 /* Avoid memcpy function-call overhead */
701 entry[0] = raw[0];
702 entry[1] = raw[1];
703
704 /*
705 * To detect the hardware bug we need to clear the entry
706 * back to zero.
707 */
708 raw[0] = raw[1] = 0UL;
709
710 /* Update head pointer of hardware ring-buffer */
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100711 head = (head + PPR_ENTRY_SIZE) % PPR_LOG_SIZE;
712 writel(head, iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
Joerg Roedeleee53532012-06-01 15:20:23 +0200713
Joerg Roedeleee53532012-06-01 15:20:23 +0200714 /* Handle PPR entry */
715 iommu_handle_ppr_entry(iommu, entry);
716
Joerg Roedeleee53532012-06-01 15:20:23 +0200717 /* Refresh ring-buffer information */
718 head = readl(iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100719 tail = readl(iommu->mmio_base + MMIO_PPR_TAIL_OFFSET);
720 }
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100721}
722
Suravee Suthikulpanitbd6fcef2016-08-23 13:52:37 -0500723#ifdef CONFIG_IRQ_REMAP
724static int (*iommu_ga_log_notifier)(u32);
725
726int amd_iommu_register_ga_log_notifier(int (*notifier)(u32))
727{
728 iommu_ga_log_notifier = notifier;
729
730 return 0;
731}
732EXPORT_SYMBOL(amd_iommu_register_ga_log_notifier);
733
734static void iommu_poll_ga_log(struct amd_iommu *iommu)
735{
736 u32 head, tail, cnt = 0;
737
738 if (iommu->ga_log == NULL)
739 return;
740
741 head = readl(iommu->mmio_base + MMIO_GA_HEAD_OFFSET);
742 tail = readl(iommu->mmio_base + MMIO_GA_TAIL_OFFSET);
743
744 while (head != tail) {
745 volatile u64 *raw;
746 u64 log_entry;
747
748 raw = (u64 *)(iommu->ga_log + head);
749 cnt++;
750
751 /* Avoid memcpy function-call overhead */
752 log_entry = *raw;
753
754 /* Update head pointer of hardware ring-buffer */
755 head = (head + GA_ENTRY_SIZE) % GA_LOG_SIZE;
756 writel(head, iommu->mmio_base + MMIO_GA_HEAD_OFFSET);
757
758 /* Handle GA entry */
759 switch (GA_REQ_TYPE(log_entry)) {
760 case GA_GUEST_NR:
761 if (!iommu_ga_log_notifier)
762 break;
763
Joerg Roedel101fa032018-11-27 16:22:31 +0100764 pr_debug("%s: devid=%#x, ga_tag=%#x\n",
Suravee Suthikulpanitbd6fcef2016-08-23 13:52:37 -0500765 __func__, GA_DEVID(log_entry),
766 GA_TAG(log_entry));
767
768 if (iommu_ga_log_notifier(GA_TAG(log_entry)) != 0)
Joerg Roedel101fa032018-11-27 16:22:31 +0100769 pr_err("GA log notifier failed.\n");
Suravee Suthikulpanitbd6fcef2016-08-23 13:52:37 -0500770 break;
771 default:
772 break;
773 }
774 }
775}
776#endif /* CONFIG_IRQ_REMAP */
777
778#define AMD_IOMMU_INT_MASK \
779 (MMIO_STATUS_EVT_INT_MASK | \
780 MMIO_STATUS_PPR_INT_MASK | \
781 MMIO_STATUS_GALOG_INT_MASK)
782
Joerg Roedel72fe00f2011-05-10 10:50:42 +0200783irqreturn_t amd_iommu_int_thread(int irq, void *data)
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200784{
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -0500785 struct amd_iommu *iommu = (struct amd_iommu *) data;
786 u32 status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET);
Joerg Roedel90008ee2008-09-09 16:41:05 +0200787
Suravee Suthikulpanitbd6fcef2016-08-23 13:52:37 -0500788 while (status & AMD_IOMMU_INT_MASK) {
789 /* Enable EVT and PPR and GA interrupts again */
790 writel(AMD_IOMMU_INT_MASK,
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -0500791 iommu->mmio_base + MMIO_STATUS_OFFSET);
792
793 if (status & MMIO_STATUS_EVT_INT_MASK) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100794 pr_devel("Processing IOMMU Event Log\n");
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -0500795 iommu_poll_events(iommu);
796 }
797
798 if (status & MMIO_STATUS_PPR_INT_MASK) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100799 pr_devel("Processing IOMMU PPR Log\n");
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -0500800 iommu_poll_ppr_log(iommu);
801 }
802
Suravee Suthikulpanitbd6fcef2016-08-23 13:52:37 -0500803#ifdef CONFIG_IRQ_REMAP
804 if (status & MMIO_STATUS_GALOG_INT_MASK) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100805 pr_devel("Processing IOMMU GA Log\n");
Suravee Suthikulpanitbd6fcef2016-08-23 13:52:37 -0500806 iommu_poll_ga_log(iommu);
807 }
808#endif
809
Suravee Suthikulpanit3f398bc2013-04-22 16:32:34 -0500810 /*
811 * Hardware bug: ERBT1312
812 * When re-enabling interrupt (by writing 1
813 * to clear the bit), the hardware might also try to set
814 * the interrupt bit in the event status register.
815 * In this scenario, the bit will be set, and disable
816 * subsequent interrupts.
817 *
818 * Workaround: The IOMMU driver should read back the
819 * status register and check if the interrupt bits are cleared.
820 * If not, driver will need to go through the interrupt handler
821 * again and re-clear the bits
822 */
823 status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET);
Joerg Roedel72e1dcc2011-11-10 19:13:51 +0100824 }
Joerg Roedel90008ee2008-09-09 16:41:05 +0200825 return IRQ_HANDLED;
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200826}
827
Joerg Roedel72fe00f2011-05-10 10:50:42 +0200828irqreturn_t amd_iommu_int_handler(int irq, void *data)
829{
830 return IRQ_WAKE_THREAD;
831}
832
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200833/****************************************************************************
834 *
Joerg Roedel431b2a22008-07-11 17:14:22 +0200835 * IOMMU command queuing functions
836 *
837 ****************************************************************************/
838
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200839static int wait_on_sem(volatile u64 *sem)
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200840{
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200841 int i = 0;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200842
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200843 while (*sem == 0 && i < LOOP_TIMEOUT) {
844 udelay(1);
845 i += 1;
846 }
847
848 if (i == LOOP_TIMEOUT) {
Joerg Roedel101fa032018-11-27 16:22:31 +0100849 pr_alert("Completion-Wait loop timed out\n");
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200850 return -EIO;
851 }
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200852
853 return 0;
854}
855
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200856static void copy_cmd_to_buffer(struct amd_iommu *iommu,
Tom Lendackyd334a562017-06-05 14:52:12 -0500857 struct iommu_cmd *cmd)
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200858{
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200859 u8 *target;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200860
Tom Lendackyd334a562017-06-05 14:52:12 -0500861 target = iommu->cmd_buf + iommu->cmd_buf_tail;
862
863 iommu->cmd_buf_tail += sizeof(*cmd);
864 iommu->cmd_buf_tail %= CMD_BUFFER_SIZE;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200865
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200866 /* Copy command to buffer */
867 memcpy(target, cmd, sizeof(*cmd));
868
869 /* Tell the IOMMU about it */
Tom Lendackyd334a562017-06-05 14:52:12 -0500870 writel(iommu->cmd_buf_tail, iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
Joerg Roedelac0ea6e2011-04-06 18:38:20 +0200871}
872
Joerg Roedel815b33f2011-04-06 17:26:49 +0200873static void build_completion_wait(struct iommu_cmd *cmd, u64 address)
Joerg Roedelded46732011-04-06 10:53:48 +0200874{
Tom Lendacky2543a782017-07-17 16:10:24 -0500875 u64 paddr = iommu_virt_to_phys((void *)address);
876
Joerg Roedel815b33f2011-04-06 17:26:49 +0200877 WARN_ON(address & 0x7ULL);
878
Joerg Roedelded46732011-04-06 10:53:48 +0200879 memset(cmd, 0, sizeof(*cmd));
Tom Lendacky2543a782017-07-17 16:10:24 -0500880 cmd->data[0] = lower_32_bits(paddr) | CMD_COMPL_WAIT_STORE_MASK;
881 cmd->data[1] = upper_32_bits(paddr);
Joerg Roedel815b33f2011-04-06 17:26:49 +0200882 cmd->data[2] = 1;
Joerg Roedelded46732011-04-06 10:53:48 +0200883 CMD_SET_TYPE(cmd, CMD_COMPL_WAIT);
884}
885
Joerg Roedel94fe79e2011-04-06 11:07:21 +0200886static void build_inv_dte(struct iommu_cmd *cmd, u16 devid)
887{
888 memset(cmd, 0, sizeof(*cmd));
889 cmd->data[0] = devid;
890 CMD_SET_TYPE(cmd, CMD_INV_DEV_ENTRY);
891}
892
Joerg Roedel11b64022011-04-06 11:49:28 +0200893static void build_inv_iommu_pages(struct iommu_cmd *cmd, u64 address,
894 size_t size, u16 domid, int pde)
895{
896 u64 pages;
Quentin Lambertae0cbbb2015-02-04 11:40:07 +0100897 bool s;
Joerg Roedel11b64022011-04-06 11:49:28 +0200898
899 pages = iommu_num_pages(address, size, PAGE_SIZE);
Quentin Lambertae0cbbb2015-02-04 11:40:07 +0100900 s = false;
Joerg Roedel11b64022011-04-06 11:49:28 +0200901
902 if (pages > 1) {
903 /*
904 * If we have to flush more than one page, flush all
905 * TLB entries for this domain
906 */
907 address = CMD_INV_IOMMU_ALL_PAGES_ADDRESS;
Quentin Lambertae0cbbb2015-02-04 11:40:07 +0100908 s = true;
Joerg Roedel11b64022011-04-06 11:49:28 +0200909 }
910
911 address &= PAGE_MASK;
912
913 memset(cmd, 0, sizeof(*cmd));
914 cmd->data[1] |= domid;
915 cmd->data[2] = lower_32_bits(address);
916 cmd->data[3] = upper_32_bits(address);
917 CMD_SET_TYPE(cmd, CMD_INV_IOMMU_PAGES);
918 if (s) /* size bit - we flush more than one 4kb page */
919 cmd->data[2] |= CMD_INV_IOMMU_PAGES_SIZE_MASK;
Frank Arnolddf805ab2012-08-27 19:21:04 +0200920 if (pde) /* PDE bit - we want to flush everything, not only the PTEs */
Joerg Roedel11b64022011-04-06 11:49:28 +0200921 cmd->data[2] |= CMD_INV_IOMMU_PAGES_PDE_MASK;
922}
923
Joerg Roedelcb41ed82011-04-05 11:00:53 +0200924static void build_inv_iotlb_pages(struct iommu_cmd *cmd, u16 devid, int qdep,
925 u64 address, size_t size)
926{
927 u64 pages;
Quentin Lambertae0cbbb2015-02-04 11:40:07 +0100928 bool s;
Joerg Roedelcb41ed82011-04-05 11:00:53 +0200929
930 pages = iommu_num_pages(address, size, PAGE_SIZE);
Quentin Lambertae0cbbb2015-02-04 11:40:07 +0100931 s = false;
Joerg Roedelcb41ed82011-04-05 11:00:53 +0200932
933 if (pages > 1) {
934 /*
935 * If we have to flush more than one page, flush all
936 * TLB entries for this domain
937 */
938 address = CMD_INV_IOMMU_ALL_PAGES_ADDRESS;
Quentin Lambertae0cbbb2015-02-04 11:40:07 +0100939 s = true;
Joerg Roedelcb41ed82011-04-05 11:00:53 +0200940 }
941
942 address &= PAGE_MASK;
943
944 memset(cmd, 0, sizeof(*cmd));
945 cmd->data[0] = devid;
946 cmd->data[0] |= (qdep & 0xff) << 24;
947 cmd->data[1] = devid;
948 cmd->data[2] = lower_32_bits(address);
949 cmd->data[3] = upper_32_bits(address);
950 CMD_SET_TYPE(cmd, CMD_INV_IOTLB_PAGES);
951 if (s)
952 cmd->data[2] |= CMD_INV_IOMMU_PAGES_SIZE_MASK;
953}
954
Joerg Roedel22e266c2011-11-21 15:59:08 +0100955static void build_inv_iommu_pasid(struct iommu_cmd *cmd, u16 domid, int pasid,
956 u64 address, bool size)
957{
958 memset(cmd, 0, sizeof(*cmd));
959
960 address &= ~(0xfffULL);
961
Suravee Suthikulpanita919a012014-03-05 18:54:18 -0600962 cmd->data[0] = pasid;
Joerg Roedel22e266c2011-11-21 15:59:08 +0100963 cmd->data[1] = domid;
964 cmd->data[2] = lower_32_bits(address);
965 cmd->data[3] = upper_32_bits(address);
966 cmd->data[2] |= CMD_INV_IOMMU_PAGES_PDE_MASK;
967 cmd->data[2] |= CMD_INV_IOMMU_PAGES_GN_MASK;
968 if (size)
969 cmd->data[2] |= CMD_INV_IOMMU_PAGES_SIZE_MASK;
970 CMD_SET_TYPE(cmd, CMD_INV_IOMMU_PAGES);
971}
972
973static void build_inv_iotlb_pasid(struct iommu_cmd *cmd, u16 devid, int pasid,
974 int qdep, u64 address, bool size)
975{
976 memset(cmd, 0, sizeof(*cmd));
977
978 address &= ~(0xfffULL);
979
980 cmd->data[0] = devid;
Jay Cornwalle8d2d822014-02-26 15:49:31 -0600981 cmd->data[0] |= ((pasid >> 8) & 0xff) << 16;
Joerg Roedel22e266c2011-11-21 15:59:08 +0100982 cmd->data[0] |= (qdep & 0xff) << 24;
983 cmd->data[1] = devid;
Jay Cornwalle8d2d822014-02-26 15:49:31 -0600984 cmd->data[1] |= (pasid & 0xff) << 16;
Joerg Roedel22e266c2011-11-21 15:59:08 +0100985 cmd->data[2] = lower_32_bits(address);
986 cmd->data[2] |= CMD_INV_IOMMU_PAGES_GN_MASK;
987 cmd->data[3] = upper_32_bits(address);
988 if (size)
989 cmd->data[2] |= CMD_INV_IOMMU_PAGES_SIZE_MASK;
990 CMD_SET_TYPE(cmd, CMD_INV_IOTLB_PAGES);
991}
992
Joerg Roedelc99afa22011-11-21 18:19:25 +0100993static void build_complete_ppr(struct iommu_cmd *cmd, u16 devid, int pasid,
994 int status, int tag, bool gn)
995{
996 memset(cmd, 0, sizeof(*cmd));
997
998 cmd->data[0] = devid;
999 if (gn) {
Suravee Suthikulpanita919a012014-03-05 18:54:18 -06001000 cmd->data[1] = pasid;
Joerg Roedelc99afa22011-11-21 18:19:25 +01001001 cmd->data[2] = CMD_INV_IOMMU_PAGES_GN_MASK;
1002 }
1003 cmd->data[3] = tag & 0x1ff;
1004 cmd->data[3] |= (status & PPR_STATUS_MASK) << PPR_STATUS_SHIFT;
1005
1006 CMD_SET_TYPE(cmd, CMD_COMPLETE_PPR);
1007}
1008
Joerg Roedel58fc7f12011-04-11 11:13:24 +02001009static void build_inv_all(struct iommu_cmd *cmd)
1010{
1011 memset(cmd, 0, sizeof(*cmd));
1012 CMD_SET_TYPE(cmd, CMD_INV_ALL);
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001013}
1014
Joerg Roedel7ef27982012-06-21 16:46:04 +02001015static void build_inv_irt(struct iommu_cmd *cmd, u16 devid)
1016{
1017 memset(cmd, 0, sizeof(*cmd));
1018 cmd->data[0] = devid;
1019 CMD_SET_TYPE(cmd, CMD_INV_IRT);
1020}
1021
Joerg Roedel431b2a22008-07-11 17:14:22 +02001022/*
Joerg Roedelb6c02712008-06-26 21:27:53 +02001023 * Writes the command to the IOMMUs command buffer and informs the
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001024 * hardware about the new command.
Joerg Roedel431b2a22008-07-11 17:14:22 +02001025 */
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001026static int __iommu_queue_command_sync(struct amd_iommu *iommu,
1027 struct iommu_cmd *cmd,
1028 bool sync)
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001029{
Tom Lendacky23e967e2017-06-05 14:52:26 -05001030 unsigned int count = 0;
Tom Lendackyd334a562017-06-05 14:52:12 -05001031 u32 left, next_tail;
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001032
Tom Lendackyd334a562017-06-05 14:52:12 -05001033 next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE;
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001034again:
Tom Lendackyd334a562017-06-05 14:52:12 -05001035 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE;
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001036
Huang Rui432abf62016-12-12 07:28:26 -05001037 if (left <= 0x20) {
Tom Lendacky23e967e2017-06-05 14:52:26 -05001038 /* Skip udelay() the first time around */
1039 if (count++) {
1040 if (count == LOOP_TIMEOUT) {
Joerg Roedel101fa032018-11-27 16:22:31 +01001041 pr_err("Command buffer timeout\n");
Tom Lendacky23e967e2017-06-05 14:52:26 -05001042 return -EIO;
1043 }
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001044
Tom Lendacky23e967e2017-06-05 14:52:26 -05001045 udelay(1);
Tom Lendackyd334a562017-06-05 14:52:12 -05001046 }
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001047
Tom Lendacky23e967e2017-06-05 14:52:26 -05001048 /* Update head and recheck remaining space */
1049 iommu->cmd_buf_head = readl(iommu->mmio_base +
1050 MMIO_CMD_HEAD_OFFSET);
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001051
1052 goto again;
Joerg Roedel136f78a2008-07-11 17:14:27 +02001053 }
1054
Tom Lendackyd334a562017-06-05 14:52:12 -05001055 copy_cmd_to_buffer(iommu, cmd);
Joerg Roedel519c31b2008-08-14 19:55:15 +02001056
Tom Lendacky23e967e2017-06-05 14:52:26 -05001057 /* Do we need to make sure all commands are processed? */
Joerg Roedelf1ca1512011-09-02 14:10:32 +02001058 iommu->need_sync = sync;
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001059
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001060 return 0;
1061}
1062
1063static int iommu_queue_command_sync(struct amd_iommu *iommu,
1064 struct iommu_cmd *cmd,
1065 bool sync)
1066{
1067 unsigned long flags;
1068 int ret;
1069
Scott Wood27790392018-01-21 03:28:54 -06001070 raw_spin_lock_irqsave(&iommu->lock, flags);
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001071 ret = __iommu_queue_command_sync(iommu, cmd, sync);
Scott Wood27790392018-01-21 03:28:54 -06001072 raw_spin_unlock_irqrestore(&iommu->lock, flags);
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001073
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001074 return ret;
Joerg Roedel8d201962008-12-02 20:34:41 +01001075}
1076
Joerg Roedelf1ca1512011-09-02 14:10:32 +02001077static int iommu_queue_command(struct amd_iommu *iommu, struct iommu_cmd *cmd)
1078{
1079 return iommu_queue_command_sync(iommu, cmd, true);
1080}
1081
Joerg Roedel8d201962008-12-02 20:34:41 +01001082/*
1083 * This function queues a completion wait command into the command
1084 * buffer of an IOMMU
1085 */
Joerg Roedel8d201962008-12-02 20:34:41 +01001086static int iommu_completion_wait(struct amd_iommu *iommu)
1087{
Joerg Roedel815b33f2011-04-06 17:26:49 +02001088 struct iommu_cmd cmd;
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001089 unsigned long flags;
Joerg Roedelac0ea6e2011-04-06 18:38:20 +02001090 int ret;
Joerg Roedel8d201962008-12-02 20:34:41 +01001091
1092 if (!iommu->need_sync)
Joerg Roedel815b33f2011-04-06 17:26:49 +02001093 return 0;
Joerg Roedel8d201962008-12-02 20:34:41 +01001094
Joerg Roedel8d201962008-12-02 20:34:41 +01001095
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001096 build_completion_wait(&cmd, (u64)&iommu->cmd_sem);
1097
Scott Wood27790392018-01-21 03:28:54 -06001098 raw_spin_lock_irqsave(&iommu->lock, flags);
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001099
1100 iommu->cmd_sem = 0;
1101
1102 ret = __iommu_queue_command_sync(iommu, &cmd, false);
Joerg Roedel8d201962008-12-02 20:34:41 +01001103 if (ret)
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001104 goto out_unlock;
Joerg Roedel8d201962008-12-02 20:34:41 +01001105
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001106 ret = wait_on_sem(&iommu->cmd_sem);
1107
1108out_unlock:
Scott Wood27790392018-01-21 03:28:54 -06001109 raw_spin_unlock_irqrestore(&iommu->lock, flags);
Joerg Roedel4bf5bee2016-09-14 11:41:59 +02001110
1111 return ret;
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001112}
1113
Joerg Roedeld8c13082011-04-06 18:51:26 +02001114static int iommu_flush_dte(struct amd_iommu *iommu, u16 devid)
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001115{
1116 struct iommu_cmd cmd;
1117
Joerg Roedeld8c13082011-04-06 18:51:26 +02001118 build_inv_dte(&cmd, devid);
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001119
Joerg Roedeld8c13082011-04-06 18:51:26 +02001120 return iommu_queue_command(iommu, &cmd);
1121}
1122
Joerg Roedel0688a092017-08-23 15:50:03 +02001123static void amd_iommu_flush_dte_all(struct amd_iommu *iommu)
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001124{
1125 u32 devid;
1126
1127 for (devid = 0; devid <= 0xffff; ++devid)
1128 iommu_flush_dte(iommu, devid);
1129
1130 iommu_completion_wait(iommu);
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001131}
1132
1133/*
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001134 * This function uses heavy locking and may disable irqs for some time. But
1135 * this is no issue because it is only called during resume.
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001136 */
Joerg Roedel0688a092017-08-23 15:50:03 +02001137static void amd_iommu_flush_tlb_all(struct amd_iommu *iommu)
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001138{
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001139 u32 dom_id;
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001140
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001141 for (dom_id = 0; dom_id <= 0xffff; ++dom_id) {
1142 struct iommu_cmd cmd;
1143 build_inv_iommu_pages(&cmd, 0, CMD_INV_IOMMU_ALL_PAGES_ADDRESS,
1144 dom_id, 1);
1145 iommu_queue_command(iommu, &cmd);
1146 }
Joerg Roedel431b2a22008-07-11 17:14:22 +02001147
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001148 iommu_completion_wait(iommu);
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001149}
1150
Joerg Roedel0688a092017-08-23 15:50:03 +02001151static void amd_iommu_flush_all(struct amd_iommu *iommu)
Joerg Roedel58fc7f12011-04-11 11:13:24 +02001152{
1153 struct iommu_cmd cmd;
1154
1155 build_inv_all(&cmd);
1156
1157 iommu_queue_command(iommu, &cmd);
1158 iommu_completion_wait(iommu);
1159}
1160
Joerg Roedel7ef27982012-06-21 16:46:04 +02001161static void iommu_flush_irt(struct amd_iommu *iommu, u16 devid)
1162{
1163 struct iommu_cmd cmd;
1164
1165 build_inv_irt(&cmd, devid);
1166
1167 iommu_queue_command(iommu, &cmd);
1168}
1169
Joerg Roedel0688a092017-08-23 15:50:03 +02001170static void amd_iommu_flush_irt_all(struct amd_iommu *iommu)
Joerg Roedel7ef27982012-06-21 16:46:04 +02001171{
1172 u32 devid;
1173
1174 for (devid = 0; devid <= MAX_DEV_TABLE_ENTRIES; devid++)
1175 iommu_flush_irt(iommu, devid);
1176
1177 iommu_completion_wait(iommu);
1178}
1179
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001180void iommu_flush_all_caches(struct amd_iommu *iommu)
1181{
Joerg Roedel58fc7f12011-04-11 11:13:24 +02001182 if (iommu_feature(iommu, FEATURE_IA)) {
Joerg Roedel0688a092017-08-23 15:50:03 +02001183 amd_iommu_flush_all(iommu);
Joerg Roedel58fc7f12011-04-11 11:13:24 +02001184 } else {
Joerg Roedel0688a092017-08-23 15:50:03 +02001185 amd_iommu_flush_dte_all(iommu);
1186 amd_iommu_flush_irt_all(iommu);
1187 amd_iommu_flush_tlb_all(iommu);
Joerg Roedel58fc7f12011-04-11 11:13:24 +02001188 }
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001189}
1190
Joerg Roedel431b2a22008-07-11 17:14:22 +02001191/*
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001192 * Command send function for flushing on-device TLB
1193 */
Joerg Roedel6c542042011-06-09 17:07:31 +02001194static int device_flush_iotlb(struct iommu_dev_data *dev_data,
1195 u64 address, size_t size)
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001196{
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001197 struct amd_iommu *iommu;
1198 struct iommu_cmd cmd;
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001199 int qdep;
1200
Joerg Roedelea61cdd2011-06-09 12:56:30 +02001201 qdep = dev_data->ats.qdep;
1202 iommu = amd_iommu_rlookup_table[dev_data->devid];
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001203
Joerg Roedelea61cdd2011-06-09 12:56:30 +02001204 build_inv_iotlb_pages(&cmd, dev_data->devid, qdep, address, size);
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001205
1206 return iommu_queue_command(iommu, &cmd);
1207}
1208
1209/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02001210 * Command send function for invalidating a device table entry
1211 */
Joerg Roedel6c542042011-06-09 17:07:31 +02001212static int device_flush_dte(struct iommu_dev_data *dev_data)
Joerg Roedel3fa43652009-11-26 15:04:38 +01001213{
1214 struct amd_iommu *iommu;
Joerg Roedele25bfb52015-10-20 17:33:38 +02001215 u16 alias;
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001216 int ret;
Joerg Roedel3fa43652009-11-26 15:04:38 +01001217
Joerg Roedel6c542042011-06-09 17:07:31 +02001218 iommu = amd_iommu_rlookup_table[dev_data->devid];
Joerg Roedele3156042016-04-08 15:12:24 +02001219 alias = dev_data->alias;
Joerg Roedel3fa43652009-11-26 15:04:38 +01001220
Joerg Roedelf62dda62011-06-09 12:55:35 +02001221 ret = iommu_flush_dte(iommu, dev_data->devid);
Joerg Roedele25bfb52015-10-20 17:33:38 +02001222 if (!ret && alias != dev_data->devid)
1223 ret = iommu_flush_dte(iommu, alias);
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001224 if (ret)
1225 return ret;
1226
Joerg Roedelea61cdd2011-06-09 12:56:30 +02001227 if (dev_data->ats.enabled)
Joerg Roedel6c542042011-06-09 17:07:31 +02001228 ret = device_flush_iotlb(dev_data, 0, ~0UL);
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001229
1230 return ret;
Joerg Roedel3fa43652009-11-26 15:04:38 +01001231}
1232
Joerg Roedel431b2a22008-07-11 17:14:22 +02001233/*
1234 * TLB invalidation function which is called from the mapping functions.
1235 * It invalidates a single PTE if the range to flush is within a single
1236 * page. Otherwise it flushes the whole TLB of the IOMMU.
1237 */
Joerg Roedel17b124b2011-04-06 18:01:35 +02001238static void __domain_flush_pages(struct protection_domain *domain,
1239 u64 address, size_t size, int pde)
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001240{
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001241 struct iommu_dev_data *dev_data;
Joerg Roedel11b64022011-04-06 11:49:28 +02001242 struct iommu_cmd cmd;
1243 int ret = 0, i;
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001244
Joerg Roedel11b64022011-04-06 11:49:28 +02001245 build_inv_iommu_pages(&cmd, address, size, domain->id, pde);
Joerg Roedel999ba412008-07-03 19:35:08 +02001246
Suravee Suthikulpanit6b9376e2017-02-24 02:48:17 -06001247 for (i = 0; i < amd_iommu_get_num_iommus(); ++i) {
Joerg Roedel6de8ad92009-11-23 18:30:32 +01001248 if (!domain->dev_iommu[i])
1249 continue;
1250
1251 /*
1252 * Devices of this domain are behind this IOMMU
1253 * We need a TLB flush
1254 */
Joerg Roedel11b64022011-04-06 11:49:28 +02001255 ret |= iommu_queue_command(amd_iommus[i], &cmd);
Joerg Roedel6de8ad92009-11-23 18:30:32 +01001256 }
1257
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001258 list_for_each_entry(dev_data, &domain->dev_list, list) {
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001259
Joerg Roedelea61cdd2011-06-09 12:56:30 +02001260 if (!dev_data->ats.enabled)
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001261 continue;
1262
Joerg Roedel6c542042011-06-09 17:07:31 +02001263 ret |= device_flush_iotlb(dev_data, address, size);
Joerg Roedelcb41ed82011-04-05 11:00:53 +02001264 }
1265
Joerg Roedel11b64022011-04-06 11:49:28 +02001266 WARN_ON(ret);
Joerg Roedel6de8ad92009-11-23 18:30:32 +01001267}
1268
Joerg Roedel17b124b2011-04-06 18:01:35 +02001269static void domain_flush_pages(struct protection_domain *domain,
1270 u64 address, size_t size)
Joerg Roedel6de8ad92009-11-23 18:30:32 +01001271{
Joerg Roedel17b124b2011-04-06 18:01:35 +02001272 __domain_flush_pages(domain, address, size, 0);
Joerg Roedela19ae1e2008-06-26 21:27:55 +02001273}
Joerg Roedelb6c02712008-06-26 21:27:53 +02001274
Joerg Roedel1c655772008-09-04 18:40:05 +02001275/* Flush the whole IO/TLB for a given protection domain */
Joerg Roedel17b124b2011-04-06 18:01:35 +02001276static void domain_flush_tlb(struct protection_domain *domain)
Joerg Roedel1c655772008-09-04 18:40:05 +02001277{
Joerg Roedel17b124b2011-04-06 18:01:35 +02001278 __domain_flush_pages(domain, 0, CMD_INV_IOMMU_ALL_PAGES_ADDRESS, 0);
Joerg Roedel1c655772008-09-04 18:40:05 +02001279}
1280
Chris Wright42a49f92009-06-15 15:42:00 +02001281/* Flush the whole IO/TLB for a given protection domain - including PDE */
Joerg Roedel17b124b2011-04-06 18:01:35 +02001282static void domain_flush_tlb_pde(struct protection_domain *domain)
Chris Wright42a49f92009-06-15 15:42:00 +02001283{
Joerg Roedel17b124b2011-04-06 18:01:35 +02001284 __domain_flush_pages(domain, 0, CMD_INV_IOMMU_ALL_PAGES_ADDRESS, 1);
1285}
1286
1287static void domain_flush_complete(struct protection_domain *domain)
Joerg Roedelb6c02712008-06-26 21:27:53 +02001288{
1289 int i;
1290
Suravee Suthikulpanit6b9376e2017-02-24 02:48:17 -06001291 for (i = 0; i < amd_iommu_get_num_iommus(); ++i) {
Joerg Roedelf1eae7c2016-07-06 12:50:35 +02001292 if (domain && !domain->dev_iommu[i])
Joerg Roedelb6c02712008-06-26 21:27:53 +02001293 continue;
1294
1295 /*
1296 * Devices of this domain are behind this IOMMU
1297 * We need to wait for completion of all commands.
1298 */
1299 iommu_completion_wait(amd_iommus[i]);
1300 }
1301}
1302
Joerg Roedelb00d3bc2009-11-26 15:35:33 +01001303
Joerg Roedel43f49602008-12-02 21:01:12 +01001304/*
Joerg Roedelb00d3bc2009-11-26 15:35:33 +01001305 * This function flushes the DTEs for all devices in domain
Joerg Roedel43f49602008-12-02 21:01:12 +01001306 */
Joerg Roedel17b124b2011-04-06 18:01:35 +02001307static void domain_flush_devices(struct protection_domain *domain)
Joerg Roedelbfd1be12009-05-05 15:33:57 +02001308{
Joerg Roedelb00d3bc2009-11-26 15:35:33 +01001309 struct iommu_dev_data *dev_data;
Joerg Roedelb00d3bc2009-11-26 15:35:33 +01001310
1311 list_for_each_entry(dev_data, &domain->dev_list, list)
Joerg Roedel6c542042011-06-09 17:07:31 +02001312 device_flush_dte(dev_data);
Joerg Roedelb00d3bc2009-11-26 15:35:33 +01001313}
1314
Joerg Roedel431b2a22008-07-11 17:14:22 +02001315/****************************************************************************
1316 *
1317 * The functions below are used the create the page table mappings for
1318 * unity mapped regions.
1319 *
1320 ****************************************************************************/
1321
Joerg Roedelac3a7092018-11-09 12:07:06 +01001322static void free_page_list(struct page *freelist)
1323{
1324 while (freelist != NULL) {
1325 unsigned long p = (unsigned long)page_address(freelist);
1326 freelist = freelist->freelist;
1327 free_page(p);
1328 }
1329}
1330
1331static struct page *free_pt_page(unsigned long pt, struct page *freelist)
1332{
1333 struct page *p = virt_to_page((void *)pt);
1334
1335 p->freelist = freelist;
1336
1337 return p;
1338}
1339
1340#define DEFINE_FREE_PT_FN(LVL, FN) \
1341static struct page *free_pt_##LVL (unsigned long __pt, struct page *freelist) \
1342{ \
1343 unsigned long p; \
1344 u64 *pt; \
1345 int i; \
1346 \
1347 pt = (u64 *)__pt; \
1348 \
1349 for (i = 0; i < 512; ++i) { \
1350 /* PTE present? */ \
1351 if (!IOMMU_PTE_PRESENT(pt[i])) \
1352 continue; \
1353 \
1354 /* Large PTE? */ \
1355 if (PM_PTE_LEVEL(pt[i]) == 0 || \
1356 PM_PTE_LEVEL(pt[i]) == 7) \
1357 continue; \
1358 \
1359 p = (unsigned long)IOMMU_PTE_PAGE(pt[i]); \
1360 freelist = FN(p, freelist); \
1361 } \
1362 \
1363 return free_pt_page((unsigned long)pt, freelist); \
1364}
1365
1366DEFINE_FREE_PT_FN(l2, free_pt_page)
1367DEFINE_FREE_PT_FN(l3, free_pt_l2)
1368DEFINE_FREE_PT_FN(l4, free_pt_l3)
1369DEFINE_FREE_PT_FN(l5, free_pt_l4)
1370DEFINE_FREE_PT_FN(l6, free_pt_l5)
1371
Joerg Roedel409afa42018-11-09 12:07:07 +01001372static struct page *free_sub_pt(unsigned long root, int mode,
1373 struct page *freelist)
Joerg Roedelac3a7092018-11-09 12:07:06 +01001374{
Joerg Roedel409afa42018-11-09 12:07:07 +01001375 switch (mode) {
Joerg Roedelac3a7092018-11-09 12:07:06 +01001376 case PAGE_MODE_NONE:
Joerg Roedel69be8852018-11-09 12:07:08 +01001377 case PAGE_MODE_7_LEVEL:
Joerg Roedelac3a7092018-11-09 12:07:06 +01001378 break;
1379 case PAGE_MODE_1_LEVEL:
1380 freelist = free_pt_page(root, freelist);
1381 break;
1382 case PAGE_MODE_2_LEVEL:
1383 freelist = free_pt_l2(root, freelist);
1384 break;
1385 case PAGE_MODE_3_LEVEL:
1386 freelist = free_pt_l3(root, freelist);
1387 break;
1388 case PAGE_MODE_4_LEVEL:
1389 freelist = free_pt_l4(root, freelist);
1390 break;
1391 case PAGE_MODE_5_LEVEL:
1392 freelist = free_pt_l5(root, freelist);
1393 break;
1394 case PAGE_MODE_6_LEVEL:
1395 freelist = free_pt_l6(root, freelist);
1396 break;
1397 default:
1398 BUG();
1399 }
1400
Joerg Roedel409afa42018-11-09 12:07:07 +01001401 return freelist;
1402}
1403
1404static void free_pagetable(struct protection_domain *domain)
1405{
1406 unsigned long root = (unsigned long)domain->pt_root;
1407 struct page *freelist = NULL;
1408
Joerg Roedel69be8852018-11-09 12:07:08 +01001409 BUG_ON(domain->mode < PAGE_MODE_NONE ||
1410 domain->mode > PAGE_MODE_6_LEVEL);
1411
Joerg Roedel409afa42018-11-09 12:07:07 +01001412 free_sub_pt(root, domain->mode, freelist);
1413
Joerg Roedelac3a7092018-11-09 12:07:06 +01001414 free_page_list(freelist);
1415}
1416
Joerg Roedel431b2a22008-07-11 17:14:22 +02001417/*
Joerg Roedel308973d2009-11-24 17:43:32 +01001418 * This function is used to add another level to an IO page table. Adding
1419 * another level increases the size of the address space by 9 bits to a size up
1420 * to 64 bits.
1421 */
1422static bool increase_address_space(struct protection_domain *domain,
1423 gfp_t gfp)
1424{
1425 u64 *pte;
1426
1427 if (domain->mode == PAGE_MODE_6_LEVEL)
1428 /* address space already 64 bit large */
1429 return false;
1430
1431 pte = (void *)get_zeroed_page(gfp);
1432 if (!pte)
1433 return false;
1434
1435 *pte = PM_LEVEL_PDE(domain->mode,
Tom Lendacky2543a782017-07-17 16:10:24 -05001436 iommu_virt_to_phys(domain->pt_root));
Joerg Roedel308973d2009-11-24 17:43:32 +01001437 domain->pt_root = pte;
1438 domain->mode += 1;
1439 domain->updated = true;
1440
1441 return true;
1442}
1443
1444static u64 *alloc_pte(struct protection_domain *domain,
1445 unsigned long address,
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001446 unsigned long page_size,
Joerg Roedel308973d2009-11-24 17:43:32 +01001447 u64 **pte_page,
1448 gfp_t gfp)
1449{
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001450 int level, end_lvl;
Joerg Roedel308973d2009-11-24 17:43:32 +01001451 u64 *pte, *page;
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001452
1453 BUG_ON(!is_power_of_2(page_size));
Joerg Roedel308973d2009-11-24 17:43:32 +01001454
1455 while (address > PM_LEVEL_SIZE(domain->mode))
1456 increase_address_space(domain, gfp);
1457
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001458 level = domain->mode - 1;
1459 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
1460 address = PAGE_SIZE_ALIGN(address, page_size);
1461 end_lvl = PAGE_SIZE_LEVEL(page_size);
Joerg Roedel308973d2009-11-24 17:43:32 +01001462
1463 while (level > end_lvl) {
Joerg Roedel7bfa5bd2015-12-21 19:07:50 +01001464 u64 __pte, __npte;
Joerg Roedel6d568ef2018-11-09 12:07:09 +01001465 int pte_level;
Joerg Roedel7bfa5bd2015-12-21 19:07:50 +01001466
Joerg Roedel6d568ef2018-11-09 12:07:09 +01001467 __pte = *pte;
1468 pte_level = PM_PTE_LEVEL(__pte);
Joerg Roedel7bfa5bd2015-12-21 19:07:50 +01001469
Joerg Roedel6d568ef2018-11-09 12:07:09 +01001470 if (!IOMMU_PTE_PRESENT(__pte) ||
1471 pte_level == PAGE_MODE_7_LEVEL) {
Joerg Roedel308973d2009-11-24 17:43:32 +01001472 page = (u64 *)get_zeroed_page(gfp);
1473 if (!page)
1474 return NULL;
Joerg Roedel7bfa5bd2015-12-21 19:07:50 +01001475
Tom Lendacky2543a782017-07-17 16:10:24 -05001476 __npte = PM_LEVEL_PDE(level, iommu_virt_to_phys(page));
Joerg Roedel7bfa5bd2015-12-21 19:07:50 +01001477
Baoquan He134414f2016-09-15 16:50:50 +08001478 /* pte could have been changed somewhere. */
Joerg Roedel9db034d2018-11-09 12:07:10 +01001479 if (cmpxchg64(pte, __pte, __npte) != __pte)
Joerg Roedel7bfa5bd2015-12-21 19:07:50 +01001480 free_page((unsigned long)page);
Joerg Roedel9db034d2018-11-09 12:07:10 +01001481 else if (pte_level == PAGE_MODE_7_LEVEL)
Joerg Roedel6d568ef2018-11-09 12:07:09 +01001482 domain->updated = true;
Joerg Roedel9db034d2018-11-09 12:07:10 +01001483
1484 continue;
Joerg Roedel308973d2009-11-24 17:43:32 +01001485 }
1486
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001487 /* No level skipping support yet */
Joerg Roedel6d568ef2018-11-09 12:07:09 +01001488 if (pte_level != level)
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001489 return NULL;
1490
Joerg Roedel308973d2009-11-24 17:43:32 +01001491 level -= 1;
1492
Joerg Roedel9db034d2018-11-09 12:07:10 +01001493 pte = IOMMU_PTE_PAGE(__pte);
Joerg Roedel308973d2009-11-24 17:43:32 +01001494
1495 if (pte_page && level == end_lvl)
1496 *pte_page = pte;
1497
1498 pte = &pte[PM_LEVEL_INDEX(level, address)];
1499 }
1500
1501 return pte;
1502}
1503
1504/*
1505 * This function checks if there is a PTE for a given dma address. If
1506 * there is one, it returns the pointer to it.
1507 */
Joerg Roedel3039ca12015-04-01 14:58:48 +02001508static u64 *fetch_pte(struct protection_domain *domain,
1509 unsigned long address,
1510 unsigned long *page_size)
Joerg Roedel308973d2009-11-24 17:43:32 +01001511{
1512 int level;
1513 u64 *pte;
1514
yzhai003@ucr.edu46746862018-06-01 11:30:14 -07001515 *page_size = 0;
1516
Joerg Roedel24cd7722010-01-19 17:27:39 +01001517 if (address > PM_LEVEL_SIZE(domain->mode))
1518 return NULL;
Joerg Roedel308973d2009-11-24 17:43:32 +01001519
Joerg Roedel3039ca12015-04-01 14:58:48 +02001520 level = domain->mode - 1;
1521 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
1522 *page_size = PTE_LEVEL_PAGE_SIZE(level);
Joerg Roedel24cd7722010-01-19 17:27:39 +01001523
1524 while (level > 0) {
1525
1526 /* Not Present */
Joerg Roedel308973d2009-11-24 17:43:32 +01001527 if (!IOMMU_PTE_PRESENT(*pte))
1528 return NULL;
1529
Joerg Roedel24cd7722010-01-19 17:27:39 +01001530 /* Large PTE */
Joerg Roedel3039ca12015-04-01 14:58:48 +02001531 if (PM_PTE_LEVEL(*pte) == 7 ||
1532 PM_PTE_LEVEL(*pte) == 0)
1533 break;
Joerg Roedel24cd7722010-01-19 17:27:39 +01001534
1535 /* No level skipping support yet */
1536 if (PM_PTE_LEVEL(*pte) != level)
1537 return NULL;
1538
Joerg Roedel308973d2009-11-24 17:43:32 +01001539 level -= 1;
1540
Joerg Roedel24cd7722010-01-19 17:27:39 +01001541 /* Walk to the next level */
Joerg Roedel3039ca12015-04-01 14:58:48 +02001542 pte = IOMMU_PTE_PAGE(*pte);
1543 pte = &pte[PM_LEVEL_INDEX(level, address)];
1544 *page_size = PTE_LEVEL_PAGE_SIZE(level);
1545 }
1546
1547 if (PM_PTE_LEVEL(*pte) == 0x07) {
1548 unsigned long pte_mask;
1549
1550 /*
1551 * If we have a series of large PTEs, make
1552 * sure to return a pointer to the first one.
1553 */
1554 *page_size = pte_mask = PTE_PAGE_SIZE(*pte);
1555 pte_mask = ~((PAGE_SIZE_PTE_COUNT(pte_mask) << 3) - 1);
1556 pte = (u64 *)(((unsigned long)pte) & pte_mask);
Joerg Roedel308973d2009-11-24 17:43:32 +01001557 }
1558
1559 return pte;
1560}
1561
Joerg Roedel6f820bb2018-11-09 12:07:11 +01001562static struct page *free_clear_pte(u64 *pte, u64 pteval, struct page *freelist)
1563{
1564 unsigned long pt;
1565 int mode;
1566
1567 while (cmpxchg64(pte, pteval, 0) != pteval) {
1568 pr_warn("AMD-Vi: IOMMU pte changed since we read it\n");
1569 pteval = *pte;
1570 }
1571
1572 if (!IOMMU_PTE_PRESENT(pteval))
1573 return freelist;
1574
1575 pt = (unsigned long)IOMMU_PTE_PAGE(pteval);
1576 mode = IOMMU_PTE_MODE(pteval);
1577
1578 return free_sub_pt(pt, mode, freelist);
1579}
1580
Joerg Roedel308973d2009-11-24 17:43:32 +01001581/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02001582 * Generic mapping functions. It maps a physical address into a DMA
1583 * address space. It allocates the page table pages if necessary.
1584 * In the future it can be extended to a generic mapping function
1585 * supporting all features of AMD IOMMU page tables like level skipping
1586 * and full 64 bit address spaces.
1587 */
Joerg Roedel38e817f2008-12-02 17:27:52 +01001588static int iommu_map_page(struct protection_domain *dom,
1589 unsigned long bus_addr,
1590 unsigned long phys_addr,
Joerg Roedelb911b892016-07-05 14:29:11 +02001591 unsigned long page_size,
Joerg Roedelabdc5eb2009-09-03 11:33:51 +02001592 int prot,
Joerg Roedelb911b892016-07-05 14:29:11 +02001593 gfp_t gfp)
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001594{
Joerg Roedel6f820bb2018-11-09 12:07:11 +01001595 struct page *freelist = NULL;
Joerg Roedel8bda3092009-05-12 12:02:46 +02001596 u64 __pte, *pte;
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001597 int i, count;
Joerg Roedelabdc5eb2009-09-03 11:33:51 +02001598
Joerg Roedeld4b03662015-04-01 14:58:52 +02001599 BUG_ON(!IS_ALIGNED(bus_addr, page_size));
1600 BUG_ON(!IS_ALIGNED(phys_addr, page_size));
1601
Joerg Roedelbad1cac2009-09-02 16:52:23 +02001602 if (!(prot & IOMMU_PROT_MASK))
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001603 return -EINVAL;
1604
Joerg Roedeld4b03662015-04-01 14:58:52 +02001605 count = PAGE_SIZE_PTE_COUNT(page_size);
Joerg Roedelb911b892016-07-05 14:29:11 +02001606 pte = alloc_pte(dom, bus_addr, page_size, NULL, gfp);
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001607
Maurizio Lombardi63eaa752014-09-11 12:28:03 +02001608 if (!pte)
1609 return -ENOMEM;
1610
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001611 for (i = 0; i < count; ++i)
Joerg Roedel6f820bb2018-11-09 12:07:11 +01001612 freelist = free_clear_pte(&pte[i], pte[i], freelist);
1613
1614 if (freelist != NULL)
1615 dom->updated = true;
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001616
Joerg Roedeld4b03662015-04-01 14:58:52 +02001617 if (count > 1) {
Tom Lendacky2543a782017-07-17 16:10:24 -05001618 __pte = PAGE_SIZE_PTE(__sme_set(phys_addr), page_size);
Baoquan He07a80a62017-08-09 16:33:36 +08001619 __pte |= PM_LEVEL_ENC(7) | IOMMU_PTE_PR | IOMMU_PTE_FC;
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001620 } else
Linus Torvalds4dfc2782017-09-09 15:03:24 -07001621 __pte = __sme_set(phys_addr) | IOMMU_PTE_PR | IOMMU_PTE_FC;
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001622
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001623 if (prot & IOMMU_PROT_IR)
1624 __pte |= IOMMU_PTE_IR;
1625 if (prot & IOMMU_PROT_IW)
1626 __pte |= IOMMU_PTE_IW;
1627
Joerg Roedelcbb9d722010-01-15 14:41:15 +01001628 for (i = 0; i < count; ++i)
1629 pte[i] = __pte;
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001630
Joerg Roedel04bfdd82009-09-02 16:00:23 +02001631 update_domain(dom);
1632
Joerg Roedel6f820bb2018-11-09 12:07:11 +01001633 /* Everything flushed out, free pages now */
1634 free_page_list(freelist);
1635
Joerg Roedelbd0e5212008-06-26 21:27:56 +02001636 return 0;
1637}
1638
Joerg Roedel24cd7722010-01-19 17:27:39 +01001639static unsigned long iommu_unmap_page(struct protection_domain *dom,
1640 unsigned long bus_addr,
1641 unsigned long page_size)
Joerg Roedeleb74ff62008-12-02 19:59:10 +01001642{
Joerg Roedel71b390e2015-04-01 14:58:49 +02001643 unsigned long long unmapped;
1644 unsigned long unmap_size;
Joerg Roedel24cd7722010-01-19 17:27:39 +01001645 u64 *pte;
Joerg Roedeleb74ff62008-12-02 19:59:10 +01001646
Joerg Roedel24cd7722010-01-19 17:27:39 +01001647 BUG_ON(!is_power_of_2(page_size));
1648
1649 unmapped = 0;
1650
1651 while (unmapped < page_size) {
1652
Joerg Roedel71b390e2015-04-01 14:58:49 +02001653 pte = fetch_pte(dom, bus_addr, &unmap_size);
Joerg Roedel24cd7722010-01-19 17:27:39 +01001654
Joerg Roedel71b390e2015-04-01 14:58:49 +02001655 if (pte) {
1656 int i, count;
Joerg Roedel24cd7722010-01-19 17:27:39 +01001657
Joerg Roedel71b390e2015-04-01 14:58:49 +02001658 count = PAGE_SIZE_PTE_COUNT(unmap_size);
Joerg Roedel24cd7722010-01-19 17:27:39 +01001659 for (i = 0; i < count; i++)
1660 pte[i] = 0ULL;
1661 }
1662
1663 bus_addr = (bus_addr & ~(unmap_size - 1)) + unmap_size;
1664 unmapped += unmap_size;
1665 }
1666
Alex Williamson60d0ca32013-06-21 14:33:19 -06001667 BUG_ON(unmapped && !is_power_of_2(unmapped));
Joerg Roedel24cd7722010-01-19 17:27:39 +01001668
1669 return unmapped;
Joerg Roedeleb74ff62008-12-02 19:59:10 +01001670}
Joerg Roedeleb74ff62008-12-02 19:59:10 +01001671
Joerg Roedel431b2a22008-07-11 17:14:22 +02001672/****************************************************************************
1673 *
1674 * The next functions belong to the address allocator for the dma_ops
Joerg Roedel2d4c5152016-07-05 16:21:32 +02001675 * interface functions.
Joerg Roedel431b2a22008-07-11 17:14:22 +02001676 *
1677 ****************************************************************************/
Joerg Roedeld3086442008-06-26 21:27:57 +02001678
Joerg Roedel9cabe892009-05-18 16:38:55 +02001679
Joerg Roedel256e4622016-07-05 14:23:01 +02001680static unsigned long dma_ops_alloc_iova(struct device *dev,
1681 struct dma_ops_domain *dma_dom,
1682 unsigned int pages, u64 dma_mask)
Joerg Roedela0f51442015-12-21 16:20:09 +01001683{
Joerg Roedel256e4622016-07-05 14:23:01 +02001684 unsigned long pfn = 0;
Joerg Roedela0f51442015-12-21 16:20:09 +01001685
Joerg Roedel256e4622016-07-05 14:23:01 +02001686 pages = __roundup_pow_of_two(pages);
Joerg Roedela0f51442015-12-21 16:20:09 +01001687
Joerg Roedel256e4622016-07-05 14:23:01 +02001688 if (dma_mask > DMA_BIT_MASK(32))
1689 pfn = alloc_iova_fast(&dma_dom->iovad, pages,
Tomasz Nowicki538d5b32017-09-20 10:52:02 +02001690 IOVA_PFN(DMA_BIT_MASK(32)), false);
Joerg Roedel7b5e25b2015-12-22 13:38:12 +01001691
Joerg Roedel256e4622016-07-05 14:23:01 +02001692 if (!pfn)
Tomasz Nowicki538d5b32017-09-20 10:52:02 +02001693 pfn = alloc_iova_fast(&dma_dom->iovad, pages,
1694 IOVA_PFN(dma_mask), true);
Joerg Roedel60e6a7c2015-12-21 16:53:17 +01001695
Joerg Roedel256e4622016-07-05 14:23:01 +02001696 return (pfn << PAGE_SHIFT);
Joerg Roedela0f51442015-12-21 16:20:09 +01001697}
1698
Joerg Roedel256e4622016-07-05 14:23:01 +02001699static void dma_ops_free_iova(struct dma_ops_domain *dma_dom,
1700 unsigned long address,
1701 unsigned int pages)
Joerg Roedel384de722009-05-15 12:30:05 +02001702{
Joerg Roedel256e4622016-07-05 14:23:01 +02001703 pages = __roundup_pow_of_two(pages);
1704 address >>= PAGE_SHIFT;
Joerg Roedel5f6bed52015-12-22 13:34:22 +01001705
Joerg Roedel256e4622016-07-05 14:23:01 +02001706 free_iova_fast(&dma_dom->iovad, address, pages);
Joerg Roedeld3086442008-06-26 21:27:57 +02001707}
1708
Joerg Roedel431b2a22008-07-11 17:14:22 +02001709/****************************************************************************
1710 *
1711 * The next functions belong to the domain allocation. A domain is
1712 * allocated for every IOMMU as the default domain. If device isolation
1713 * is enabled, every device get its own domain. The most important thing
1714 * about domains is the page table mapping the DMA address space they
1715 * contain.
1716 *
1717 ****************************************************************************/
1718
Joerg Roedelaeb26f52009-11-20 16:44:01 +01001719/*
1720 * This function adds a protection domain to the global protection domain list
1721 */
1722static void add_domain_to_list(struct protection_domain *domain)
1723{
1724 unsigned long flags;
1725
1726 spin_lock_irqsave(&amd_iommu_pd_lock, flags);
1727 list_add(&domain->list, &amd_iommu_pd_list);
1728 spin_unlock_irqrestore(&amd_iommu_pd_lock, flags);
1729}
1730
1731/*
1732 * This function removes a protection domain to the global
1733 * protection domain list
1734 */
1735static void del_domain_from_list(struct protection_domain *domain)
1736{
1737 unsigned long flags;
1738
1739 spin_lock_irqsave(&amd_iommu_pd_lock, flags);
1740 list_del(&domain->list);
1741 spin_unlock_irqrestore(&amd_iommu_pd_lock, flags);
1742}
1743
Joerg Roedelec487d12008-06-26 21:27:58 +02001744static u16 domain_id_alloc(void)
1745{
Joerg Roedelec487d12008-06-26 21:27:58 +02001746 int id;
1747
Sebastian Andrzej Siewior2bc00182018-03-22 16:22:35 +01001748 spin_lock(&pd_bitmap_lock);
Joerg Roedelec487d12008-06-26 21:27:58 +02001749 id = find_first_zero_bit(amd_iommu_pd_alloc_bitmap, MAX_DOMAIN_ID);
1750 BUG_ON(id == 0);
1751 if (id > 0 && id < MAX_DOMAIN_ID)
1752 __set_bit(id, amd_iommu_pd_alloc_bitmap);
1753 else
1754 id = 0;
Sebastian Andrzej Siewior2bc00182018-03-22 16:22:35 +01001755 spin_unlock(&pd_bitmap_lock);
Joerg Roedelec487d12008-06-26 21:27:58 +02001756
1757 return id;
1758}
1759
Joerg Roedela2acfb72008-12-02 18:28:53 +01001760static void domain_id_free(int id)
1761{
Sebastian Andrzej Siewior2bc00182018-03-22 16:22:35 +01001762 spin_lock(&pd_bitmap_lock);
Joerg Roedela2acfb72008-12-02 18:28:53 +01001763 if (id > 0 && id < MAX_DOMAIN_ID)
1764 __clear_bit(id, amd_iommu_pd_alloc_bitmap);
Sebastian Andrzej Siewior2bc00182018-03-22 16:22:35 +01001765 spin_unlock(&pd_bitmap_lock);
Joerg Roedela2acfb72008-12-02 18:28:53 +01001766}
Joerg Roedela2acfb72008-12-02 18:28:53 +01001767
Joerg Roedelb16137b2011-11-21 16:50:23 +01001768static void free_gcr3_tbl_level1(u64 *tbl)
1769{
1770 u64 *ptr;
1771 int i;
1772
1773 for (i = 0; i < 512; ++i) {
1774 if (!(tbl[i] & GCR3_VALID))
1775 continue;
1776
Tom Lendacky2543a782017-07-17 16:10:24 -05001777 ptr = iommu_phys_to_virt(tbl[i] & PAGE_MASK);
Joerg Roedelb16137b2011-11-21 16:50:23 +01001778
1779 free_page((unsigned long)ptr);
1780 }
1781}
1782
1783static void free_gcr3_tbl_level2(u64 *tbl)
1784{
1785 u64 *ptr;
1786 int i;
1787
1788 for (i = 0; i < 512; ++i) {
1789 if (!(tbl[i] & GCR3_VALID))
1790 continue;
1791
Tom Lendacky2543a782017-07-17 16:10:24 -05001792 ptr = iommu_phys_to_virt(tbl[i] & PAGE_MASK);
Joerg Roedelb16137b2011-11-21 16:50:23 +01001793
1794 free_gcr3_tbl_level1(ptr);
1795 }
1796}
1797
Joerg Roedel52815b72011-11-17 17:24:28 +01001798static void free_gcr3_table(struct protection_domain *domain)
1799{
Joerg Roedelb16137b2011-11-21 16:50:23 +01001800 if (domain->glx == 2)
1801 free_gcr3_tbl_level2(domain->gcr3_tbl);
1802 else if (domain->glx == 1)
1803 free_gcr3_tbl_level1(domain->gcr3_tbl);
Joerg Roedel23d3a982015-08-13 11:15:13 +02001804 else
1805 BUG_ON(domain->glx != 0);
Joerg Roedelb16137b2011-11-21 16:50:23 +01001806
Joerg Roedel52815b72011-11-17 17:24:28 +01001807 free_page((unsigned long)domain->gcr3_tbl);
1808}
1809
Joerg Roedelfca6af62017-06-02 18:13:37 +02001810static void dma_ops_domain_flush_tlb(struct dma_ops_domain *dom)
1811{
Joerg Roedelfca6af62017-06-02 18:13:37 +02001812 domain_flush_tlb(&dom->domain);
1813 domain_flush_complete(&dom->domain);
Joerg Roedelfca6af62017-06-02 18:13:37 +02001814}
1815
Joerg Roedel9003d612017-08-10 17:19:13 +02001816static void iova_domain_flush_tlb(struct iova_domain *iovad)
Joerg Roedelfd621902017-06-02 15:37:26 +02001817{
Joerg Roedel9003d612017-08-10 17:19:13 +02001818 struct dma_ops_domain *dom;
Joerg Roedele241f8e762017-06-02 15:44:57 +02001819
Joerg Roedel9003d612017-08-10 17:19:13 +02001820 dom = container_of(iovad, struct dma_ops_domain, iovad);
Joerg Roedelfca6af62017-06-02 18:13:37 +02001821
1822 dma_ops_domain_flush_tlb(dom);
Joerg Roedelfca6af62017-06-02 18:13:37 +02001823}
1824
Joerg Roedel431b2a22008-07-11 17:14:22 +02001825/*
1826 * Free a domain, only used if something went wrong in the
1827 * allocation path and we need to free an already allocated page table
1828 */
Joerg Roedelec487d12008-06-26 21:27:58 +02001829static void dma_ops_domain_free(struct dma_ops_domain *dom)
1830{
1831 if (!dom)
1832 return;
1833
Joerg Roedelaeb26f52009-11-20 16:44:01 +01001834 del_domain_from_list(&dom->domain);
1835
Joerg Roedel2d4c5152016-07-05 16:21:32 +02001836 put_iova_domain(&dom->iovad);
1837
Joerg Roedel86db2e52008-12-02 18:20:21 +01001838 free_pagetable(&dom->domain);
Joerg Roedelec487d12008-06-26 21:27:58 +02001839
Baoquan Hec3db9012016-09-15 16:50:52 +08001840 if (dom->domain.id)
1841 domain_id_free(dom->domain.id);
1842
Joerg Roedelec487d12008-06-26 21:27:58 +02001843 kfree(dom);
1844}
1845
Joerg Roedel431b2a22008-07-11 17:14:22 +02001846/*
1847 * Allocates a new protection domain usable for the dma_ops functions.
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04001848 * It also initializes the page table and the address allocator data
Joerg Roedel431b2a22008-07-11 17:14:22 +02001849 * structures required for the dma_ops interface
1850 */
Joerg Roedel87a64d52009-11-24 17:26:43 +01001851static struct dma_ops_domain *dma_ops_domain_alloc(void)
Joerg Roedelec487d12008-06-26 21:27:58 +02001852{
1853 struct dma_ops_domain *dma_dom;
Joerg Roedelec487d12008-06-26 21:27:58 +02001854
1855 dma_dom = kzalloc(sizeof(struct dma_ops_domain), GFP_KERNEL);
1856 if (!dma_dom)
1857 return NULL;
1858
Joerg Roedel7a5a5662015-06-30 08:56:11 +02001859 if (protection_domain_init(&dma_dom->domain))
Joerg Roedelec487d12008-06-26 21:27:58 +02001860 goto free_dma_dom;
Joerg Roedel7a5a5662015-06-30 08:56:11 +02001861
Joerg Roedelffec2192016-07-26 15:31:23 +02001862 dma_dom->domain.mode = PAGE_MODE_3_LEVEL;
Joerg Roedelec487d12008-06-26 21:27:58 +02001863 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL);
Joerg Roedel9fdb19d2008-12-02 17:46:25 +01001864 dma_dom->domain.flags = PD_DMA_OPS_MASK;
Joerg Roedelec487d12008-06-26 21:27:58 +02001865 if (!dma_dom->domain.pt_root)
1866 goto free_dma_dom;
Joerg Roedelec487d12008-06-26 21:27:58 +02001867
Zhen Leiaa3ac942017-09-21 16:52:45 +01001868 init_iova_domain(&dma_dom->iovad, PAGE_SIZE, IOVA_START_PFN);
Joerg Roedel307d5852016-07-05 11:54:04 +02001869
Joerg Roedel9003d612017-08-10 17:19:13 +02001870 if (init_iova_flush_queue(&dma_dom->iovad, iova_domain_flush_tlb, NULL))
Joerg Roedeld4241a22017-06-02 14:55:56 +02001871 goto free_dma_dom;
1872
Joerg Roedel9003d612017-08-10 17:19:13 +02001873 /* Initialize reserved ranges */
1874 copy_reserved_iova(&reserved_iova_ranges, &dma_dom->iovad);
Joerg Roedelfca6af62017-06-02 18:13:37 +02001875
Joerg Roedel2d4c5152016-07-05 16:21:32 +02001876 add_domain_to_list(&dma_dom->domain);
1877
Joerg Roedelec487d12008-06-26 21:27:58 +02001878 return dma_dom;
1879
1880free_dma_dom:
1881 dma_ops_domain_free(dma_dom);
1882
1883 return NULL;
1884}
1885
Joerg Roedel431b2a22008-07-11 17:14:22 +02001886/*
Joerg Roedel5b28df62008-12-02 17:49:42 +01001887 * little helper function to check whether a given protection domain is a
1888 * dma_ops domain
1889 */
1890static bool dma_ops_domain(struct protection_domain *domain)
1891{
1892 return domain->flags & PD_DMA_OPS_MASK;
1893}
1894
Gary R Hookff18c4e2017-12-20 09:47:08 -07001895static void set_dte_entry(u16 devid, struct protection_domain *domain,
1896 bool ats, bool ppr)
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001897{
Joerg Roedel132bd682011-11-17 14:18:46 +01001898 u64 pte_root = 0;
Joerg Roedelee6c2862011-11-09 12:06:03 +01001899 u64 flags = 0;
Joerg Roedel863c74e2008-12-02 17:56:36 +01001900
Joerg Roedel132bd682011-11-17 14:18:46 +01001901 if (domain->mode != PAGE_MODE_NONE)
Tom Lendacky2543a782017-07-17 16:10:24 -05001902 pte_root = iommu_virt_to_phys(domain->pt_root);
Joerg Roedel132bd682011-11-17 14:18:46 +01001903
Joerg Roedel38ddf412008-09-11 10:38:32 +02001904 pte_root |= (domain->mode & DEV_ENTRY_MODE_MASK)
1905 << DEV_ENTRY_MODE_SHIFT;
Baoquan He07a80a62017-08-09 16:33:36 +08001906 pte_root |= DTE_FLAG_IR | DTE_FLAG_IW | DTE_FLAG_V | DTE_FLAG_TV;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001907
Joerg Roedelee6c2862011-11-09 12:06:03 +01001908 flags = amd_iommu_dev_table[devid].data[1];
1909
Joerg Roedelfd7b5532011-04-05 15:31:08 +02001910 if (ats)
1911 flags |= DTE_FLAG_IOTLB;
1912
Gary R Hookff18c4e2017-12-20 09:47:08 -07001913 if (ppr) {
1914 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
1915
1916 if (iommu_feature(iommu, FEATURE_EPHSUP))
1917 pte_root |= 1ULL << DEV_ENTRY_PPR;
1918 }
1919
Joerg Roedel52815b72011-11-17 17:24:28 +01001920 if (domain->flags & PD_IOMMUV2_MASK) {
Tom Lendacky2543a782017-07-17 16:10:24 -05001921 u64 gcr3 = iommu_virt_to_phys(domain->gcr3_tbl);
Joerg Roedel52815b72011-11-17 17:24:28 +01001922 u64 glx = domain->glx;
1923 u64 tmp;
1924
1925 pte_root |= DTE_FLAG_GV;
1926 pte_root |= (glx & DTE_GLX_MASK) << DTE_GLX_SHIFT;
1927
1928 /* First mask out possible old values for GCR3 table */
1929 tmp = DTE_GCR3_VAL_B(~0ULL) << DTE_GCR3_SHIFT_B;
1930 flags &= ~tmp;
1931
1932 tmp = DTE_GCR3_VAL_C(~0ULL) << DTE_GCR3_SHIFT_C;
1933 flags &= ~tmp;
1934
1935 /* Encode GCR3 table into DTE */
1936 tmp = DTE_GCR3_VAL_A(gcr3) << DTE_GCR3_SHIFT_A;
1937 pte_root |= tmp;
1938
1939 tmp = DTE_GCR3_VAL_B(gcr3) << DTE_GCR3_SHIFT_B;
1940 flags |= tmp;
1941
1942 tmp = DTE_GCR3_VAL_C(gcr3) << DTE_GCR3_SHIFT_C;
1943 flags |= tmp;
1944 }
1945
Baoquan He45a01c42017-08-09 16:33:37 +08001946 flags &= ~DEV_DOMID_MASK;
Joerg Roedelee6c2862011-11-09 12:06:03 +01001947 flags |= domain->id;
1948
1949 amd_iommu_dev_table[devid].data[1] = flags;
1950 amd_iommu_dev_table[devid].data[0] = pte_root;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001951}
1952
Joerg Roedel15898bb2009-11-24 15:39:42 +01001953static void clear_dte_entry(u16 devid)
Joerg Roedel355bf552008-12-08 12:02:41 +01001954{
Joerg Roedel355bf552008-12-08 12:02:41 +01001955 /* remove entry from the device table seen by the hardware */
Baoquan He07a80a62017-08-09 16:33:36 +08001956 amd_iommu_dev_table[devid].data[0] = DTE_FLAG_V | DTE_FLAG_TV;
Joerg Roedelcbf3ccd2015-10-20 14:59:36 +02001957 amd_iommu_dev_table[devid].data[1] &= DTE_FLAG_MASK;
Joerg Roedel355bf552008-12-08 12:02:41 +01001958
Joerg Roedelc5cca142009-10-09 18:31:20 +02001959 amd_iommu_apply_erratum_63(devid);
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001960}
1961
Joerg Roedelec9e79e2011-06-09 17:25:50 +02001962static void do_attach(struct iommu_dev_data *dev_data,
1963 struct protection_domain *domain)
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001964{
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001965 struct amd_iommu *iommu;
Joerg Roedele25bfb52015-10-20 17:33:38 +02001966 u16 alias;
Joerg Roedelec9e79e2011-06-09 17:25:50 +02001967 bool ats;
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001968
Joerg Roedelec9e79e2011-06-09 17:25:50 +02001969 iommu = amd_iommu_rlookup_table[dev_data->devid];
Joerg Roedele3156042016-04-08 15:12:24 +02001970 alias = dev_data->alias;
Joerg Roedelec9e79e2011-06-09 17:25:50 +02001971 ats = dev_data->ats.enabled;
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001972
1973 /* Update data structures */
1974 dev_data->domain = domain;
1975 list_add(&dev_data->list, &domain->dev_list);
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001976
1977 /* Do reference counting */
1978 domain->dev_iommu[iommu->index] += 1;
1979 domain->dev_cnt += 1;
1980
Joerg Roedele25bfb52015-10-20 17:33:38 +02001981 /* Update device table */
Gary R Hookff18c4e2017-12-20 09:47:08 -07001982 set_dte_entry(dev_data->devid, domain, ats, dev_data->iommu_v2);
Joerg Roedele25bfb52015-10-20 17:33:38 +02001983 if (alias != dev_data->devid)
Gary R Hookff18c4e2017-12-20 09:47:08 -07001984 set_dte_entry(alias, domain, ats, dev_data->iommu_v2);
Joerg Roedele25bfb52015-10-20 17:33:38 +02001985
Joerg Roedel6c542042011-06-09 17:07:31 +02001986 device_flush_dte(dev_data);
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001987}
1988
Joerg Roedelec9e79e2011-06-09 17:25:50 +02001989static void do_detach(struct iommu_dev_data *dev_data)
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001990{
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001991 struct amd_iommu *iommu;
Joerg Roedele25bfb52015-10-20 17:33:38 +02001992 u16 alias;
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001993
Joerg Roedelec9e79e2011-06-09 17:25:50 +02001994 iommu = amd_iommu_rlookup_table[dev_data->devid];
Joerg Roedele3156042016-04-08 15:12:24 +02001995 alias = dev_data->alias;
Joerg Roedelc5cca142009-10-09 18:31:20 +02001996
Joerg Roedelc4596112009-11-20 14:57:32 +01001997 /* decrease reference counters */
Joerg Roedel7f760dd2009-11-26 14:49:59 +01001998 dev_data->domain->dev_iommu[iommu->index] -= 1;
1999 dev_data->domain->dev_cnt -= 1;
Joerg Roedel355bf552008-12-08 12:02:41 +01002000
Joerg Roedel7f760dd2009-11-26 14:49:59 +01002001 /* Update data structures */
2002 dev_data->domain = NULL;
2003 list_del(&dev_data->list);
Joerg Roedelf62dda62011-06-09 12:55:35 +02002004 clear_dte_entry(dev_data->devid);
Joerg Roedele25bfb52015-10-20 17:33:38 +02002005 if (alias != dev_data->devid)
2006 clear_dte_entry(alias);
Joerg Roedel7f760dd2009-11-26 14:49:59 +01002007
2008 /* Flush the DTE entry */
Joerg Roedel6c542042011-06-09 17:07:31 +02002009 device_flush_dte(dev_data);
Joerg Roedel15898bb2009-11-24 15:39:42 +01002010}
2011
2012/*
Anna-Maria Gleixner29a0c412018-05-07 14:53:26 +02002013 * If a device is not yet associated with a domain, this function makes the
2014 * device visible in the domain
Joerg Roedel15898bb2009-11-24 15:39:42 +01002015 */
Joerg Roedelec9e79e2011-06-09 17:25:50 +02002016static int __attach_device(struct iommu_dev_data *dev_data,
Joerg Roedel15898bb2009-11-24 15:39:42 +01002017 struct protection_domain *domain)
2018{
Julia Lawall84fe6c12010-05-27 12:31:51 +02002019 int ret;
Joerg Roedel657cbb62009-11-23 15:26:46 +01002020
Joerg Roedel15898bb2009-11-24 15:39:42 +01002021 /* lock domain */
2022 spin_lock(&domain->lock);
2023
Joerg Roedel397111a2014-08-05 17:31:51 +02002024 ret = -EBUSY;
Joerg Roedel150952f2015-10-20 17:33:35 +02002025 if (dev_data->domain != NULL)
Joerg Roedel397111a2014-08-05 17:31:51 +02002026 goto out_unlock;
Joerg Roedel24100052009-11-25 15:59:57 +01002027
Joerg Roedel397111a2014-08-05 17:31:51 +02002028 /* Attach alias group root */
Joerg Roedel150952f2015-10-20 17:33:35 +02002029 do_attach(dev_data, domain);
Joerg Roedel24100052009-11-25 15:59:57 +01002030
Julia Lawall84fe6c12010-05-27 12:31:51 +02002031 ret = 0;
2032
2033out_unlock:
2034
Joerg Roedel355bf552008-12-08 12:02:41 +01002035 /* ready */
2036 spin_unlock(&domain->lock);
Joerg Roedel21129f72009-09-01 11:59:42 +02002037
Julia Lawall84fe6c12010-05-27 12:31:51 +02002038 return ret;
Joerg Roedel15898bb2009-11-24 15:39:42 +01002039}
2040
Joerg Roedel52815b72011-11-17 17:24:28 +01002041
2042static void pdev_iommuv2_disable(struct pci_dev *pdev)
2043{
2044 pci_disable_ats(pdev);
2045 pci_disable_pri(pdev);
2046 pci_disable_pasid(pdev);
2047}
2048
Joerg Roedel6a113dd2011-12-01 12:04:58 +01002049/* FIXME: Change generic reset-function to do the same */
2050static int pri_reset_while_enabled(struct pci_dev *pdev)
2051{
2052 u16 control;
2053 int pos;
2054
Joerg Roedel46277b72011-12-07 14:34:02 +01002055 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_PRI);
Joerg Roedel6a113dd2011-12-01 12:04:58 +01002056 if (!pos)
2057 return -EINVAL;
2058
Joerg Roedel46277b72011-12-07 14:34:02 +01002059 pci_read_config_word(pdev, pos + PCI_PRI_CTRL, &control);
2060 control |= PCI_PRI_CTRL_RESET;
2061 pci_write_config_word(pdev, pos + PCI_PRI_CTRL, control);
Joerg Roedel6a113dd2011-12-01 12:04:58 +01002062
2063 return 0;
2064}
2065
Joerg Roedel52815b72011-11-17 17:24:28 +01002066static int pdev_iommuv2_enable(struct pci_dev *pdev)
2067{
Joerg Roedel6a113dd2011-12-01 12:04:58 +01002068 bool reset_enable;
2069 int reqs, ret;
2070
2071 /* FIXME: Hardcode number of outstanding requests for now */
2072 reqs = 32;
2073 if (pdev_pri_erratum(pdev, AMD_PRI_DEV_ERRATUM_LIMIT_REQ_ONE))
2074 reqs = 1;
2075 reset_enable = pdev_pri_erratum(pdev, AMD_PRI_DEV_ERRATUM_ENABLE_RESET);
Joerg Roedel52815b72011-11-17 17:24:28 +01002076
2077 /* Only allow access to user-accessible pages */
2078 ret = pci_enable_pasid(pdev, 0);
2079 if (ret)
2080 goto out_err;
2081
2082 /* First reset the PRI state of the device */
2083 ret = pci_reset_pri(pdev);
2084 if (ret)
2085 goto out_err;
2086
Joerg Roedel6a113dd2011-12-01 12:04:58 +01002087 /* Enable PRI */
2088 ret = pci_enable_pri(pdev, reqs);
Joerg Roedel52815b72011-11-17 17:24:28 +01002089 if (ret)
2090 goto out_err;
2091
Joerg Roedel6a113dd2011-12-01 12:04:58 +01002092 if (reset_enable) {
2093 ret = pri_reset_while_enabled(pdev);
2094 if (ret)
2095 goto out_err;
2096 }
2097
Joerg Roedel52815b72011-11-17 17:24:28 +01002098 ret = pci_enable_ats(pdev, PAGE_SHIFT);
2099 if (ret)
2100 goto out_err;
2101
2102 return 0;
2103
2104out_err:
2105 pci_disable_pri(pdev);
2106 pci_disable_pasid(pdev);
2107
2108 return ret;
2109}
2110
Joerg Roedelc99afa22011-11-21 18:19:25 +01002111/* FIXME: Move this to PCI code */
Joerg Roedela3b93122012-04-12 12:49:26 +02002112#define PCI_PRI_TLP_OFF (1 << 15)
Joerg Roedelc99afa22011-11-21 18:19:25 +01002113
Joerg Roedel98f1ad22012-07-06 13:28:37 +02002114static bool pci_pri_tlp_required(struct pci_dev *pdev)
Joerg Roedelc99afa22011-11-21 18:19:25 +01002115{
Joerg Roedela3b93122012-04-12 12:49:26 +02002116 u16 status;
Joerg Roedelc99afa22011-11-21 18:19:25 +01002117 int pos;
2118
Joerg Roedel46277b72011-12-07 14:34:02 +01002119 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_PRI);
Joerg Roedelc99afa22011-11-21 18:19:25 +01002120 if (!pos)
2121 return false;
2122
Joerg Roedela3b93122012-04-12 12:49:26 +02002123 pci_read_config_word(pdev, pos + PCI_PRI_STATUS, &status);
Joerg Roedelc99afa22011-11-21 18:19:25 +01002124
Joerg Roedela3b93122012-04-12 12:49:26 +02002125 return (status & PCI_PRI_TLP_OFF) ? true : false;
Joerg Roedelc99afa22011-11-21 18:19:25 +01002126}
2127
Joerg Roedel15898bb2009-11-24 15:39:42 +01002128/*
Anna-Maria Gleixner29a0c412018-05-07 14:53:26 +02002129 * If a device is not yet associated with a domain, this function makes the
2130 * device visible in the domain
Joerg Roedel15898bb2009-11-24 15:39:42 +01002131 */
2132static int attach_device(struct device *dev,
2133 struct protection_domain *domain)
2134{
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -04002135 struct pci_dev *pdev;
Joerg Roedelea61cdd2011-06-09 12:56:30 +02002136 struct iommu_dev_data *dev_data;
Joerg Roedel15898bb2009-11-24 15:39:42 +01002137 unsigned long flags;
2138 int ret;
2139
Joerg Roedelea61cdd2011-06-09 12:56:30 +02002140 dev_data = get_dev_data(dev);
2141
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -04002142 if (!dev_is_pci(dev))
2143 goto skip_ats_check;
2144
2145 pdev = to_pci_dev(dev);
Joerg Roedel52815b72011-11-17 17:24:28 +01002146 if (domain->flags & PD_IOMMUV2_MASK) {
Joerg Roedel02ca2022015-07-28 16:58:49 +02002147 if (!dev_data->passthrough)
Joerg Roedel52815b72011-11-17 17:24:28 +01002148 return -EINVAL;
2149
Joerg Roedel02ca2022015-07-28 16:58:49 +02002150 if (dev_data->iommu_v2) {
2151 if (pdev_iommuv2_enable(pdev) != 0)
2152 return -EINVAL;
Joerg Roedel52815b72011-11-17 17:24:28 +01002153
Joerg Roedel02ca2022015-07-28 16:58:49 +02002154 dev_data->ats.enabled = true;
2155 dev_data->ats.qdep = pci_ats_queue_depth(pdev);
2156 dev_data->pri_tlp = pci_pri_tlp_required(pdev);
2157 }
Joerg Roedel52815b72011-11-17 17:24:28 +01002158 } else if (amd_iommu_iotlb_sup &&
2159 pci_enable_ats(pdev, PAGE_SHIFT) == 0) {
Joerg Roedelea61cdd2011-06-09 12:56:30 +02002160 dev_data->ats.enabled = true;
2161 dev_data->ats.qdep = pci_ats_queue_depth(pdev);
2162 }
Joerg Roedelfd7b5532011-04-05 15:31:08 +02002163
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -04002164skip_ats_check:
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +01002165 spin_lock_irqsave(&amd_iommu_devtable_lock, flags);
Joerg Roedelec9e79e2011-06-09 17:25:50 +02002166 ret = __attach_device(dev_data, domain);
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +01002167 spin_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
Joerg Roedel15898bb2009-11-24 15:39:42 +01002168
2169 /*
2170 * We might boot into a crash-kernel here. The crashed kernel
2171 * left the caches in the IOMMU dirty. So we have to flush
2172 * here to evict all dirty stuff.
2173 */
Joerg Roedel17b124b2011-04-06 18:01:35 +02002174 domain_flush_tlb_pde(domain);
Joerg Roedel15898bb2009-11-24 15:39:42 +01002175
2176 return ret;
2177}
2178
2179/*
2180 * Removes a device from a protection domain (unlocked)
2181 */
Joerg Roedelec9e79e2011-06-09 17:25:50 +02002182static void __detach_device(struct iommu_dev_data *dev_data)
Joerg Roedel15898bb2009-11-24 15:39:42 +01002183{
Joerg Roedel2ca76272010-01-22 16:45:31 +01002184 struct protection_domain *domain;
Joerg Roedel15898bb2009-11-24 15:39:42 +01002185
Joerg Roedel2ca76272010-01-22 16:45:31 +01002186 domain = dev_data->domain;
2187
Joerg Roedelf1dd0a82015-10-20 17:33:36 +02002188 spin_lock(&domain->lock);
Joerg Roedel24100052009-11-25 15:59:57 +01002189
Joerg Roedel150952f2015-10-20 17:33:35 +02002190 do_detach(dev_data);
Joerg Roedel71f77582011-06-09 19:03:15 +02002191
Joerg Roedelf1dd0a82015-10-20 17:33:36 +02002192 spin_unlock(&domain->lock);
Joerg Roedel355bf552008-12-08 12:02:41 +01002193}
2194
2195/*
2196 * Removes a device from a protection domain (with devtable_lock held)
2197 */
Joerg Roedel15898bb2009-11-24 15:39:42 +01002198static void detach_device(struct device *dev)
Joerg Roedel355bf552008-12-08 12:02:41 +01002199{
Joerg Roedel52815b72011-11-17 17:24:28 +01002200 struct protection_domain *domain;
Joerg Roedelea61cdd2011-06-09 12:56:30 +02002201 struct iommu_dev_data *dev_data;
Joerg Roedel355bf552008-12-08 12:02:41 +01002202 unsigned long flags;
2203
Joerg Roedelec9e79e2011-06-09 17:25:50 +02002204 dev_data = get_dev_data(dev);
Joerg Roedel52815b72011-11-17 17:24:28 +01002205 domain = dev_data->domain;
Joerg Roedelec9e79e2011-06-09 17:25:50 +02002206
Anna-Maria Gleixnerea3fd042018-05-07 14:53:27 +02002207 /*
2208 * First check if the device is still attached. It might already
2209 * be detached from its domain because the generic
2210 * iommu_detach_group code detached it and we try again here in
2211 * our alias handling.
2212 */
2213 if (WARN_ON(!dev_data->domain))
2214 return;
2215
Joerg Roedel355bf552008-12-08 12:02:41 +01002216 /* lock device table */
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +01002217 spin_lock_irqsave(&amd_iommu_devtable_lock, flags);
Joerg Roedelec9e79e2011-06-09 17:25:50 +02002218 __detach_device(dev_data);
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +01002219 spin_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
Joerg Roedelfd7b5532011-04-05 15:31:08 +02002220
Wan Zongshun2bf9a0a2016-04-01 09:06:03 -04002221 if (!dev_is_pci(dev))
2222 return;
2223
Joerg Roedel02ca2022015-07-28 16:58:49 +02002224 if (domain->flags & PD_IOMMUV2_MASK && dev_data->iommu_v2)
Joerg Roedel52815b72011-11-17 17:24:28 +01002225 pdev_iommuv2_disable(to_pci_dev(dev));
2226 else if (dev_data->ats.enabled)
Joerg Roedelea61cdd2011-06-09 12:56:30 +02002227 pci_disable_ats(to_pci_dev(dev));
Joerg Roedel52815b72011-11-17 17:24:28 +01002228
2229 dev_data->ats.enabled = false;
Joerg Roedel355bf552008-12-08 12:02:41 +01002230}
Joerg Roedele275a2a2008-12-10 18:27:25 +01002231
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002232static int amd_iommu_add_device(struct device *dev)
Joerg Roedel15898bb2009-11-24 15:39:42 +01002233{
Joerg Roedel71f77582011-06-09 19:03:15 +02002234 struct iommu_dev_data *dev_data;
Joerg Roedel07ee8692015-05-28 18:41:42 +02002235 struct iommu_domain *domain;
Joerg Roedele275a2a2008-12-10 18:27:25 +01002236 struct amd_iommu *iommu;
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04002237 int ret, devid;
Joerg Roedele275a2a2008-12-10 18:27:25 +01002238
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002239 if (!check_device(dev) || get_dev_data(dev))
Joerg Roedel98fc5a62009-11-24 17:19:23 +01002240 return 0;
Joerg Roedele275a2a2008-12-10 18:27:25 +01002241
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002242 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +02002243 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04002244 return devid;
2245
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002246 iommu = amd_iommu_rlookup_table[devid];
Joerg Roedele275a2a2008-12-10 18:27:25 +01002247
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002248 ret = iommu_init_device(dev);
Joerg Roedel4d58b8a2015-06-11 09:21:39 +02002249 if (ret) {
2250 if (ret != -ENOTSUPP)
2251 pr_err("Failed to initialize device %s - trying to proceed anyway\n",
2252 dev_name(dev));
Joerg Roedel657cbb62009-11-23 15:26:46 +01002253
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002254 iommu_ignore_device(dev);
Christoph Hellwigfec777c2018-03-19 11:38:15 +01002255 dev->dma_ops = &dma_direct_ops;
Joerg Roedele275a2a2008-12-10 18:27:25 +01002256 goto out;
2257 }
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002258 init_iommu_group(dev);
Joerg Roedele275a2a2008-12-10 18:27:25 +01002259
Joerg Roedel07ee8692015-05-28 18:41:42 +02002260 dev_data = get_dev_data(dev);
Joerg Roedel4d58b8a2015-06-11 09:21:39 +02002261
2262 BUG_ON(!dev_data);
2263
Joerg Roedel1e6a7b02015-07-28 16:58:48 +02002264 if (iommu_pass_through || dev_data->iommu_v2)
Joerg Roedel07ee8692015-05-28 18:41:42 +02002265 iommu_request_dm_for_dev(dev);
2266
2267 /* Domains are initialized for this device - have a look what we ended up with */
2268 domain = iommu_get_domain_for_dev(dev);
Joerg Roedel32302322015-07-28 16:58:50 +02002269 if (domain->type == IOMMU_DOMAIN_IDENTITY)
Joerg Roedel07ee8692015-05-28 18:41:42 +02002270 dev_data->passthrough = true;
Joerg Roedel32302322015-07-28 16:58:50 +02002271 else
Bart Van Assche56579332017-01-20 13:04:02 -08002272 dev->dma_ops = &amd_iommu_dma_ops;
Joerg Roedele275a2a2008-12-10 18:27:25 +01002273
2274out:
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002275 iommu_completion_wait(iommu);
2276
Joerg Roedele275a2a2008-12-10 18:27:25 +01002277 return 0;
2278}
2279
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002280static void amd_iommu_remove_device(struct device *dev)
Joerg Roedel8638c492009-12-10 11:12:25 +01002281{
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002282 struct amd_iommu *iommu;
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04002283 int devid;
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002284
2285 if (!check_device(dev))
2286 return;
2287
2288 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +02002289 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04002290 return;
2291
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02002292 iommu = amd_iommu_rlookup_table[devid];
2293
2294 iommu_uninit_device(dev);
2295 iommu_completion_wait(iommu);
Joerg Roedel8638c492009-12-10 11:12:25 +01002296}
2297
Wan Zongshunb097d112016-04-01 09:06:04 -04002298static struct iommu_group *amd_iommu_device_group(struct device *dev)
2299{
2300 if (dev_is_pci(dev))
2301 return pci_device_group(dev);
2302
2303 return acpihid_device_group(dev);
2304}
2305
Joerg Roedel431b2a22008-07-11 17:14:22 +02002306/*****************************************************************************
2307 *
2308 * The next functions belong to the dma_ops mapping/unmapping code.
2309 *
2310 *****************************************************************************/
2311
2312/*
2313 * In the dma_ops path we only have the struct device. This function
2314 * finds the corresponding IOMMU, the protection domain and the
2315 * requestor id for a given device.
2316 * If the device is not yet associated with a domain this is also done
2317 * in this function.
2318 */
Joerg Roedel94f6d192009-11-24 16:40:02 +01002319static struct protection_domain *get_domain(struct device *dev)
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02002320{
Joerg Roedel94f6d192009-11-24 16:40:02 +01002321 struct protection_domain *domain;
Baoquan Hedf3f7a62017-08-09 16:33:41 +08002322 struct iommu_domain *io_domain;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02002323
Joerg Roedelf99c0f12009-11-23 16:52:56 +01002324 if (!check_device(dev))
Joerg Roedel94f6d192009-11-24 16:40:02 +01002325 return ERR_PTR(-EINVAL);
Joerg Roedeldbcc1122008-09-04 15:04:26 +02002326
Joerg Roedeld26592a2016-07-07 15:31:13 +02002327 domain = get_dev_data(dev)->domain;
Baoquan Hedf3f7a62017-08-09 16:33:41 +08002328 if (domain == NULL && get_dev_data(dev)->defer_attach) {
2329 get_dev_data(dev)->defer_attach = false;
2330 io_domain = iommu_get_domain_for_dev(dev);
2331 domain = to_pdomain(io_domain);
2332 attach_device(dev, domain);
2333 }
Baoquan Heec62b1a2017-08-24 21:13:57 +08002334 if (domain == NULL)
2335 return ERR_PTR(-EBUSY);
2336
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002337 if (!dma_ops_domain(domain))
Joerg Roedel94f6d192009-11-24 16:40:02 +01002338 return ERR_PTR(-EBUSY);
Joerg Roedelf99c0f12009-11-23 16:52:56 +01002339
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002340 return domain;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02002341}
2342
Joerg Roedel04bfdd82009-09-02 16:00:23 +02002343static void update_device_table(struct protection_domain *domain)
2344{
Joerg Roedel492667d2009-11-27 13:25:47 +01002345 struct iommu_dev_data *dev_data;
Joerg Roedel04bfdd82009-09-02 16:00:23 +02002346
Joerg Roedel3254de62016-07-26 15:18:54 +02002347 list_for_each_entry(dev_data, &domain->dev_list, list) {
Gary R Hookff18c4e2017-12-20 09:47:08 -07002348 set_dte_entry(dev_data->devid, domain, dev_data->ats.enabled,
2349 dev_data->iommu_v2);
Joerg Roedel3254de62016-07-26 15:18:54 +02002350
2351 if (dev_data->devid == dev_data->alias)
2352 continue;
2353
2354 /* There is an alias, update device table entry for it */
Gary R Hookff18c4e2017-12-20 09:47:08 -07002355 set_dte_entry(dev_data->alias, domain, dev_data->ats.enabled,
2356 dev_data->iommu_v2);
Joerg Roedel3254de62016-07-26 15:18:54 +02002357 }
Joerg Roedel04bfdd82009-09-02 16:00:23 +02002358}
2359
2360static void update_domain(struct protection_domain *domain)
2361{
2362 if (!domain->updated)
2363 return;
2364
2365 update_device_table(domain);
Joerg Roedel17b124b2011-04-06 18:01:35 +02002366
2367 domain_flush_devices(domain);
2368 domain_flush_tlb_pde(domain);
Joerg Roedel04bfdd82009-09-02 16:00:23 +02002369
2370 domain->updated = false;
2371}
2372
Joerg Roedelf37f7f32016-07-08 11:47:22 +02002373static int dir2prot(enum dma_data_direction direction)
2374{
2375 if (direction == DMA_TO_DEVICE)
2376 return IOMMU_PROT_IR;
2377 else if (direction == DMA_FROM_DEVICE)
2378 return IOMMU_PROT_IW;
2379 else if (direction == DMA_BIDIRECTIONAL)
2380 return IOMMU_PROT_IW | IOMMU_PROT_IR;
2381 else
2382 return 0;
2383}
Baoquan Hedaae2d22017-08-09 16:33:43 +08002384
Joerg Roedel431b2a22008-07-11 17:14:22 +02002385/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02002386 * This function contains common code for mapping of a physically
Joerg Roedel24f81162008-12-08 14:25:39 +01002387 * contiguous memory region into DMA address space. It is used by all
2388 * mapping functions provided with this IOMMU driver.
Joerg Roedel431b2a22008-07-11 17:14:22 +02002389 * Must be called with the domain lock held.
2390 */
Joerg Roedelcb76c322008-06-26 21:28:00 +02002391static dma_addr_t __map_single(struct device *dev,
Joerg Roedelcb76c322008-06-26 21:28:00 +02002392 struct dma_ops_domain *dma_dom,
2393 phys_addr_t paddr,
2394 size_t size,
Joerg Roedelf37f7f32016-07-08 11:47:22 +02002395 enum dma_data_direction direction,
Joerg Roedel832a90c2008-09-18 15:54:23 +02002396 u64 dma_mask)
Joerg Roedelcb76c322008-06-26 21:28:00 +02002397{
2398 dma_addr_t offset = paddr & ~PAGE_MASK;
Joerg Roedel53812c12009-05-12 12:17:38 +02002399 dma_addr_t address, start, ret;
Joerg Roedelcb76c322008-06-26 21:28:00 +02002400 unsigned int pages;
Joerg Roedel518d9b42016-07-05 14:39:47 +02002401 int prot = 0;
Joerg Roedelcb76c322008-06-26 21:28:00 +02002402 int i;
2403
Joerg Roedele3c449f2008-10-15 22:02:11 -07002404 pages = iommu_num_pages(paddr, size, PAGE_SIZE);
Joerg Roedelcb76c322008-06-26 21:28:00 +02002405 paddr &= PAGE_MASK;
2406
Joerg Roedel256e4622016-07-05 14:23:01 +02002407 address = dma_ops_alloc_iova(dev, dma_dom, pages, dma_mask);
Christoph Hellwiga8695722017-05-21 13:26:45 +02002408 if (address == AMD_IOMMU_MAPPING_ERROR)
Joerg Roedel266a3bd2015-12-21 18:54:24 +01002409 goto out;
Joerg Roedelcb76c322008-06-26 21:28:00 +02002410
Joerg Roedelf37f7f32016-07-08 11:47:22 +02002411 prot = dir2prot(direction);
Joerg Roedel518d9b42016-07-05 14:39:47 +02002412
Joerg Roedelcb76c322008-06-26 21:28:00 +02002413 start = address;
2414 for (i = 0; i < pages; ++i) {
Joerg Roedel518d9b42016-07-05 14:39:47 +02002415 ret = iommu_map_page(&dma_dom->domain, start, paddr,
2416 PAGE_SIZE, prot, GFP_ATOMIC);
2417 if (ret)
Joerg Roedel53812c12009-05-12 12:17:38 +02002418 goto out_unmap;
2419
Joerg Roedelcb76c322008-06-26 21:28:00 +02002420 paddr += PAGE_SIZE;
2421 start += PAGE_SIZE;
2422 }
2423 address += offset;
2424
Joerg Roedelab7032b2015-12-21 18:47:11 +01002425 if (unlikely(amd_iommu_np_cache)) {
Joerg Roedel17b124b2011-04-06 18:01:35 +02002426 domain_flush_pages(&dma_dom->domain, address, size);
Joerg Roedelab7032b2015-12-21 18:47:11 +01002427 domain_flush_complete(&dma_dom->domain);
2428 }
Joerg Roedel270cab242008-09-04 15:49:46 +02002429
Joerg Roedelcb76c322008-06-26 21:28:00 +02002430out:
2431 return address;
Joerg Roedel53812c12009-05-12 12:17:38 +02002432
2433out_unmap:
2434
2435 for (--i; i >= 0; --i) {
2436 start -= PAGE_SIZE;
Joerg Roedel518d9b42016-07-05 14:39:47 +02002437 iommu_unmap_page(&dma_dom->domain, start, PAGE_SIZE);
Joerg Roedel53812c12009-05-12 12:17:38 +02002438 }
2439
Joerg Roedel256e4622016-07-05 14:23:01 +02002440 domain_flush_tlb(&dma_dom->domain);
2441 domain_flush_complete(&dma_dom->domain);
2442
2443 dma_ops_free_iova(dma_dom, address, pages);
Joerg Roedel53812c12009-05-12 12:17:38 +02002444
Christoph Hellwiga8695722017-05-21 13:26:45 +02002445 return AMD_IOMMU_MAPPING_ERROR;
Joerg Roedelcb76c322008-06-26 21:28:00 +02002446}
2447
Joerg Roedel431b2a22008-07-11 17:14:22 +02002448/*
2449 * Does the reverse of the __map_single function. Must be called with
2450 * the domain lock held too
2451 */
Joerg Roedelcd8c82e2009-11-23 19:33:56 +01002452static void __unmap_single(struct dma_ops_domain *dma_dom,
Joerg Roedelcb76c322008-06-26 21:28:00 +02002453 dma_addr_t dma_addr,
2454 size_t size,
2455 int dir)
2456{
2457 dma_addr_t i, start;
2458 unsigned int pages;
2459
Joerg Roedele3c449f2008-10-15 22:02:11 -07002460 pages = iommu_num_pages(dma_addr, size, PAGE_SIZE);
Joerg Roedelcb76c322008-06-26 21:28:00 +02002461 dma_addr &= PAGE_MASK;
2462 start = dma_addr;
2463
2464 for (i = 0; i < pages; ++i) {
Joerg Roedel518d9b42016-07-05 14:39:47 +02002465 iommu_unmap_page(&dma_dom->domain, start, PAGE_SIZE);
Joerg Roedelcb76c322008-06-26 21:28:00 +02002466 start += PAGE_SIZE;
2467 }
2468
Joerg Roedelb1516a12016-07-06 13:07:22 +02002469 if (amd_iommu_unmap_flush) {
Joerg Roedelb1516a12016-07-06 13:07:22 +02002470 domain_flush_tlb(&dma_dom->domain);
2471 domain_flush_complete(&dma_dom->domain);
Zhen Lei3c120142018-06-06 10:18:46 +08002472 dma_ops_free_iova(dma_dom, dma_addr, pages);
Joerg Roedelb1516a12016-07-06 13:07:22 +02002473 } else {
Joerg Roedel9003d612017-08-10 17:19:13 +02002474 pages = __roundup_pow_of_two(pages);
2475 queue_iova(&dma_dom->iovad, dma_addr >> PAGE_SHIFT, pages, 0);
Joerg Roedelb1516a12016-07-06 13:07:22 +02002476 }
Joerg Roedelcb76c322008-06-26 21:28:00 +02002477}
2478
Joerg Roedel431b2a22008-07-11 17:14:22 +02002479/*
2480 * The exported map_single function for dma_ops.
2481 */
FUJITA Tomonori51491362009-01-05 23:47:25 +09002482static dma_addr_t map_page(struct device *dev, struct page *page,
2483 unsigned long offset, size_t size,
2484 enum dma_data_direction dir,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07002485 unsigned long attrs)
Joerg Roedel4da70b92008-06-26 21:28:01 +02002486{
FUJITA Tomonori51491362009-01-05 23:47:25 +09002487 phys_addr_t paddr = page_to_phys(page) + offset;
Joerg Roedel92d420e2015-12-21 19:31:33 +01002488 struct protection_domain *domain;
Joerg Roedelb3311b02016-07-08 13:31:31 +02002489 struct dma_ops_domain *dma_dom;
Joerg Roedel92d420e2015-12-21 19:31:33 +01002490 u64 dma_mask;
Joerg Roedel4da70b92008-06-26 21:28:01 +02002491
Joerg Roedel94f6d192009-11-24 16:40:02 +01002492 domain = get_domain(dev);
2493 if (PTR_ERR(domain) == -EINVAL)
Joerg Roedel4da70b92008-06-26 21:28:01 +02002494 return (dma_addr_t)paddr;
Joerg Roedel94f6d192009-11-24 16:40:02 +01002495 else if (IS_ERR(domain))
Christoph Hellwiga8695722017-05-21 13:26:45 +02002496 return AMD_IOMMU_MAPPING_ERROR;
Joerg Roedel4da70b92008-06-26 21:28:01 +02002497
Joerg Roedelf99c0f12009-11-23 16:52:56 +01002498 dma_mask = *dev->dma_mask;
Joerg Roedelb3311b02016-07-08 13:31:31 +02002499 dma_dom = to_dma_ops_domain(domain);
Joerg Roedelf99c0f12009-11-23 16:52:56 +01002500
Joerg Roedelb3311b02016-07-08 13:31:31 +02002501 return __map_single(dev, dma_dom, paddr, size, dir, dma_mask);
Joerg Roedel4da70b92008-06-26 21:28:01 +02002502}
2503
Joerg Roedel431b2a22008-07-11 17:14:22 +02002504/*
2505 * The exported unmap_single function for dma_ops.
2506 */
FUJITA Tomonori51491362009-01-05 23:47:25 +09002507static void unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07002508 enum dma_data_direction dir, unsigned long attrs)
Joerg Roedel4da70b92008-06-26 21:28:01 +02002509{
Joerg Roedel4da70b92008-06-26 21:28:01 +02002510 struct protection_domain *domain;
Joerg Roedelb3311b02016-07-08 13:31:31 +02002511 struct dma_ops_domain *dma_dom;
Joerg Roedel4da70b92008-06-26 21:28:01 +02002512
Joerg Roedel94f6d192009-11-24 16:40:02 +01002513 domain = get_domain(dev);
2514 if (IS_ERR(domain))
Joerg Roedel5b28df62008-12-02 17:49:42 +01002515 return;
2516
Joerg Roedelb3311b02016-07-08 13:31:31 +02002517 dma_dom = to_dma_ops_domain(domain);
2518
2519 __unmap_single(dma_dom, dma_addr, size, dir);
Joerg Roedel4da70b92008-06-26 21:28:01 +02002520}
2521
Joerg Roedel80187fd2016-07-06 17:20:54 +02002522static int sg_num_pages(struct device *dev,
2523 struct scatterlist *sglist,
2524 int nelems)
2525{
2526 unsigned long mask, boundary_size;
2527 struct scatterlist *s;
2528 int i, npages = 0;
2529
2530 mask = dma_get_seg_boundary(dev);
2531 boundary_size = mask + 1 ? ALIGN(mask + 1, PAGE_SIZE) >> PAGE_SHIFT :
2532 1UL << (BITS_PER_LONG - PAGE_SHIFT);
2533
2534 for_each_sg(sglist, s, nelems, i) {
2535 int p, n;
2536
2537 s->dma_address = npages << PAGE_SHIFT;
2538 p = npages % boundary_size;
2539 n = iommu_num_pages(sg_phys(s), s->length, PAGE_SIZE);
2540 if (p + n > boundary_size)
2541 npages += boundary_size - p;
2542 npages += n;
2543 }
2544
2545 return npages;
2546}
2547
Joerg Roedel431b2a22008-07-11 17:14:22 +02002548/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02002549 * The exported map_sg function for dma_ops (handles scatter-gather
2550 * lists).
2551 */
Joerg Roedel65b050a2008-06-26 21:28:02 +02002552static int map_sg(struct device *dev, struct scatterlist *sglist,
Joerg Roedel80187fd2016-07-06 17:20:54 +02002553 int nelems, enum dma_data_direction direction,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07002554 unsigned long attrs)
Joerg Roedel65b050a2008-06-26 21:28:02 +02002555{
Joerg Roedel80187fd2016-07-06 17:20:54 +02002556 int mapped_pages = 0, npages = 0, prot = 0, i;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002557 struct protection_domain *domain;
Joerg Roedel80187fd2016-07-06 17:20:54 +02002558 struct dma_ops_domain *dma_dom;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002559 struct scatterlist *s;
Joerg Roedel80187fd2016-07-06 17:20:54 +02002560 unsigned long address;
Joerg Roedel832a90c2008-09-18 15:54:23 +02002561 u64 dma_mask;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002562
Joerg Roedel94f6d192009-11-24 16:40:02 +01002563 domain = get_domain(dev);
Joerg Roedela0e191b2013-04-09 15:04:36 +02002564 if (IS_ERR(domain))
Joerg Roedel94f6d192009-11-24 16:40:02 +01002565 return 0;
Joerg Roedeldbcc1122008-09-04 15:04:26 +02002566
Joerg Roedelb3311b02016-07-08 13:31:31 +02002567 dma_dom = to_dma_ops_domain(domain);
Joerg Roedel832a90c2008-09-18 15:54:23 +02002568 dma_mask = *dev->dma_mask;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002569
Joerg Roedel80187fd2016-07-06 17:20:54 +02002570 npages = sg_num_pages(dev, sglist, nelems);
2571
2572 address = dma_ops_alloc_iova(dev, dma_dom, npages, dma_mask);
Christoph Hellwiga8695722017-05-21 13:26:45 +02002573 if (address == AMD_IOMMU_MAPPING_ERROR)
Joerg Roedel80187fd2016-07-06 17:20:54 +02002574 goto out_err;
2575
2576 prot = dir2prot(direction);
2577
2578 /* Map all sg entries */
Joerg Roedel65b050a2008-06-26 21:28:02 +02002579 for_each_sg(sglist, s, nelems, i) {
Joerg Roedel80187fd2016-07-06 17:20:54 +02002580 int j, pages = iommu_num_pages(sg_phys(s), s->length, PAGE_SIZE);
Joerg Roedel65b050a2008-06-26 21:28:02 +02002581
Joerg Roedel80187fd2016-07-06 17:20:54 +02002582 for (j = 0; j < pages; ++j) {
2583 unsigned long bus_addr, phys_addr;
2584 int ret;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002585
Joerg Roedel80187fd2016-07-06 17:20:54 +02002586 bus_addr = address + s->dma_address + (j << PAGE_SHIFT);
2587 phys_addr = (sg_phys(s) & PAGE_MASK) + (j << PAGE_SHIFT);
2588 ret = iommu_map_page(domain, bus_addr, phys_addr, PAGE_SIZE, prot, GFP_ATOMIC);
2589 if (ret)
2590 goto out_unmap;
2591
2592 mapped_pages += 1;
2593 }
Joerg Roedel65b050a2008-06-26 21:28:02 +02002594 }
2595
Joerg Roedel80187fd2016-07-06 17:20:54 +02002596 /* Everything is mapped - write the right values into s->dma_address */
2597 for_each_sg(sglist, s, nelems, i) {
2598 s->dma_address += address + s->offset;
2599 s->dma_length = s->length;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002600 }
2601
Joerg Roedel80187fd2016-07-06 17:20:54 +02002602 return nelems;
2603
2604out_unmap:
2605 pr_err("%s: IOMMU mapping error in map_sg (io-pages: %d)\n",
2606 dev_name(dev), npages);
2607
2608 for_each_sg(sglist, s, nelems, i) {
2609 int j, pages = iommu_num_pages(sg_phys(s), s->length, PAGE_SIZE);
2610
2611 for (j = 0; j < pages; ++j) {
2612 unsigned long bus_addr;
2613
2614 bus_addr = address + s->dma_address + (j << PAGE_SHIFT);
2615 iommu_unmap_page(domain, bus_addr, PAGE_SIZE);
2616
2617 if (--mapped_pages)
2618 goto out_free_iova;
2619 }
2620 }
2621
2622out_free_iova:
2623 free_iova_fast(&dma_dom->iovad, address, npages);
2624
2625out_err:
Joerg Roedel92d420e2015-12-21 19:31:33 +01002626 return 0;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002627}
2628
Joerg Roedel431b2a22008-07-11 17:14:22 +02002629/*
2630 * The exported map_sg function for dma_ops (handles scatter-gather
2631 * lists).
2632 */
Joerg Roedel65b050a2008-06-26 21:28:02 +02002633static void unmap_sg(struct device *dev, struct scatterlist *sglist,
FUJITA Tomonori160c1d82009-01-05 23:59:02 +09002634 int nelems, enum dma_data_direction dir,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07002635 unsigned long attrs)
Joerg Roedel65b050a2008-06-26 21:28:02 +02002636{
Joerg Roedel65b050a2008-06-26 21:28:02 +02002637 struct protection_domain *domain;
Joerg Roedelb3311b02016-07-08 13:31:31 +02002638 struct dma_ops_domain *dma_dom;
Joerg Roedel80187fd2016-07-06 17:20:54 +02002639 unsigned long startaddr;
2640 int npages = 2;
Joerg Roedel65b050a2008-06-26 21:28:02 +02002641
Joerg Roedel94f6d192009-11-24 16:40:02 +01002642 domain = get_domain(dev);
2643 if (IS_ERR(domain))
Joerg Roedel5b28df62008-12-02 17:49:42 +01002644 return;
2645
Joerg Roedel80187fd2016-07-06 17:20:54 +02002646 startaddr = sg_dma_address(sglist) & PAGE_MASK;
Joerg Roedelb3311b02016-07-08 13:31:31 +02002647 dma_dom = to_dma_ops_domain(domain);
Joerg Roedel80187fd2016-07-06 17:20:54 +02002648 npages = sg_num_pages(dev, sglist, nelems);
2649
Joerg Roedelb3311b02016-07-08 13:31:31 +02002650 __unmap_single(dma_dom, startaddr, npages << PAGE_SHIFT, dir);
Joerg Roedel65b050a2008-06-26 21:28:02 +02002651}
2652
Joerg Roedel431b2a22008-07-11 17:14:22 +02002653/*
2654 * The exported alloc_coherent function for dma_ops.
2655 */
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002656static void *alloc_coherent(struct device *dev, size_t size,
Andrzej Pietrasiewiczbaa676f2012-03-27 14:28:18 +02002657 dma_addr_t *dma_addr, gfp_t flag,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07002658 unsigned long attrs)
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002659{
Joerg Roedel832a90c2008-09-18 15:54:23 +02002660 u64 dma_mask = dev->coherent_dma_mask;
Linus Torvaldse16c4792018-06-11 12:22:12 -07002661 struct protection_domain *domain;
2662 struct dma_ops_domain *dma_dom;
2663 struct page *page;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002664
Linus Torvaldse16c4792018-06-11 12:22:12 -07002665 domain = get_domain(dev);
2666 if (PTR_ERR(domain) == -EINVAL) {
2667 page = alloc_pages(flag, get_order(size));
2668 *dma_addr = page_to_phys(page);
2669 return page_address(page);
2670 } else if (IS_ERR(domain))
2671 return NULL;
2672
2673 dma_dom = to_dma_ops_domain(domain);
2674 size = PAGE_ALIGN(size);
2675 dma_mask = dev->coherent_dma_mask;
2676 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32);
2677 flag |= __GFP_ZERO;
2678
2679 page = alloc_pages(flag | __GFP_NOWARN, get_order(size));
2680 if (!page) {
2681 if (!gfpflags_allow_blocking(flag))
Joerg Roedel3b839a52015-04-01 14:58:47 +02002682 return NULL;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002683
Linus Torvaldse16c4792018-06-11 12:22:12 -07002684 page = dma_alloc_from_contiguous(dev, size >> PAGE_SHIFT,
Marek Szyprowskid834c5a2018-08-17 15:49:00 -07002685 get_order(size), flag & __GFP_NOWARN);
Linus Torvaldse16c4792018-06-11 12:22:12 -07002686 if (!page)
2687 return NULL;
2688 }
Christoph Hellwigb4686202018-03-19 11:38:19 +01002689
Joerg Roedel832a90c2008-09-18 15:54:23 +02002690 if (!dma_mask)
2691 dma_mask = *dev->dma_mask;
2692
Linus Torvaldse16c4792018-06-11 12:22:12 -07002693 *dma_addr = __map_single(dev, dma_dom, page_to_phys(page),
2694 size, DMA_BIDIRECTIONAL, dma_mask);
2695
Christoph Hellwiga8695722017-05-21 13:26:45 +02002696 if (*dma_addr == AMD_IOMMU_MAPPING_ERROR)
Joerg Roedel5b28df62008-12-02 17:49:42 +01002697 goto out_free;
Linus Torvaldse16c4792018-06-11 12:22:12 -07002698
2699 return page_address(page);
Joerg Roedel5b28df62008-12-02 17:49:42 +01002700
2701out_free:
Linus Torvaldse16c4792018-06-11 12:22:12 -07002702
2703 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
2704 __free_pages(page, get_order(size));
2705
Joerg Roedel5b28df62008-12-02 17:49:42 +01002706 return NULL;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002707}
2708
Joerg Roedel431b2a22008-07-11 17:14:22 +02002709/*
2710 * The exported free_coherent function for dma_ops.
Joerg Roedel431b2a22008-07-11 17:14:22 +02002711 */
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002712static void free_coherent(struct device *dev, size_t size,
Andrzej Pietrasiewiczbaa676f2012-03-27 14:28:18 +02002713 void *virt_addr, dma_addr_t dma_addr,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07002714 unsigned long attrs)
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002715{
Linus Torvaldse16c4792018-06-11 12:22:12 -07002716 struct protection_domain *domain;
2717 struct dma_ops_domain *dma_dom;
2718 struct page *page;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002719
Linus Torvaldse16c4792018-06-11 12:22:12 -07002720 page = virt_to_page(virt_addr);
Joerg Roedel3b839a52015-04-01 14:58:47 +02002721 size = PAGE_ALIGN(size);
2722
Linus Torvaldse16c4792018-06-11 12:22:12 -07002723 domain = get_domain(dev);
2724 if (IS_ERR(domain))
2725 goto free_mem;
Joerg Roedel5b28df62008-12-02 17:49:42 +01002726
Linus Torvaldse16c4792018-06-11 12:22:12 -07002727 dma_dom = to_dma_ops_domain(domain);
Joerg Roedelb3311b02016-07-08 13:31:31 +02002728
Linus Torvaldse16c4792018-06-11 12:22:12 -07002729 __unmap_single(dma_dom, dma_addr, size, DMA_BIDIRECTIONAL);
2730
2731free_mem:
2732 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
2733 __free_pages(page, get_order(size));
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02002734}
2735
Joerg Roedelc432f3d2008-06-26 21:28:04 +02002736/*
Joerg Roedelb39ba6a2008-09-09 18:40:46 +02002737 * This function is called by the DMA layer to find out if we can handle a
2738 * particular device. It is part of the dma_ops.
2739 */
2740static int amd_iommu_dma_supported(struct device *dev, u64 mask)
2741{
Christoph Hellwigfec777c2018-03-19 11:38:15 +01002742 if (!dma_direct_supported(dev, mask))
Christoph Hellwig5860acc2017-05-22 11:38:27 +02002743 return 0;
Joerg Roedel420aef82009-11-23 16:14:57 +01002744 return check_device(dev);
Joerg Roedelb39ba6a2008-09-09 18:40:46 +02002745}
2746
Christoph Hellwiga8695722017-05-21 13:26:45 +02002747static int amd_iommu_mapping_error(struct device *dev, dma_addr_t dma_addr)
2748{
2749 return dma_addr == AMD_IOMMU_MAPPING_ERROR;
2750}
2751
Bart Van Assche52997092017-01-20 13:04:01 -08002752static const struct dma_map_ops amd_iommu_dma_ops = {
Joerg Roedela639a8e2015-12-22 16:06:49 +01002753 .alloc = alloc_coherent,
2754 .free = free_coherent,
2755 .map_page = map_page,
2756 .unmap_page = unmap_page,
2757 .map_sg = map_sg,
2758 .unmap_sg = unmap_sg,
2759 .dma_supported = amd_iommu_dma_supported,
Christoph Hellwiga8695722017-05-21 13:26:45 +02002760 .mapping_error = amd_iommu_mapping_error,
Joerg Roedel6631ee92008-06-26 21:28:05 +02002761};
2762
Joerg Roedel81cd07b2016-07-07 18:01:10 +02002763static int init_reserved_iova_ranges(void)
2764{
2765 struct pci_dev *pdev = NULL;
2766 struct iova *val;
2767
Zhen Leiaa3ac942017-09-21 16:52:45 +01002768 init_iova_domain(&reserved_iova_ranges, PAGE_SIZE, IOVA_START_PFN);
Joerg Roedel81cd07b2016-07-07 18:01:10 +02002769
2770 lockdep_set_class(&reserved_iova_ranges.iova_rbtree_lock,
2771 &reserved_rbtree_key);
2772
2773 /* MSI memory range */
2774 val = reserve_iova(&reserved_iova_ranges,
2775 IOVA_PFN(MSI_RANGE_START), IOVA_PFN(MSI_RANGE_END));
2776 if (!val) {
2777 pr_err("Reserving MSI range failed\n");
2778 return -ENOMEM;
2779 }
2780
2781 /* HT memory range */
2782 val = reserve_iova(&reserved_iova_ranges,
2783 IOVA_PFN(HT_RANGE_START), IOVA_PFN(HT_RANGE_END));
2784 if (!val) {
2785 pr_err("Reserving HT range failed\n");
2786 return -ENOMEM;
2787 }
2788
2789 /*
2790 * Memory used for PCI resources
2791 * FIXME: Check whether we can reserve the PCI-hole completly
2792 */
2793 for_each_pci_dev(pdev) {
2794 int i;
2795
2796 for (i = 0; i < PCI_NUM_RESOURCES; ++i) {
2797 struct resource *r = &pdev->resource[i];
2798
2799 if (!(r->flags & IORESOURCE_MEM))
2800 continue;
2801
2802 val = reserve_iova(&reserved_iova_ranges,
2803 IOVA_PFN(r->start),
2804 IOVA_PFN(r->end));
2805 if (!val) {
2806 pr_err("Reserve pci-resource range failed\n");
2807 return -ENOMEM;
2808 }
2809 }
2810 }
2811
2812 return 0;
2813}
2814
Joerg Roedel3a18404c2015-05-28 18:41:45 +02002815int __init amd_iommu_init_api(void)
Joerg Roedel27c21272011-05-30 15:56:24 +02002816{
Joerg Roedel460c26d2017-06-02 14:28:01 +02002817 int ret, err = 0;
Joerg Roedel307d5852016-07-05 11:54:04 +02002818
2819 ret = iova_cache_get();
2820 if (ret)
2821 return ret;
Wan Zongshun9a4d3bf52016-04-01 09:06:05 -04002822
Joerg Roedel81cd07b2016-07-07 18:01:10 +02002823 ret = init_reserved_iova_ranges();
2824 if (ret)
2825 return ret;
2826
Wan Zongshun9a4d3bf52016-04-01 09:06:05 -04002827 err = bus_set_iommu(&pci_bus_type, &amd_iommu_ops);
2828 if (err)
2829 return err;
2830#ifdef CONFIG_ARM_AMBA
2831 err = bus_set_iommu(&amba_bustype, &amd_iommu_ops);
2832 if (err)
2833 return err;
2834#endif
Wan Zongshun0076cd32016-05-10 09:21:01 -04002835 err = bus_set_iommu(&platform_bus_type, &amd_iommu_ops);
2836 if (err)
2837 return err;
Joerg Roedel460c26d2017-06-02 14:28:01 +02002838
Wan Zongshun9a4d3bf52016-04-01 09:06:05 -04002839 return 0;
Joerg Roedelf5325092010-01-22 17:44:35 +01002840}
2841
Joerg Roedel6631ee92008-06-26 21:28:05 +02002842int __init amd_iommu_init_dma_ops(void)
2843{
Tom Lendackyaba2d9a2017-10-06 16:35:40 -05002844 swiotlb = (iommu_pass_through || sme_me_mask) ? 1 : 0;
Joerg Roedel6631ee92008-06-26 21:28:05 +02002845 iommu_detected = 1;
Joerg Roedel6631ee92008-06-26 21:28:05 +02002846
Joerg Roedel52717822015-07-28 16:58:51 +02002847 /*
2848 * In case we don't initialize SWIOTLB (actually the common case
Tom Lendackyaba2d9a2017-10-06 16:35:40 -05002849 * when AMD IOMMU is enabled and SME is not active), make sure there
2850 * are global dma_ops set as a fall-back for devices not handled by
2851 * this driver (for example non-PCI devices). When SME is active,
2852 * make sure that swiotlb variable remains set so the global dma_ops
2853 * continue to be SWIOTLB.
Joerg Roedel52717822015-07-28 16:58:51 +02002854 */
2855 if (!swiotlb)
Christoph Hellwigfec777c2018-03-19 11:38:15 +01002856 dma_ops = &dma_direct_ops;
Joerg Roedel52717822015-07-28 16:58:51 +02002857
Joerg Roedel62410ee2012-06-12 16:42:43 +02002858 if (amd_iommu_unmap_flush)
Joerg Roedel101fa032018-11-27 16:22:31 +01002859 pr_info("IO/TLB flush on unmap enabled\n");
Joerg Roedel62410ee2012-06-12 16:42:43 +02002860 else
Joerg Roedel101fa032018-11-27 16:22:31 +01002861 pr_info("Lazy IO/TLB flushing enabled\n");
Joerg Roedel62410ee2012-06-12 16:42:43 +02002862
Joerg Roedel6631ee92008-06-26 21:28:05 +02002863 return 0;
Joerg Roedelc5b5da92016-07-06 11:55:37 +02002864
Joerg Roedel6631ee92008-06-26 21:28:05 +02002865}
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002866
2867/*****************************************************************************
2868 *
2869 * The following functions belong to the exported interface of AMD IOMMU
2870 *
2871 * This interface allows access to lower level functions of the IOMMU
2872 * like protection domain handling and assignement of devices to domains
2873 * which is not possible with the dma_ops interface.
2874 *
2875 *****************************************************************************/
2876
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002877static void cleanup_domain(struct protection_domain *domain)
2878{
Joerg Roedel9b29d3c2014-08-05 17:50:15 +02002879 struct iommu_dev_data *entry;
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002880 unsigned long flags;
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002881
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +01002882 spin_lock_irqsave(&amd_iommu_devtable_lock, flags);
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002883
Joerg Roedel9b29d3c2014-08-05 17:50:15 +02002884 while (!list_empty(&domain->dev_list)) {
2885 entry = list_first_entry(&domain->dev_list,
2886 struct iommu_dev_data, list);
Anna-Maria Gleixnerea3fd042018-05-07 14:53:27 +02002887 BUG_ON(!entry->domain);
Joerg Roedel9b29d3c2014-08-05 17:50:15 +02002888 __detach_device(entry);
Joerg Roedel492667d2009-11-27 13:25:47 +01002889 }
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002890
Sebastian Andrzej Siewior2cd10832018-03-22 16:22:41 +01002891 spin_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
Joerg Roedel6d98cd82008-12-08 12:05:55 +01002892}
2893
Joerg Roedel26508152009-08-26 16:52:40 +02002894static void protection_domain_free(struct protection_domain *domain)
2895{
2896 if (!domain)
2897 return;
2898
Joerg Roedelaeb26f52009-11-20 16:44:01 +01002899 del_domain_from_list(domain);
2900
Joerg Roedel26508152009-08-26 16:52:40 +02002901 if (domain->id)
2902 domain_id_free(domain->id);
2903
2904 kfree(domain);
2905}
2906
Joerg Roedel7a5a5662015-06-30 08:56:11 +02002907static int protection_domain_init(struct protection_domain *domain)
2908{
2909 spin_lock_init(&domain->lock);
2910 mutex_init(&domain->api_lock);
2911 domain->id = domain_id_alloc();
2912 if (!domain->id)
2913 return -ENOMEM;
2914 INIT_LIST_HEAD(&domain->dev_list);
2915
2916 return 0;
2917}
2918
Joerg Roedel26508152009-08-26 16:52:40 +02002919static struct protection_domain *protection_domain_alloc(void)
Joerg Roedelc156e342008-12-02 18:13:27 +01002920{
2921 struct protection_domain *domain;
2922
2923 domain = kzalloc(sizeof(*domain), GFP_KERNEL);
2924 if (!domain)
Joerg Roedel26508152009-08-26 16:52:40 +02002925 return NULL;
Joerg Roedelc156e342008-12-02 18:13:27 +01002926
Joerg Roedel7a5a5662015-06-30 08:56:11 +02002927 if (protection_domain_init(domain))
Joerg Roedel26508152009-08-26 16:52:40 +02002928 goto out_err;
2929
Joerg Roedelaeb26f52009-11-20 16:44:01 +01002930 add_domain_to_list(domain);
2931
Joerg Roedel26508152009-08-26 16:52:40 +02002932 return domain;
2933
2934out_err:
2935 kfree(domain);
2936
2937 return NULL;
2938}
2939
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01002940static struct iommu_domain *amd_iommu_domain_alloc(unsigned type)
2941{
2942 struct protection_domain *pdomain;
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002943 struct dma_ops_domain *dma_domain;
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01002944
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002945 switch (type) {
2946 case IOMMU_DOMAIN_UNMANAGED:
2947 pdomain = protection_domain_alloc();
2948 if (!pdomain)
2949 return NULL;
2950
2951 pdomain->mode = PAGE_MODE_3_LEVEL;
2952 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL);
2953 if (!pdomain->pt_root) {
2954 protection_domain_free(pdomain);
2955 return NULL;
2956 }
2957
2958 pdomain->domain.geometry.aperture_start = 0;
2959 pdomain->domain.geometry.aperture_end = ~0ULL;
2960 pdomain->domain.geometry.force_aperture = true;
2961
2962 break;
2963 case IOMMU_DOMAIN_DMA:
2964 dma_domain = dma_ops_domain_alloc();
2965 if (!dma_domain) {
Joerg Roedel101fa032018-11-27 16:22:31 +01002966 pr_err("Failed to allocate\n");
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002967 return NULL;
2968 }
2969 pdomain = &dma_domain->domain;
2970 break;
Joerg Roedel07f643a2015-05-28 18:41:41 +02002971 case IOMMU_DOMAIN_IDENTITY:
2972 pdomain = protection_domain_alloc();
2973 if (!pdomain)
2974 return NULL;
2975
2976 pdomain->mode = PAGE_MODE_NONE;
2977 break;
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002978 default:
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01002979 return NULL;
Joerg Roedel0bb6e242015-05-28 18:41:40 +02002980 }
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01002981
2982 return &pdomain->domain;
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01002983}
2984
2985static void amd_iommu_domain_free(struct iommu_domain *dom)
Joerg Roedel26508152009-08-26 16:52:40 +02002986{
2987 struct protection_domain *domain;
Joerg Roedelcda70052016-07-07 15:57:04 +02002988 struct dma_ops_domain *dma_dom;
Joerg Roedel98383fc2008-12-02 18:34:12 +01002989
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01002990 domain = to_pdomain(dom);
2991
Joerg Roedel98383fc2008-12-02 18:34:12 +01002992 if (domain->dev_cnt > 0)
2993 cleanup_domain(domain);
2994
2995 BUG_ON(domain->dev_cnt != 0);
2996
Joerg Roedelcda70052016-07-07 15:57:04 +02002997 if (!dom)
2998 return;
Joerg Roedel98383fc2008-12-02 18:34:12 +01002999
Joerg Roedelcda70052016-07-07 15:57:04 +02003000 switch (dom->type) {
3001 case IOMMU_DOMAIN_DMA:
Joerg Roedel281e8cc2016-07-07 16:12:02 +02003002 /* Now release the domain */
Joerg Roedelb3311b02016-07-08 13:31:31 +02003003 dma_dom = to_dma_ops_domain(domain);
Joerg Roedelcda70052016-07-07 15:57:04 +02003004 dma_ops_domain_free(dma_dom);
3005 break;
3006 default:
3007 if (domain->mode != PAGE_MODE_NONE)
3008 free_pagetable(domain);
Joerg Roedel52815b72011-11-17 17:24:28 +01003009
Joerg Roedelcda70052016-07-07 15:57:04 +02003010 if (domain->flags & PD_IOMMUV2_MASK)
3011 free_gcr3_table(domain);
3012
3013 protection_domain_free(domain);
3014 break;
3015 }
Joerg Roedel98383fc2008-12-02 18:34:12 +01003016}
3017
Joerg Roedel684f2882008-12-08 12:07:44 +01003018static void amd_iommu_detach_device(struct iommu_domain *dom,
3019 struct device *dev)
3020{
Joerg Roedel657cbb62009-11-23 15:26:46 +01003021 struct iommu_dev_data *dev_data = dev->archdata.iommu;
Joerg Roedel684f2882008-12-08 12:07:44 +01003022 struct amd_iommu *iommu;
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04003023 int devid;
Joerg Roedel684f2882008-12-08 12:07:44 +01003024
Joerg Roedel98fc5a62009-11-24 17:19:23 +01003025 if (!check_device(dev))
Joerg Roedel684f2882008-12-08 12:07:44 +01003026 return;
3027
Joerg Roedel98fc5a62009-11-24 17:19:23 +01003028 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +02003029 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04003030 return;
Joerg Roedel684f2882008-12-08 12:07:44 +01003031
Joerg Roedel657cbb62009-11-23 15:26:46 +01003032 if (dev_data->domain != NULL)
Joerg Roedel15898bb2009-11-24 15:39:42 +01003033 detach_device(dev);
Joerg Roedel684f2882008-12-08 12:07:44 +01003034
3035 iommu = amd_iommu_rlookup_table[devid];
3036 if (!iommu)
3037 return;
3038
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05003039#ifdef CONFIG_IRQ_REMAP
3040 if (AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir) &&
3041 (dom->type == IOMMU_DOMAIN_UNMANAGED))
3042 dev_data->use_vapic = 0;
3043#endif
3044
Joerg Roedel684f2882008-12-08 12:07:44 +01003045 iommu_completion_wait(iommu);
3046}
3047
Joerg Roedel01106062008-12-02 19:34:11 +01003048static int amd_iommu_attach_device(struct iommu_domain *dom,
3049 struct device *dev)
3050{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003051 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedel657cbb62009-11-23 15:26:46 +01003052 struct iommu_dev_data *dev_data;
Joerg Roedel01106062008-12-02 19:34:11 +01003053 struct amd_iommu *iommu;
Joerg Roedel15898bb2009-11-24 15:39:42 +01003054 int ret;
Joerg Roedel01106062008-12-02 19:34:11 +01003055
Joerg Roedel98fc5a62009-11-24 17:19:23 +01003056 if (!check_device(dev))
Joerg Roedel01106062008-12-02 19:34:11 +01003057 return -EINVAL;
3058
Joerg Roedel657cbb62009-11-23 15:26:46 +01003059 dev_data = dev->archdata.iommu;
3060
Joerg Roedelf62dda62011-06-09 12:55:35 +02003061 iommu = amd_iommu_rlookup_table[dev_data->devid];
Joerg Roedel01106062008-12-02 19:34:11 +01003062 if (!iommu)
3063 return -EINVAL;
3064
Joerg Roedel657cbb62009-11-23 15:26:46 +01003065 if (dev_data->domain)
Joerg Roedel15898bb2009-11-24 15:39:42 +01003066 detach_device(dev);
Joerg Roedel01106062008-12-02 19:34:11 +01003067
Joerg Roedel15898bb2009-11-24 15:39:42 +01003068 ret = attach_device(dev, domain);
Joerg Roedel01106062008-12-02 19:34:11 +01003069
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05003070#ifdef CONFIG_IRQ_REMAP
3071 if (AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir)) {
3072 if (dom->type == IOMMU_DOMAIN_UNMANAGED)
3073 dev_data->use_vapic = 1;
3074 else
3075 dev_data->use_vapic = 0;
3076 }
3077#endif
3078
Joerg Roedel01106062008-12-02 19:34:11 +01003079 iommu_completion_wait(iommu);
3080
Joerg Roedel15898bb2009-11-24 15:39:42 +01003081 return ret;
Joerg Roedel01106062008-12-02 19:34:11 +01003082}
3083
Joerg Roedel468e2362010-01-21 16:37:36 +01003084static int amd_iommu_map(struct iommu_domain *dom, unsigned long iova,
Ohad Ben-Cohen50090652011-11-10 11:32:25 +02003085 phys_addr_t paddr, size_t page_size, int iommu_prot)
Joerg Roedelc6229ca2008-12-02 19:48:43 +01003086{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003087 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedelc6229ca2008-12-02 19:48:43 +01003088 int prot = 0;
3089 int ret;
3090
Joerg Roedel132bd682011-11-17 14:18:46 +01003091 if (domain->mode == PAGE_MODE_NONE)
3092 return -EINVAL;
3093
Joerg Roedelc6229ca2008-12-02 19:48:43 +01003094 if (iommu_prot & IOMMU_READ)
3095 prot |= IOMMU_PROT_IR;
3096 if (iommu_prot & IOMMU_WRITE)
3097 prot |= IOMMU_PROT_IW;
3098
Joerg Roedel5d214fe2010-02-08 14:44:49 +01003099 mutex_lock(&domain->api_lock);
Joerg Roedelb911b892016-07-05 14:29:11 +02003100 ret = iommu_map_page(domain, iova, paddr, page_size, prot, GFP_KERNEL);
Joerg Roedel5d214fe2010-02-08 14:44:49 +01003101 mutex_unlock(&domain->api_lock);
3102
Joerg Roedel795e74f72010-05-11 17:40:57 +02003103 return ret;
Joerg Roedelc6229ca2008-12-02 19:48:43 +01003104}
3105
Ohad Ben-Cohen50090652011-11-10 11:32:25 +02003106static size_t amd_iommu_unmap(struct iommu_domain *dom, unsigned long iova,
3107 size_t page_size)
Joerg Roedeleb74ff62008-12-02 19:59:10 +01003108{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003109 struct protection_domain *domain = to_pdomain(dom);
Ohad Ben-Cohen50090652011-11-10 11:32:25 +02003110 size_t unmap_size;
Joerg Roedeleb74ff62008-12-02 19:59:10 +01003111
Joerg Roedel132bd682011-11-17 14:18:46 +01003112 if (domain->mode == PAGE_MODE_NONE)
Suravee Suthikulpanitc5611a82018-02-05 05:45:53 -05003113 return 0;
Joerg Roedel132bd682011-11-17 14:18:46 +01003114
Joerg Roedel5d214fe2010-02-08 14:44:49 +01003115 mutex_lock(&domain->api_lock);
Joerg Roedel468e2362010-01-21 16:37:36 +01003116 unmap_size = iommu_unmap_page(domain, iova, page_size);
Joerg Roedel795e74f72010-05-11 17:40:57 +02003117 mutex_unlock(&domain->api_lock);
Joerg Roedeleb74ff62008-12-02 19:59:10 +01003118
Ohad Ben-Cohen50090652011-11-10 11:32:25 +02003119 return unmap_size;
Joerg Roedeleb74ff62008-12-02 19:59:10 +01003120}
3121
Joerg Roedel645c4c82008-12-02 20:05:50 +01003122static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom,
Varun Sethibb5547a2013-03-29 01:23:58 +05303123 dma_addr_t iova)
Joerg Roedel645c4c82008-12-02 20:05:50 +01003124{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003125 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedel3039ca12015-04-01 14:58:48 +02003126 unsigned long offset_mask, pte_pgsize;
Joerg Roedelf03152b2010-01-21 16:15:24 +01003127 u64 *pte, __pte;
Joerg Roedel645c4c82008-12-02 20:05:50 +01003128
Joerg Roedel132bd682011-11-17 14:18:46 +01003129 if (domain->mode == PAGE_MODE_NONE)
3130 return iova;
3131
Joerg Roedel3039ca12015-04-01 14:58:48 +02003132 pte = fetch_pte(domain, iova, &pte_pgsize);
Joerg Roedel645c4c82008-12-02 20:05:50 +01003133
Joerg Roedela6d41a42009-09-02 17:08:55 +02003134 if (!pte || !IOMMU_PTE_PRESENT(*pte))
Joerg Roedel645c4c82008-12-02 20:05:50 +01003135 return 0;
3136
Joerg Roedelb24b1b62015-04-01 14:58:51 +02003137 offset_mask = pte_pgsize - 1;
Singh, Brijeshb3e9b512018-10-04 21:40:23 +00003138 __pte = __sme_clr(*pte & PM_ADDR_MASK);
Joerg Roedelf03152b2010-01-21 16:15:24 +01003139
Joerg Roedelb24b1b62015-04-01 14:58:51 +02003140 return (__pte & ~offset_mask) | (iova & offset_mask);
Joerg Roedel645c4c82008-12-02 20:05:50 +01003141}
3142
Joerg Roedelab636482014-09-05 10:48:21 +02003143static bool amd_iommu_capable(enum iommu_cap cap)
Sheng Yangdbb9fd82009-03-18 15:33:06 +08003144{
Joerg Roedel80a506b2010-07-27 17:14:24 +02003145 switch (cap) {
3146 case IOMMU_CAP_CACHE_COHERENCY:
Joerg Roedelab636482014-09-05 10:48:21 +02003147 return true;
Joerg Roedelbdddadc2012-07-02 18:38:13 +02003148 case IOMMU_CAP_INTR_REMAP:
Joerg Roedelab636482014-09-05 10:48:21 +02003149 return (irq_remapping_enabled == 1);
Will Deaconcfdeec22014-10-27 11:24:48 +00003150 case IOMMU_CAP_NOEXEC:
3151 return false;
Lu Baolue84b7cc2018-10-08 10:24:19 +08003152 default:
3153 break;
Joerg Roedel80a506b2010-07-27 17:14:24 +02003154 }
3155
Joerg Roedelab636482014-09-05 10:48:21 +02003156 return false;
Sheng Yangdbb9fd82009-03-18 15:33:06 +08003157}
3158
Eric Augere5b52342017-01-19 20:57:47 +00003159static void amd_iommu_get_resv_regions(struct device *dev,
3160 struct list_head *head)
Joerg Roedel35cf2482015-05-28 18:41:37 +02003161{
Eric Auger4397f322017-01-19 20:57:54 +00003162 struct iommu_resv_region *region;
Joerg Roedel35cf2482015-05-28 18:41:37 +02003163 struct unity_map_entry *entry;
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04003164 int devid;
Joerg Roedel35cf2482015-05-28 18:41:37 +02003165
3166 devid = get_device_id(dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +02003167 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04003168 return;
Joerg Roedel35cf2482015-05-28 18:41:37 +02003169
3170 list_for_each_entry(entry, &amd_iommu_unity_map, list) {
Eric Auger4397f322017-01-19 20:57:54 +00003171 size_t length;
3172 int prot = 0;
Joerg Roedel35cf2482015-05-28 18:41:37 +02003173
3174 if (devid < entry->devid_start || devid > entry->devid_end)
3175 continue;
3176
Eric Auger4397f322017-01-19 20:57:54 +00003177 length = entry->address_end - entry->address_start;
3178 if (entry->prot & IOMMU_PROT_IR)
3179 prot |= IOMMU_READ;
3180 if (entry->prot & IOMMU_PROT_IW)
3181 prot |= IOMMU_WRITE;
3182
3183 region = iommu_alloc_resv_region(entry->address_start,
3184 length, prot,
3185 IOMMU_RESV_DIRECT);
Joerg Roedel35cf2482015-05-28 18:41:37 +02003186 if (!region) {
3187 pr_err("Out of memory allocating dm-regions for %s\n",
3188 dev_name(dev));
3189 return;
3190 }
Joerg Roedel35cf2482015-05-28 18:41:37 +02003191 list_add_tail(&region->list, head);
3192 }
Eric Auger4397f322017-01-19 20:57:54 +00003193
3194 region = iommu_alloc_resv_region(MSI_RANGE_START,
3195 MSI_RANGE_END - MSI_RANGE_START + 1,
Robin Murphy9d3a4de2017-03-16 17:00:16 +00003196 0, IOMMU_RESV_MSI);
Eric Auger4397f322017-01-19 20:57:54 +00003197 if (!region)
3198 return;
3199 list_add_tail(&region->list, head);
3200
3201 region = iommu_alloc_resv_region(HT_RANGE_START,
3202 HT_RANGE_END - HT_RANGE_START + 1,
3203 0, IOMMU_RESV_RESERVED);
3204 if (!region)
3205 return;
3206 list_add_tail(&region->list, head);
Joerg Roedel35cf2482015-05-28 18:41:37 +02003207}
3208
Eric Augere5b52342017-01-19 20:57:47 +00003209static void amd_iommu_put_resv_regions(struct device *dev,
Joerg Roedel35cf2482015-05-28 18:41:37 +02003210 struct list_head *head)
3211{
Eric Augere5b52342017-01-19 20:57:47 +00003212 struct iommu_resv_region *entry, *next;
Joerg Roedel35cf2482015-05-28 18:41:37 +02003213
3214 list_for_each_entry_safe(entry, next, head, list)
3215 kfree(entry);
3216}
3217
Eric Augere5b52342017-01-19 20:57:47 +00003218static void amd_iommu_apply_resv_region(struct device *dev,
Joerg Roedel8d54d6c2016-07-05 13:32:20 +02003219 struct iommu_domain *domain,
Eric Augere5b52342017-01-19 20:57:47 +00003220 struct iommu_resv_region *region)
Joerg Roedel8d54d6c2016-07-05 13:32:20 +02003221{
Joerg Roedelb3311b02016-07-08 13:31:31 +02003222 struct dma_ops_domain *dma_dom = to_dma_ops_domain(to_pdomain(domain));
Joerg Roedel8d54d6c2016-07-05 13:32:20 +02003223 unsigned long start, end;
3224
3225 start = IOVA_PFN(region->start);
Gary R Hookb92b4fb2017-11-03 10:50:34 -06003226 end = IOVA_PFN(region->start + region->length - 1);
Joerg Roedel8d54d6c2016-07-05 13:32:20 +02003227
3228 WARN_ON_ONCE(reserve_iova(&dma_dom->iovad, start, end) == NULL);
3229}
3230
Baoquan Hedf3f7a62017-08-09 16:33:41 +08003231static bool amd_iommu_is_attach_deferred(struct iommu_domain *domain,
3232 struct device *dev)
3233{
3234 struct iommu_dev_data *dev_data = dev->archdata.iommu;
3235 return dev_data->defer_attach;
3236}
3237
Suravee Suthikulpaniteb5ecd12018-02-21 14:19:45 +07003238static void amd_iommu_flush_iotlb_all(struct iommu_domain *domain)
3239{
3240 struct protection_domain *dom = to_pdomain(domain);
3241
3242 domain_flush_tlb_pde(dom);
3243 domain_flush_complete(dom);
3244}
3245
3246static void amd_iommu_iotlb_range_add(struct iommu_domain *domain,
3247 unsigned long iova, size_t size)
3248{
3249}
3250
Joerg Roedelb0119e82017-02-01 13:23:08 +01003251const struct iommu_ops amd_iommu_ops = {
Joerg Roedelab636482014-09-05 10:48:21 +02003252 .capable = amd_iommu_capable,
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003253 .domain_alloc = amd_iommu_domain_alloc,
3254 .domain_free = amd_iommu_domain_free,
Joerg Roedel26961ef2008-12-03 17:00:17 +01003255 .attach_dev = amd_iommu_attach_device,
3256 .detach_dev = amd_iommu_detach_device,
Joerg Roedel468e2362010-01-21 16:37:36 +01003257 .map = amd_iommu_map,
3258 .unmap = amd_iommu_unmap,
Joerg Roedel26961ef2008-12-03 17:00:17 +01003259 .iova_to_phys = amd_iommu_iova_to_phys,
Joerg Roedelaafd8ba2015-05-28 18:41:39 +02003260 .add_device = amd_iommu_add_device,
3261 .remove_device = amd_iommu_remove_device,
Wan Zongshunb097d112016-04-01 09:06:04 -04003262 .device_group = amd_iommu_device_group,
Eric Augere5b52342017-01-19 20:57:47 +00003263 .get_resv_regions = amd_iommu_get_resv_regions,
3264 .put_resv_regions = amd_iommu_put_resv_regions,
3265 .apply_resv_region = amd_iommu_apply_resv_region,
Baoquan Hedf3f7a62017-08-09 16:33:41 +08003266 .is_attach_deferred = amd_iommu_is_attach_deferred,
Ohad Ben-Cohenaa3de9c2011-11-10 11:32:29 +02003267 .pgsize_bitmap = AMD_IOMMU_PGSIZES,
Suravee Suthikulpaniteb5ecd12018-02-21 14:19:45 +07003268 .flush_iotlb_all = amd_iommu_flush_iotlb_all,
3269 .iotlb_range_add = amd_iommu_iotlb_range_add,
3270 .iotlb_sync = amd_iommu_flush_iotlb_all,
Joerg Roedel26961ef2008-12-03 17:00:17 +01003271};
3272
Joerg Roedel0feae532009-08-26 15:26:30 +02003273/*****************************************************************************
3274 *
3275 * The next functions do a basic initialization of IOMMU for pass through
3276 * mode
3277 *
3278 * In passthrough mode the IOMMU is initialized and enabled but not used for
3279 * DMA-API translation.
3280 *
3281 *****************************************************************************/
3282
Joerg Roedel72e1dcc2011-11-10 19:13:51 +01003283/* IOMMUv2 specific functions */
3284int amd_iommu_register_ppr_notifier(struct notifier_block *nb)
3285{
3286 return atomic_notifier_chain_register(&ppr_notifier, nb);
3287}
3288EXPORT_SYMBOL(amd_iommu_register_ppr_notifier);
3289
3290int amd_iommu_unregister_ppr_notifier(struct notifier_block *nb)
3291{
3292 return atomic_notifier_chain_unregister(&ppr_notifier, nb);
3293}
3294EXPORT_SYMBOL(amd_iommu_unregister_ppr_notifier);
Joerg Roedel132bd682011-11-17 14:18:46 +01003295
3296void amd_iommu_domain_direct_map(struct iommu_domain *dom)
3297{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003298 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedel132bd682011-11-17 14:18:46 +01003299 unsigned long flags;
3300
3301 spin_lock_irqsave(&domain->lock, flags);
3302
3303 /* Update data structure */
3304 domain->mode = PAGE_MODE_NONE;
3305 domain->updated = true;
3306
3307 /* Make changes visible to IOMMUs */
3308 update_domain(domain);
3309
3310 /* Page-table is not visible to IOMMU anymore, so free it */
3311 free_pagetable(domain);
3312
3313 spin_unlock_irqrestore(&domain->lock, flags);
3314}
3315EXPORT_SYMBOL(amd_iommu_domain_direct_map);
Joerg Roedel52815b72011-11-17 17:24:28 +01003316
3317int amd_iommu_domain_enable_v2(struct iommu_domain *dom, int pasids)
3318{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003319 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedel52815b72011-11-17 17:24:28 +01003320 unsigned long flags;
3321 int levels, ret;
3322
3323 if (pasids <= 0 || pasids > (PASID_MASK + 1))
3324 return -EINVAL;
3325
3326 /* Number of GCR3 table levels required */
3327 for (levels = 0; (pasids - 1) & ~0x1ff; pasids >>= 9)
3328 levels += 1;
3329
3330 if (levels > amd_iommu_max_glx_val)
3331 return -EINVAL;
3332
3333 spin_lock_irqsave(&domain->lock, flags);
3334
3335 /*
3336 * Save us all sanity checks whether devices already in the
3337 * domain support IOMMUv2. Just force that the domain has no
3338 * devices attached when it is switched into IOMMUv2 mode.
3339 */
3340 ret = -EBUSY;
3341 if (domain->dev_cnt > 0 || domain->flags & PD_IOMMUV2_MASK)
3342 goto out;
3343
3344 ret = -ENOMEM;
3345 domain->gcr3_tbl = (void *)get_zeroed_page(GFP_ATOMIC);
3346 if (domain->gcr3_tbl == NULL)
3347 goto out;
3348
3349 domain->glx = levels;
3350 domain->flags |= PD_IOMMUV2_MASK;
3351 domain->updated = true;
3352
3353 update_domain(domain);
3354
3355 ret = 0;
3356
3357out:
3358 spin_unlock_irqrestore(&domain->lock, flags);
3359
3360 return ret;
3361}
3362EXPORT_SYMBOL(amd_iommu_domain_enable_v2);
Joerg Roedel22e266c2011-11-21 15:59:08 +01003363
3364static int __flush_pasid(struct protection_domain *domain, int pasid,
3365 u64 address, bool size)
3366{
3367 struct iommu_dev_data *dev_data;
3368 struct iommu_cmd cmd;
3369 int i, ret;
3370
3371 if (!(domain->flags & PD_IOMMUV2_MASK))
3372 return -EINVAL;
3373
3374 build_inv_iommu_pasid(&cmd, domain->id, pasid, address, size);
3375
3376 /*
3377 * IOMMU TLB needs to be flushed before Device TLB to
3378 * prevent device TLB refill from IOMMU TLB
3379 */
Suravee Suthikulpanit6b9376e2017-02-24 02:48:17 -06003380 for (i = 0; i < amd_iommu_get_num_iommus(); ++i) {
Joerg Roedel22e266c2011-11-21 15:59:08 +01003381 if (domain->dev_iommu[i] == 0)
3382 continue;
3383
3384 ret = iommu_queue_command(amd_iommus[i], &cmd);
3385 if (ret != 0)
3386 goto out;
3387 }
3388
3389 /* Wait until IOMMU TLB flushes are complete */
3390 domain_flush_complete(domain);
3391
3392 /* Now flush device TLBs */
3393 list_for_each_entry(dev_data, &domain->dev_list, list) {
3394 struct amd_iommu *iommu;
3395 int qdep;
3396
Joerg Roedel1c1cc452015-07-30 11:24:45 +02003397 /*
3398 There might be non-IOMMUv2 capable devices in an IOMMUv2
3399 * domain.
3400 */
3401 if (!dev_data->ats.enabled)
3402 continue;
Joerg Roedel22e266c2011-11-21 15:59:08 +01003403
3404 qdep = dev_data->ats.qdep;
3405 iommu = amd_iommu_rlookup_table[dev_data->devid];
3406
3407 build_inv_iotlb_pasid(&cmd, dev_data->devid, pasid,
3408 qdep, address, size);
3409
3410 ret = iommu_queue_command(iommu, &cmd);
3411 if (ret != 0)
3412 goto out;
3413 }
3414
3415 /* Wait until all device TLBs are flushed */
3416 domain_flush_complete(domain);
3417
3418 ret = 0;
3419
3420out:
3421
3422 return ret;
3423}
3424
3425static int __amd_iommu_flush_page(struct protection_domain *domain, int pasid,
3426 u64 address)
3427{
3428 return __flush_pasid(domain, pasid, address, false);
3429}
3430
3431int amd_iommu_flush_page(struct iommu_domain *dom, int pasid,
3432 u64 address)
3433{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003434 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedel22e266c2011-11-21 15:59:08 +01003435 unsigned long flags;
3436 int ret;
3437
3438 spin_lock_irqsave(&domain->lock, flags);
3439 ret = __amd_iommu_flush_page(domain, pasid, address);
3440 spin_unlock_irqrestore(&domain->lock, flags);
3441
3442 return ret;
3443}
3444EXPORT_SYMBOL(amd_iommu_flush_page);
3445
3446static int __amd_iommu_flush_tlb(struct protection_domain *domain, int pasid)
3447{
3448 return __flush_pasid(domain, pasid, CMD_INV_IOMMU_ALL_PAGES_ADDRESS,
3449 true);
3450}
3451
3452int amd_iommu_flush_tlb(struct iommu_domain *dom, int pasid)
3453{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003454 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedel22e266c2011-11-21 15:59:08 +01003455 unsigned long flags;
3456 int ret;
3457
3458 spin_lock_irqsave(&domain->lock, flags);
3459 ret = __amd_iommu_flush_tlb(domain, pasid);
3460 spin_unlock_irqrestore(&domain->lock, flags);
3461
3462 return ret;
3463}
3464EXPORT_SYMBOL(amd_iommu_flush_tlb);
3465
Joerg Roedelb16137b2011-11-21 16:50:23 +01003466static u64 *__get_gcr3_pte(u64 *root, int level, int pasid, bool alloc)
3467{
3468 int index;
3469 u64 *pte;
3470
3471 while (true) {
3472
3473 index = (pasid >> (9 * level)) & 0x1ff;
3474 pte = &root[index];
3475
3476 if (level == 0)
3477 break;
3478
3479 if (!(*pte & GCR3_VALID)) {
3480 if (!alloc)
3481 return NULL;
3482
3483 root = (void *)get_zeroed_page(GFP_ATOMIC);
3484 if (root == NULL)
3485 return NULL;
3486
Tom Lendacky2543a782017-07-17 16:10:24 -05003487 *pte = iommu_virt_to_phys(root) | GCR3_VALID;
Joerg Roedelb16137b2011-11-21 16:50:23 +01003488 }
3489
Tom Lendacky2543a782017-07-17 16:10:24 -05003490 root = iommu_phys_to_virt(*pte & PAGE_MASK);
Joerg Roedelb16137b2011-11-21 16:50:23 +01003491
3492 level -= 1;
3493 }
3494
3495 return pte;
3496}
3497
3498static int __set_gcr3(struct protection_domain *domain, int pasid,
3499 unsigned long cr3)
3500{
3501 u64 *pte;
3502
3503 if (domain->mode != PAGE_MODE_NONE)
3504 return -EINVAL;
3505
3506 pte = __get_gcr3_pte(domain->gcr3_tbl, domain->glx, pasid, true);
3507 if (pte == NULL)
3508 return -ENOMEM;
3509
3510 *pte = (cr3 & PAGE_MASK) | GCR3_VALID;
3511
3512 return __amd_iommu_flush_tlb(domain, pasid);
3513}
3514
3515static int __clear_gcr3(struct protection_domain *domain, int pasid)
3516{
3517 u64 *pte;
3518
3519 if (domain->mode != PAGE_MODE_NONE)
3520 return -EINVAL;
3521
3522 pte = __get_gcr3_pte(domain->gcr3_tbl, domain->glx, pasid, false);
3523 if (pte == NULL)
3524 return 0;
3525
3526 *pte = 0;
3527
3528 return __amd_iommu_flush_tlb(domain, pasid);
3529}
3530
3531int amd_iommu_domain_set_gcr3(struct iommu_domain *dom, int pasid,
3532 unsigned long cr3)
3533{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003534 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedelb16137b2011-11-21 16:50:23 +01003535 unsigned long flags;
3536 int ret;
3537
3538 spin_lock_irqsave(&domain->lock, flags);
3539 ret = __set_gcr3(domain, pasid, cr3);
3540 spin_unlock_irqrestore(&domain->lock, flags);
3541
3542 return ret;
3543}
3544EXPORT_SYMBOL(amd_iommu_domain_set_gcr3);
3545
3546int amd_iommu_domain_clear_gcr3(struct iommu_domain *dom, int pasid)
3547{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003548 struct protection_domain *domain = to_pdomain(dom);
Joerg Roedelb16137b2011-11-21 16:50:23 +01003549 unsigned long flags;
3550 int ret;
3551
3552 spin_lock_irqsave(&domain->lock, flags);
3553 ret = __clear_gcr3(domain, pasid);
3554 spin_unlock_irqrestore(&domain->lock, flags);
3555
3556 return ret;
3557}
3558EXPORT_SYMBOL(amd_iommu_domain_clear_gcr3);
Joerg Roedelc99afa22011-11-21 18:19:25 +01003559
3560int amd_iommu_complete_ppr(struct pci_dev *pdev, int pasid,
3561 int status, int tag)
3562{
3563 struct iommu_dev_data *dev_data;
3564 struct amd_iommu *iommu;
3565 struct iommu_cmd cmd;
3566
3567 dev_data = get_dev_data(&pdev->dev);
3568 iommu = amd_iommu_rlookup_table[dev_data->devid];
3569
3570 build_complete_ppr(&cmd, dev_data->devid, pasid, status,
3571 tag, dev_data->pri_tlp);
3572
3573 return iommu_queue_command(iommu, &cmd);
3574}
3575EXPORT_SYMBOL(amd_iommu_complete_ppr);
Joerg Roedelf3572db2011-11-23 12:36:25 +01003576
3577struct iommu_domain *amd_iommu_get_v2_domain(struct pci_dev *pdev)
3578{
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003579 struct protection_domain *pdomain;
Joerg Roedelf3572db2011-11-23 12:36:25 +01003580
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003581 pdomain = get_domain(&pdev->dev);
3582 if (IS_ERR(pdomain))
Joerg Roedelf3572db2011-11-23 12:36:25 +01003583 return NULL;
3584
3585 /* Only return IOMMUv2 domains */
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003586 if (!(pdomain->flags & PD_IOMMUV2_MASK))
Joerg Roedelf3572db2011-11-23 12:36:25 +01003587 return NULL;
3588
Joerg Roedel3f4b87b2015-03-26 13:43:07 +01003589 return &pdomain->domain;
Joerg Roedelf3572db2011-11-23 12:36:25 +01003590}
3591EXPORT_SYMBOL(amd_iommu_get_v2_domain);
Joerg Roedel6a113dd2011-12-01 12:04:58 +01003592
3593void amd_iommu_enable_device_erratum(struct pci_dev *pdev, u32 erratum)
3594{
3595 struct iommu_dev_data *dev_data;
3596
3597 if (!amd_iommu_v2_supported())
3598 return;
3599
3600 dev_data = get_dev_data(&pdev->dev);
3601 dev_data->errata |= (1 << erratum);
3602}
3603EXPORT_SYMBOL(amd_iommu_enable_device_erratum);
Joerg Roedel52efdb82011-12-07 12:01:36 +01003604
3605int amd_iommu_device_info(struct pci_dev *pdev,
3606 struct amd_iommu_device_info *info)
3607{
3608 int max_pasids;
3609 int pos;
3610
3611 if (pdev == NULL || info == NULL)
3612 return -EINVAL;
3613
3614 if (!amd_iommu_v2_supported())
3615 return -EINVAL;
3616
3617 memset(info, 0, sizeof(*info));
3618
Gil Kupfercef74402018-05-10 17:56:02 -05003619 if (!pci_ats_disabled()) {
3620 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_ATS);
3621 if (pos)
3622 info->flags |= AMD_IOMMU_DEVICE_FLAG_ATS_SUP;
3623 }
Joerg Roedel52efdb82011-12-07 12:01:36 +01003624
3625 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_PRI);
3626 if (pos)
3627 info->flags |= AMD_IOMMU_DEVICE_FLAG_PRI_SUP;
3628
3629 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_PASID);
3630 if (pos) {
3631 int features;
3632
3633 max_pasids = 1 << (9 * (amd_iommu_max_glx_val + 1));
3634 max_pasids = min(max_pasids, (1 << 20));
3635
3636 info->flags |= AMD_IOMMU_DEVICE_FLAG_PASID_SUP;
3637 info->max_pasids = min(pci_max_pasids(pdev), max_pasids);
3638
3639 features = pci_pasid_features(pdev);
3640 if (features & PCI_PASID_CAP_EXEC)
3641 info->flags |= AMD_IOMMU_DEVICE_FLAG_EXEC_SUP;
3642 if (features & PCI_PASID_CAP_PRIV)
3643 info->flags |= AMD_IOMMU_DEVICE_FLAG_PRIV_SUP;
3644 }
3645
3646 return 0;
3647}
3648EXPORT_SYMBOL(amd_iommu_device_info);
Joerg Roedel2b324502012-06-21 16:29:10 +02003649
3650#ifdef CONFIG_IRQ_REMAP
3651
3652/*****************************************************************************
3653 *
3654 * Interrupt Remapping Implementation
3655 *
3656 *****************************************************************************/
3657
Jiang Liu7c71d302015-04-13 14:11:33 +08003658static struct irq_chip amd_ir_chip;
Arnd Bergmann94c793a2018-04-04 12:56:59 +02003659static DEFINE_SPINLOCK(iommu_table_lock);
Jiang Liu7c71d302015-04-13 14:11:33 +08003660
Joerg Roedel2b324502012-06-21 16:29:10 +02003661static void set_dte_irq_entry(u16 devid, struct irq_remap_table *table)
3662{
3663 u64 dte;
3664
3665 dte = amd_iommu_dev_table[devid].data[2];
3666 dte &= ~DTE_IRQ_PHYS_ADDR_MASK;
Tom Lendacky2543a782017-07-17 16:10:24 -05003667 dte |= iommu_virt_to_phys(table->table);
Joerg Roedel2b324502012-06-21 16:29:10 +02003668 dte |= DTE_IRQ_REMAP_INTCTL;
3669 dte |= DTE_IRQ_TABLE_LEN;
3670 dte |= DTE_IRQ_REMAP_ENABLE;
3671
3672 amd_iommu_dev_table[devid].data[2] = dte;
3673}
3674
Scott Wooddf42a042018-02-14 17:36:28 -06003675static struct irq_remap_table *get_irq_table(u16 devid)
3676{
3677 struct irq_remap_table *table;
3678
3679 if (WARN_ONCE(!amd_iommu_rlookup_table[devid],
3680 "%s: no iommu for devid %x\n", __func__, devid))
3681 return NULL;
3682
3683 table = irq_lookup_table[devid];
3684 if (WARN_ONCE(!table, "%s: no table for devid %x\n", __func__, devid))
3685 return NULL;
3686
3687 return table;
3688}
3689
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003690static struct irq_remap_table *__alloc_irq_table(void)
3691{
3692 struct irq_remap_table *table;
3693
3694 table = kzalloc(sizeof(*table), GFP_KERNEL);
3695 if (!table)
3696 return NULL;
3697
3698 table->table = kmem_cache_alloc(amd_iommu_irq_cache, GFP_KERNEL);
3699 if (!table->table) {
3700 kfree(table);
3701 return NULL;
3702 }
3703 raw_spin_lock_init(&table->lock);
3704
3705 if (!AMD_IOMMU_GUEST_IR_GA(amd_iommu_guest_ir))
3706 memset(table->table, 0,
3707 MAX_IRQS_PER_TABLE * sizeof(u32));
3708 else
3709 memset(table->table, 0,
3710 (MAX_IRQS_PER_TABLE * (sizeof(u64) * 2)));
3711 return table;
3712}
3713
Sebastian Andrzej Siewior2fcc1e82018-03-22 16:22:39 +01003714static void set_remap_table_entry(struct amd_iommu *iommu, u16 devid,
3715 struct irq_remap_table *table)
3716{
3717 irq_lookup_table[devid] = table;
3718 set_dte_irq_entry(devid, table);
3719 iommu_flush_dte(iommu, devid);
3720}
3721
Sebastian Andrzej Siewiorfde65dd2018-03-22 16:22:37 +01003722static struct irq_remap_table *alloc_irq_table(u16 devid)
Joerg Roedel2b324502012-06-21 16:29:10 +02003723{
3724 struct irq_remap_table *table = NULL;
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003725 struct irq_remap_table *new_table = NULL;
Joerg Roedel2b324502012-06-21 16:29:10 +02003726 struct amd_iommu *iommu;
3727 unsigned long flags;
3728 u16 alias;
3729
Sebastian Andrzej Siewiorea6166f2018-03-22 16:22:36 +01003730 spin_lock_irqsave(&iommu_table_lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003731
3732 iommu = amd_iommu_rlookup_table[devid];
3733 if (!iommu)
3734 goto out_unlock;
3735
3736 table = irq_lookup_table[devid];
3737 if (table)
Baoquan He09284b92016-09-20 09:05:34 +08003738 goto out_unlock;
Joerg Roedel2b324502012-06-21 16:29:10 +02003739
3740 alias = amd_iommu_alias_table[devid];
3741 table = irq_lookup_table[alias];
3742 if (table) {
Sebastian Andrzej Siewior2fcc1e82018-03-22 16:22:39 +01003743 set_remap_table_entry(iommu, devid, table);
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003744 goto out_wait;
Joerg Roedel2b324502012-06-21 16:29:10 +02003745 }
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003746 spin_unlock_irqrestore(&iommu_table_lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003747
3748 /* Nothing there yet, allocate new irq remapping table */
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003749 new_table = __alloc_irq_table();
3750 if (!new_table)
3751 return NULL;
3752
3753 spin_lock_irqsave(&iommu_table_lock, flags);
3754
3755 table = irq_lookup_table[devid];
3756 if (table)
Baoquan He09284b92016-09-20 09:05:34 +08003757 goto out_unlock;
Joerg Roedel2b324502012-06-21 16:29:10 +02003758
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003759 table = irq_lookup_table[alias];
3760 if (table) {
3761 set_remap_table_entry(iommu, devid, table);
3762 goto out_wait;
Joerg Roedel2b324502012-06-21 16:29:10 +02003763 }
3764
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003765 table = new_table;
3766 new_table = NULL;
Joerg Roedel2b324502012-06-21 16:29:10 +02003767
Sebastian Andrzej Siewior2fcc1e82018-03-22 16:22:39 +01003768 set_remap_table_entry(iommu, devid, table);
3769 if (devid != alias)
3770 set_remap_table_entry(iommu, alias, table);
Joerg Roedel2b324502012-06-21 16:29:10 +02003771
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003772out_wait:
Joerg Roedel2b324502012-06-21 16:29:10 +02003773 iommu_completion_wait(iommu);
3774
3775out_unlock:
Sebastian Andrzej Siewiorea6166f2018-03-22 16:22:36 +01003776 spin_unlock_irqrestore(&iommu_table_lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003777
Sebastian Andrzej Siewior993ca6e2018-03-22 16:22:40 +01003778 if (new_table) {
3779 kmem_cache_free(amd_iommu_irq_cache, new_table->table);
3780 kfree(new_table);
3781 }
Joerg Roedel2b324502012-06-21 16:29:10 +02003782 return table;
3783}
3784
Joerg Roedel37946d92017-10-06 12:16:39 +02003785static int alloc_irq_index(u16 devid, int count, bool align)
Joerg Roedel2b324502012-06-21 16:29:10 +02003786{
3787 struct irq_remap_table *table;
Joerg Roedel37946d92017-10-06 12:16:39 +02003788 int index, c, alignment = 1;
Joerg Roedel2b324502012-06-21 16:29:10 +02003789 unsigned long flags;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05003790 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
3791
3792 if (!iommu)
3793 return -ENODEV;
Joerg Roedel2b324502012-06-21 16:29:10 +02003794
Sebastian Andrzej Siewiorfde65dd2018-03-22 16:22:37 +01003795 table = alloc_irq_table(devid);
Joerg Roedel2b324502012-06-21 16:29:10 +02003796 if (!table)
3797 return -ENODEV;
3798
Joerg Roedel37946d92017-10-06 12:16:39 +02003799 if (align)
3800 alignment = roundup_pow_of_two(count);
3801
Scott Wood27790392018-01-21 03:28:54 -06003802 raw_spin_lock_irqsave(&table->lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003803
3804 /* Scan table for free entries */
Joerg Roedel37946d92017-10-06 12:16:39 +02003805 for (index = ALIGN(table->min_index, alignment), c = 0;
Alex Williamson07d1c912017-11-03 10:50:31 -06003806 index < MAX_IRQS_PER_TABLE;) {
Joerg Roedel37946d92017-10-06 12:16:39 +02003807 if (!iommu->irte_ops->is_allocated(table, index)) {
Joerg Roedel2b324502012-06-21 16:29:10 +02003808 c += 1;
Joerg Roedel37946d92017-10-06 12:16:39 +02003809 } else {
3810 c = 0;
Alex Williamson07d1c912017-11-03 10:50:31 -06003811 index = ALIGN(index + 1, alignment);
Joerg Roedel37946d92017-10-06 12:16:39 +02003812 continue;
3813 }
Joerg Roedel2b324502012-06-21 16:29:10 +02003814
3815 if (c == count) {
Joerg Roedel2b324502012-06-21 16:29:10 +02003816 for (; c != 0; --c)
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05003817 iommu->irte_ops->set_allocated(table, index - c + 1);
Joerg Roedel2b324502012-06-21 16:29:10 +02003818
3819 index -= count - 1;
Joerg Roedel2b324502012-06-21 16:29:10 +02003820 goto out;
3821 }
Alex Williamson07d1c912017-11-03 10:50:31 -06003822
3823 index++;
Joerg Roedel2b324502012-06-21 16:29:10 +02003824 }
3825
3826 index = -ENOSPC;
3827
3828out:
Scott Wood27790392018-01-21 03:28:54 -06003829 raw_spin_unlock_irqrestore(&table->lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003830
3831 return index;
3832}
3833
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05003834static int modify_irte_ga(u16 devid, int index, struct irte_ga *irte,
3835 struct amd_ir_data *data)
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003836{
3837 struct irq_remap_table *table;
3838 struct amd_iommu *iommu;
3839 unsigned long flags;
3840 struct irte_ga *entry;
3841
3842 iommu = amd_iommu_rlookup_table[devid];
3843 if (iommu == NULL)
3844 return -EINVAL;
3845
Scott Wooddf42a042018-02-14 17:36:28 -06003846 table = get_irq_table(devid);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003847 if (!table)
3848 return -ENOMEM;
3849
Scott Wood27790392018-01-21 03:28:54 -06003850 raw_spin_lock_irqsave(&table->lock, flags);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003851
3852 entry = (struct irte_ga *)table->table;
3853 entry = &entry[index];
3854 entry->lo.fields_remap.valid = 0;
3855 entry->hi.val = irte->hi.val;
3856 entry->lo.val = irte->lo.val;
3857 entry->lo.fields_remap.valid = 1;
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05003858 if (data)
3859 data->ref = entry;
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003860
Scott Wood27790392018-01-21 03:28:54 -06003861 raw_spin_unlock_irqrestore(&table->lock, flags);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003862
3863 iommu_flush_irt(iommu, devid);
3864 iommu_completion_wait(iommu);
3865
3866 return 0;
3867}
3868
3869static int modify_irte(u16 devid, int index, union irte *irte)
Joerg Roedel2b324502012-06-21 16:29:10 +02003870{
3871 struct irq_remap_table *table;
3872 struct amd_iommu *iommu;
3873 unsigned long flags;
3874
3875 iommu = amd_iommu_rlookup_table[devid];
3876 if (iommu == NULL)
3877 return -EINVAL;
3878
Scott Wooddf42a042018-02-14 17:36:28 -06003879 table = get_irq_table(devid);
Joerg Roedel2b324502012-06-21 16:29:10 +02003880 if (!table)
3881 return -ENOMEM;
3882
Scott Wood27790392018-01-21 03:28:54 -06003883 raw_spin_lock_irqsave(&table->lock, flags);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003884 table->table[index] = irte->val;
Scott Wood27790392018-01-21 03:28:54 -06003885 raw_spin_unlock_irqrestore(&table->lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003886
3887 iommu_flush_irt(iommu, devid);
3888 iommu_completion_wait(iommu);
3889
3890 return 0;
3891}
3892
3893static void free_irte(u16 devid, int index)
3894{
3895 struct irq_remap_table *table;
3896 struct amd_iommu *iommu;
3897 unsigned long flags;
3898
3899 iommu = amd_iommu_rlookup_table[devid];
3900 if (iommu == NULL)
3901 return;
3902
Scott Wooddf42a042018-02-14 17:36:28 -06003903 table = get_irq_table(devid);
Joerg Roedel2b324502012-06-21 16:29:10 +02003904 if (!table)
3905 return;
3906
Scott Wood27790392018-01-21 03:28:54 -06003907 raw_spin_lock_irqsave(&table->lock, flags);
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05003908 iommu->irte_ops->clear_allocated(table, index);
Scott Wood27790392018-01-21 03:28:54 -06003909 raw_spin_unlock_irqrestore(&table->lock, flags);
Joerg Roedel2b324502012-06-21 16:29:10 +02003910
3911 iommu_flush_irt(iommu, devid);
3912 iommu_completion_wait(iommu);
3913}
3914
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003915static void irte_prepare(void *entry,
3916 u32 delivery_mode, u32 dest_mode,
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05003917 u8 vector, u32 dest_apicid, int devid)
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003918{
3919 union irte *irte = (union irte *) entry;
3920
3921 irte->val = 0;
3922 irte->fields.vector = vector;
3923 irte->fields.int_type = delivery_mode;
3924 irte->fields.destination = dest_apicid;
3925 irte->fields.dm = dest_mode;
3926 irte->fields.valid = 1;
3927}
3928
3929static void irte_ga_prepare(void *entry,
3930 u32 delivery_mode, u32 dest_mode,
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05003931 u8 vector, u32 dest_apicid, int devid)
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003932{
3933 struct irte_ga *irte = (struct irte_ga *) entry;
3934
3935 irte->lo.val = 0;
3936 irte->hi.val = 0;
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003937 irte->lo.fields_remap.int_type = delivery_mode;
3938 irte->lo.fields_remap.dm = dest_mode;
3939 irte->hi.fields.vector = vector;
Suravee Suthikulpanit90fcffd2018-06-27 10:31:22 -05003940 irte->lo.fields_remap.destination = APICID_TO_IRTE_DEST_LO(dest_apicid);
3941 irte->hi.fields.destination = APICID_TO_IRTE_DEST_HI(dest_apicid);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003942 irte->lo.fields_remap.valid = 1;
3943}
3944
3945static void irte_activate(void *entry, u16 devid, u16 index)
3946{
3947 union irte *irte = (union irte *) entry;
3948
3949 irte->fields.valid = 1;
3950 modify_irte(devid, index, irte);
3951}
3952
3953static void irte_ga_activate(void *entry, u16 devid, u16 index)
3954{
3955 struct irte_ga *irte = (struct irte_ga *) entry;
3956
3957 irte->lo.fields_remap.valid = 1;
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05003958 modify_irte_ga(devid, index, irte, NULL);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003959}
3960
3961static void irte_deactivate(void *entry, u16 devid, u16 index)
3962{
3963 union irte *irte = (union irte *) entry;
3964
3965 irte->fields.valid = 0;
3966 modify_irte(devid, index, irte);
3967}
3968
3969static void irte_ga_deactivate(void *entry, u16 devid, u16 index)
3970{
3971 struct irte_ga *irte = (struct irte_ga *) entry;
3972
3973 irte->lo.fields_remap.valid = 0;
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05003974 modify_irte_ga(devid, index, irte, NULL);
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05003975}
3976
3977static void irte_set_affinity(void *entry, u16 devid, u16 index,
3978 u8 vector, u32 dest_apicid)
3979{
3980 union irte *irte = (union irte *) entry;
3981
3982 irte->fields.vector = vector;
3983 irte->fields.destination = dest_apicid;
3984 modify_irte(devid, index, irte);
3985}
3986
3987static void irte_ga_set_affinity(void *entry, u16 devid, u16 index,
3988 u8 vector, u32 dest_apicid)
3989{
3990 struct irte_ga *irte = (struct irte_ga *) entry;
3991
Scott Wood01ee04b2018-01-28 14:22:19 -06003992 if (!irte->lo.fields_remap.guest_mode) {
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05003993 irte->hi.fields.vector = vector;
Suravee Suthikulpanit90fcffd2018-06-27 10:31:22 -05003994 irte->lo.fields_remap.destination =
3995 APICID_TO_IRTE_DEST_LO(dest_apicid);
3996 irte->hi.fields.destination =
3997 APICID_TO_IRTE_DEST_HI(dest_apicid);
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05003998 modify_irte_ga(devid, index, irte, NULL);
3999 }
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05004000}
4001
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004002#define IRTE_ALLOCATED (~1U)
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05004003static void irte_set_allocated(struct irq_remap_table *table, int index)
4004{
4005 table->table[index] = IRTE_ALLOCATED;
4006}
4007
4008static void irte_ga_set_allocated(struct irq_remap_table *table, int index)
4009{
4010 struct irte_ga *ptr = (struct irte_ga *)table->table;
4011 struct irte_ga *irte = &ptr[index];
4012
4013 memset(&irte->lo.val, 0, sizeof(u64));
4014 memset(&irte->hi.val, 0, sizeof(u64));
4015 irte->hi.fields.vector = 0xff;
4016}
4017
4018static bool irte_is_allocated(struct irq_remap_table *table, int index)
4019{
4020 union irte *ptr = (union irte *)table->table;
4021 union irte *irte = &ptr[index];
4022
4023 return irte->val != 0;
4024}
4025
4026static bool irte_ga_is_allocated(struct irq_remap_table *table, int index)
4027{
4028 struct irte_ga *ptr = (struct irte_ga *)table->table;
4029 struct irte_ga *irte = &ptr[index];
4030
4031 return irte->hi.fields.vector != 0;
4032}
4033
4034static void irte_clear_allocated(struct irq_remap_table *table, int index)
4035{
4036 table->table[index] = 0;
4037}
4038
4039static void irte_ga_clear_allocated(struct irq_remap_table *table, int index)
4040{
4041 struct irte_ga *ptr = (struct irte_ga *)table->table;
4042 struct irte_ga *irte = &ptr[index];
4043
4044 memset(&irte->lo.val, 0, sizeof(u64));
4045 memset(&irte->hi.val, 0, sizeof(u64));
4046}
4047
Jiang Liu7c71d302015-04-13 14:11:33 +08004048static int get_devid(struct irq_alloc_info *info)
Joerg Roedel5527de72012-06-26 11:17:32 +02004049{
Jiang Liu7c71d302015-04-13 14:11:33 +08004050 int devid = -1;
Joerg Roedel5527de72012-06-26 11:17:32 +02004051
Jiang Liu7c71d302015-04-13 14:11:33 +08004052 switch (info->type) {
4053 case X86_IRQ_ALLOC_TYPE_IOAPIC:
4054 devid = get_ioapic_devid(info->ioapic_id);
4055 break;
4056 case X86_IRQ_ALLOC_TYPE_HPET:
4057 devid = get_hpet_devid(info->hpet_id);
4058 break;
4059 case X86_IRQ_ALLOC_TYPE_MSI:
4060 case X86_IRQ_ALLOC_TYPE_MSIX:
4061 devid = get_device_id(&info->msi_dev->dev);
4062 break;
4063 default:
4064 BUG_ON(1);
4065 break;
Joerg Roedel5527de72012-06-26 11:17:32 +02004066 }
4067
Jiang Liu7c71d302015-04-13 14:11:33 +08004068 return devid;
Joerg Roedel5527de72012-06-26 11:17:32 +02004069}
4070
Jiang Liu7c71d302015-04-13 14:11:33 +08004071static struct irq_domain *get_ir_irq_domain(struct irq_alloc_info *info)
Joerg Roedel5527de72012-06-26 11:17:32 +02004072{
Jiang Liu7c71d302015-04-13 14:11:33 +08004073 struct amd_iommu *iommu;
4074 int devid;
Joerg Roedel5527de72012-06-26 11:17:32 +02004075
Jiang Liu7c71d302015-04-13 14:11:33 +08004076 if (!info)
4077 return NULL;
Joerg Roedel5527de72012-06-26 11:17:32 +02004078
Jiang Liu7c71d302015-04-13 14:11:33 +08004079 devid = get_devid(info);
4080 if (devid >= 0) {
4081 iommu = amd_iommu_rlookup_table[devid];
4082 if (iommu)
4083 return iommu->ir_domain;
4084 }
Joerg Roedel5527de72012-06-26 11:17:32 +02004085
Jiang Liu7c71d302015-04-13 14:11:33 +08004086 return NULL;
Joerg Roedel5527de72012-06-26 11:17:32 +02004087}
4088
Jiang Liu7c71d302015-04-13 14:11:33 +08004089static struct irq_domain *get_irq_domain(struct irq_alloc_info *info)
Joerg Roedel0b4d48c2012-06-26 14:54:17 +02004090{
Jiang Liu7c71d302015-04-13 14:11:33 +08004091 struct amd_iommu *iommu;
4092 int devid;
Joerg Roedel0b4d48c2012-06-26 14:54:17 +02004093
Jiang Liu7c71d302015-04-13 14:11:33 +08004094 if (!info)
4095 return NULL;
Joerg Roedel0b4d48c2012-06-26 14:54:17 +02004096
Jiang Liu7c71d302015-04-13 14:11:33 +08004097 switch (info->type) {
4098 case X86_IRQ_ALLOC_TYPE_MSI:
4099 case X86_IRQ_ALLOC_TYPE_MSIX:
4100 devid = get_device_id(&info->msi_dev->dev);
Joerg Roedel9ee35e42016-04-21 18:21:31 +02004101 if (devid < 0)
Wan Zongshun7aba6cb2016-04-01 09:06:02 -04004102 return NULL;
4103
Dan Carpenter1fb260b2016-01-07 12:36:06 +03004104 iommu = amd_iommu_rlookup_table[devid];
4105 if (iommu)
4106 return iommu->msi_domain;
Jiang Liu7c71d302015-04-13 14:11:33 +08004107 break;
4108 default:
4109 break;
4110 }
Joerg Roedel0b4d48c2012-06-26 14:54:17 +02004111
Jiang Liu7c71d302015-04-13 14:11:33 +08004112 return NULL;
Joerg Roedeld9761952012-06-26 16:00:08 +02004113}
4114
Joerg Roedel6b474b82012-06-26 16:46:04 +02004115struct irq_remap_ops amd_iommu_irq_ops = {
Joerg Roedel6b474b82012-06-26 16:46:04 +02004116 .prepare = amd_iommu_prepare,
4117 .enable = amd_iommu_enable,
4118 .disable = amd_iommu_disable,
4119 .reenable = amd_iommu_reenable,
4120 .enable_faulting = amd_iommu_enable_faulting,
Jiang Liu7c71d302015-04-13 14:11:33 +08004121 .get_ir_irq_domain = get_ir_irq_domain,
4122 .get_irq_domain = get_irq_domain,
Joerg Roedel6b474b82012-06-26 16:46:04 +02004123};
Jiang Liu7c71d302015-04-13 14:11:33 +08004124
4125static void irq_remapping_prepare_irte(struct amd_ir_data *data,
4126 struct irq_cfg *irq_cfg,
4127 struct irq_alloc_info *info,
4128 int devid, int index, int sub_handle)
4129{
4130 struct irq_2_irte *irte_info = &data->irq_2_irte;
4131 struct msi_msg *msg = &data->msi_entry;
Jiang Liu7c71d302015-04-13 14:11:33 +08004132 struct IO_APIC_route_entry *entry;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004133 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
4134
4135 if (!iommu)
4136 return;
Jiang Liu7c71d302015-04-13 14:11:33 +08004137
Jiang Liu7c71d302015-04-13 14:11:33 +08004138 data->irq_2_irte.devid = devid;
4139 data->irq_2_irte.index = index + sub_handle;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004140 iommu->irte_ops->prepare(data->entry, apic->irq_delivery_mode,
4141 apic->irq_dest_mode, irq_cfg->vector,
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05004142 irq_cfg->dest_apicid, devid);
Jiang Liu7c71d302015-04-13 14:11:33 +08004143
4144 switch (info->type) {
4145 case X86_IRQ_ALLOC_TYPE_IOAPIC:
4146 /* Setup IOAPIC entry */
4147 entry = info->ioapic_entry;
4148 info->ioapic_entry = NULL;
4149 memset(entry, 0, sizeof(*entry));
4150 entry->vector = index;
4151 entry->mask = 0;
4152 entry->trigger = info->ioapic_trigger;
4153 entry->polarity = info->ioapic_polarity;
4154 /* Mask level triggered irqs. */
4155 if (info->ioapic_trigger)
4156 entry->mask = 1;
4157 break;
4158
4159 case X86_IRQ_ALLOC_TYPE_HPET:
4160 case X86_IRQ_ALLOC_TYPE_MSI:
4161 case X86_IRQ_ALLOC_TYPE_MSIX:
4162 msg->address_hi = MSI_ADDR_BASE_HI;
4163 msg->address_lo = MSI_ADDR_BASE_LO;
4164 msg->data = irte_info->index;
4165 break;
4166
4167 default:
4168 BUG_ON(1);
4169 break;
4170 }
4171}
4172
Suravee Suthikulpanit880ac602016-08-23 13:52:34 -05004173struct amd_irte_ops irte_32_ops = {
4174 .prepare = irte_prepare,
4175 .activate = irte_activate,
4176 .deactivate = irte_deactivate,
4177 .set_affinity = irte_set_affinity,
4178 .set_allocated = irte_set_allocated,
4179 .is_allocated = irte_is_allocated,
4180 .clear_allocated = irte_clear_allocated,
4181};
4182
4183struct amd_irte_ops irte_128_ops = {
4184 .prepare = irte_ga_prepare,
4185 .activate = irte_ga_activate,
4186 .deactivate = irte_ga_deactivate,
4187 .set_affinity = irte_ga_set_affinity,
4188 .set_allocated = irte_ga_set_allocated,
4189 .is_allocated = irte_ga_is_allocated,
4190 .clear_allocated = irte_ga_clear_allocated,
4191};
4192
Jiang Liu7c71d302015-04-13 14:11:33 +08004193static int irq_remapping_alloc(struct irq_domain *domain, unsigned int virq,
4194 unsigned int nr_irqs, void *arg)
4195{
4196 struct irq_alloc_info *info = arg;
4197 struct irq_data *irq_data;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004198 struct amd_ir_data *data = NULL;
Jiang Liu7c71d302015-04-13 14:11:33 +08004199 struct irq_cfg *cfg;
4200 int i, ret, devid;
Sebastian Andrzej Siewior29d049b2018-03-22 16:22:42 +01004201 int index;
Jiang Liu7c71d302015-04-13 14:11:33 +08004202
4203 if (!info)
4204 return -EINVAL;
4205 if (nr_irqs > 1 && info->type != X86_IRQ_ALLOC_TYPE_MSI &&
4206 info->type != X86_IRQ_ALLOC_TYPE_MSIX)
4207 return -EINVAL;
4208
4209 /*
4210 * With IRQ remapping enabled, don't need contiguous CPU vectors
4211 * to support multiple MSI interrupts.
4212 */
4213 if (info->type == X86_IRQ_ALLOC_TYPE_MSI)
4214 info->flags &= ~X86_IRQ_ALLOC_CONTIGUOUS_VECTORS;
4215
4216 devid = get_devid(info);
4217 if (devid < 0)
4218 return -EINVAL;
4219
4220 ret = irq_domain_alloc_irqs_parent(domain, virq, nr_irqs, arg);
4221 if (ret < 0)
4222 return ret;
4223
Jiang Liu7c71d302015-04-13 14:11:33 +08004224 if (info->type == X86_IRQ_ALLOC_TYPE_IOAPIC) {
Sebastian Andrzej Siewiorfde65dd2018-03-22 16:22:37 +01004225 struct irq_remap_table *table;
4226 struct amd_iommu *iommu;
4227
4228 table = alloc_irq_table(devid);
4229 if (table) {
4230 if (!table->min_index) {
4231 /*
4232 * Keep the first 32 indexes free for IOAPIC
4233 * interrupts.
4234 */
4235 table->min_index = 32;
4236 iommu = amd_iommu_rlookup_table[devid];
4237 for (i = 0; i < 32; ++i)
4238 iommu->irte_ops->set_allocated(table, i);
4239 }
4240 WARN_ON(table->min_index != 32);
Jiang Liu7c71d302015-04-13 14:11:33 +08004241 index = info->ioapic_pin;
Sebastian Andrzej Siewiorfde65dd2018-03-22 16:22:37 +01004242 } else {
Sebastian Andrzej Siewior29d049b2018-03-22 16:22:42 +01004243 index = -ENOMEM;
Sebastian Andrzej Siewiorfde65dd2018-03-22 16:22:37 +01004244 }
Jiang Liu7c71d302015-04-13 14:11:33 +08004245 } else {
Joerg Roedel53b9ec32017-10-06 12:22:06 +02004246 bool align = (info->type == X86_IRQ_ALLOC_TYPE_MSI);
4247
4248 index = alloc_irq_index(devid, nr_irqs, align);
Jiang Liu7c71d302015-04-13 14:11:33 +08004249 }
4250 if (index < 0) {
4251 pr_warn("Failed to allocate IRTE\n");
Wei Yongjun517abe42016-07-28 02:10:26 +00004252 ret = index;
Jiang Liu7c71d302015-04-13 14:11:33 +08004253 goto out_free_parent;
4254 }
4255
4256 for (i = 0; i < nr_irqs; i++) {
4257 irq_data = irq_domain_get_irq_data(domain, virq + i);
4258 cfg = irqd_cfg(irq_data);
4259 if (!irq_data || !cfg) {
4260 ret = -EINVAL;
4261 goto out_free_data;
4262 }
4263
Joerg Roedela130e692015-08-13 11:07:25 +02004264 ret = -ENOMEM;
4265 data = kzalloc(sizeof(*data), GFP_KERNEL);
4266 if (!data)
4267 goto out_free_data;
4268
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004269 if (!AMD_IOMMU_GUEST_IR_GA(amd_iommu_guest_ir))
4270 data->entry = kzalloc(sizeof(union irte), GFP_KERNEL);
4271 else
4272 data->entry = kzalloc(sizeof(struct irte_ga),
4273 GFP_KERNEL);
4274 if (!data->entry) {
4275 kfree(data);
4276 goto out_free_data;
4277 }
4278
Jiang Liu7c71d302015-04-13 14:11:33 +08004279 irq_data->hwirq = (devid << 16) + i;
4280 irq_data->chip_data = data;
4281 irq_data->chip = &amd_ir_chip;
4282 irq_remapping_prepare_irte(data, cfg, info, devid, index, i);
4283 irq_set_status_flags(virq + i, IRQ_MOVE_PCNTXT);
4284 }
Joerg Roedela130e692015-08-13 11:07:25 +02004285
Jiang Liu7c71d302015-04-13 14:11:33 +08004286 return 0;
4287
4288out_free_data:
4289 for (i--; i >= 0; i--) {
4290 irq_data = irq_domain_get_irq_data(domain, virq + i);
4291 if (irq_data)
4292 kfree(irq_data->chip_data);
4293 }
4294 for (i = 0; i < nr_irqs; i++)
4295 free_irte(devid, index + i);
4296out_free_parent:
4297 irq_domain_free_irqs_common(domain, virq, nr_irqs);
4298 return ret;
4299}
4300
4301static void irq_remapping_free(struct irq_domain *domain, unsigned int virq,
4302 unsigned int nr_irqs)
4303{
4304 struct irq_2_irte *irte_info;
4305 struct irq_data *irq_data;
4306 struct amd_ir_data *data;
4307 int i;
4308
4309 for (i = 0; i < nr_irqs; i++) {
4310 irq_data = irq_domain_get_irq_data(domain, virq + i);
4311 if (irq_data && irq_data->chip_data) {
4312 data = irq_data->chip_data;
4313 irte_info = &data->irq_2_irte;
4314 free_irte(irte_info->devid, irte_info->index);
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004315 kfree(data->entry);
Jiang Liu7c71d302015-04-13 14:11:33 +08004316 kfree(data);
4317 }
4318 }
4319 irq_domain_free_irqs_common(domain, virq, nr_irqs);
4320}
4321
Thomas Gleixner5ba204a2017-09-13 23:29:48 +02004322static void amd_ir_update_irte(struct irq_data *irqd, struct amd_iommu *iommu,
4323 struct amd_ir_data *ir_data,
4324 struct irq_2_irte *irte_info,
4325 struct irq_cfg *cfg);
4326
Thomas Gleixner72491642017-09-13 23:29:10 +02004327static int irq_remapping_activate(struct irq_domain *domain,
Thomas Gleixner702cb0a2017-12-29 16:59:06 +01004328 struct irq_data *irq_data, bool reserve)
Jiang Liu7c71d302015-04-13 14:11:33 +08004329{
4330 struct amd_ir_data *data = irq_data->chip_data;
4331 struct irq_2_irte *irte_info = &data->irq_2_irte;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004332 struct amd_iommu *iommu = amd_iommu_rlookup_table[irte_info->devid];
Thomas Gleixner5ba204a2017-09-13 23:29:48 +02004333 struct irq_cfg *cfg = irqd_cfg(irq_data);
Jiang Liu7c71d302015-04-13 14:11:33 +08004334
Thomas Gleixner5ba204a2017-09-13 23:29:48 +02004335 if (!iommu)
4336 return 0;
4337
4338 iommu->irte_ops->activate(data->entry, irte_info->devid,
4339 irte_info->index);
4340 amd_ir_update_irte(irq_data, iommu, data, irte_info, cfg);
Thomas Gleixner72491642017-09-13 23:29:10 +02004341 return 0;
Jiang Liu7c71d302015-04-13 14:11:33 +08004342}
4343
4344static void irq_remapping_deactivate(struct irq_domain *domain,
4345 struct irq_data *irq_data)
4346{
4347 struct amd_ir_data *data = irq_data->chip_data;
4348 struct irq_2_irte *irte_info = &data->irq_2_irte;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004349 struct amd_iommu *iommu = amd_iommu_rlookup_table[irte_info->devid];
Jiang Liu7c71d302015-04-13 14:11:33 +08004350
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004351 if (iommu)
4352 iommu->irte_ops->deactivate(data->entry, irte_info->devid,
4353 irte_info->index);
Jiang Liu7c71d302015-04-13 14:11:33 +08004354}
4355
Tobias Klausere2f9d452017-05-24 16:31:16 +02004356static const struct irq_domain_ops amd_ir_domain_ops = {
Jiang Liu7c71d302015-04-13 14:11:33 +08004357 .alloc = irq_remapping_alloc,
4358 .free = irq_remapping_free,
4359 .activate = irq_remapping_activate,
4360 .deactivate = irq_remapping_deactivate,
4361};
4362
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05004363static int amd_ir_set_vcpu_affinity(struct irq_data *data, void *vcpu_info)
4364{
4365 struct amd_iommu *iommu;
4366 struct amd_iommu_pi_data *pi_data = vcpu_info;
4367 struct vcpu_data *vcpu_pi_info = pi_data->vcpu_data;
4368 struct amd_ir_data *ir_data = data->chip_data;
4369 struct irte_ga *irte = (struct irte_ga *) ir_data->entry;
4370 struct irq_2_irte *irte_info = &ir_data->irq_2_irte;
Suravee Suthikulpanitd98de492016-08-23 13:52:40 -05004371 struct iommu_dev_data *dev_data = search_dev_data(irte_info->devid);
4372
4373 /* Note:
4374 * This device has never been set up for guest mode.
4375 * we should not modify the IRTE
4376 */
4377 if (!dev_data || !dev_data->use_vapic)
4378 return 0;
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05004379
4380 pi_data->ir_data = ir_data;
4381
4382 /* Note:
4383 * SVM tries to set up for VAPIC mode, but we are in
4384 * legacy mode. So, we force legacy mode instead.
4385 */
4386 if (!AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir)) {
Joerg Roedel101fa032018-11-27 16:22:31 +01004387 pr_debug("%s: Fall back to using intr legacy remap\n",
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05004388 __func__);
4389 pi_data->is_guest_mode = false;
4390 }
4391
4392 iommu = amd_iommu_rlookup_table[irte_info->devid];
4393 if (iommu == NULL)
4394 return -EINVAL;
4395
4396 pi_data->prev_ga_tag = ir_data->cached_ga_tag;
4397 if (pi_data->is_guest_mode) {
4398 /* Setting */
4399 irte->hi.fields.ga_root_ptr = (pi_data->base >> 12);
4400 irte->hi.fields.vector = vcpu_pi_info->vector;
Suravee Suthikulpanitefe6f242017-07-05 21:29:59 -05004401 irte->lo.fields_vapic.ga_log_intr = 1;
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05004402 irte->lo.fields_vapic.guest_mode = 1;
4403 irte->lo.fields_vapic.ga_tag = pi_data->ga_tag;
4404
4405 ir_data->cached_ga_tag = pi_data->ga_tag;
4406 } else {
4407 /* Un-Setting */
4408 struct irq_cfg *cfg = irqd_cfg(data);
4409
4410 irte->hi.val = 0;
4411 irte->lo.val = 0;
4412 irte->hi.fields.vector = cfg->vector;
4413 irte->lo.fields_remap.guest_mode = 0;
Suravee Suthikulpanit90fcffd2018-06-27 10:31:22 -05004414 irte->lo.fields_remap.destination =
4415 APICID_TO_IRTE_DEST_LO(cfg->dest_apicid);
4416 irte->hi.fields.destination =
4417 APICID_TO_IRTE_DEST_HI(cfg->dest_apicid);
Suravee Suthikulpanitb9fc6b52016-08-23 13:52:39 -05004418 irte->lo.fields_remap.int_type = apic->irq_delivery_mode;
4419 irte->lo.fields_remap.dm = apic->irq_dest_mode;
4420
4421 /*
4422 * This communicates the ga_tag back to the caller
4423 * so that it can do all the necessary clean up.
4424 */
4425 ir_data->cached_ga_tag = 0;
4426 }
4427
4428 return modify_irte_ga(irte_info->devid, irte_info->index, irte, ir_data);
4429}
4430
Thomas Gleixner5ba204a2017-09-13 23:29:48 +02004431
4432static void amd_ir_update_irte(struct irq_data *irqd, struct amd_iommu *iommu,
4433 struct amd_ir_data *ir_data,
4434 struct irq_2_irte *irte_info,
4435 struct irq_cfg *cfg)
4436{
4437
4438 /*
4439 * Atomically updates the IRTE with the new destination, vector
4440 * and flushes the interrupt entry cache.
4441 */
4442 iommu->irte_ops->set_affinity(ir_data->entry, irte_info->devid,
4443 irte_info->index, cfg->vector,
4444 cfg->dest_apicid);
4445}
4446
Jiang Liu7c71d302015-04-13 14:11:33 +08004447static int amd_ir_set_affinity(struct irq_data *data,
4448 const struct cpumask *mask, bool force)
4449{
4450 struct amd_ir_data *ir_data = data->chip_data;
4451 struct irq_2_irte *irte_info = &ir_data->irq_2_irte;
4452 struct irq_cfg *cfg = irqd_cfg(data);
4453 struct irq_data *parent = data->parent_data;
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004454 struct amd_iommu *iommu = amd_iommu_rlookup_table[irte_info->devid];
Jiang Liu7c71d302015-04-13 14:11:33 +08004455 int ret;
4456
Suravee Suthikulpanit77bdab42016-08-23 13:52:35 -05004457 if (!iommu)
4458 return -ENODEV;
4459
Jiang Liu7c71d302015-04-13 14:11:33 +08004460 ret = parent->chip->irq_set_affinity(parent, mask, force);
4461 if (ret < 0 || ret == IRQ_SET_MASK_OK_DONE)
4462 return ret;
4463
Thomas Gleixner5ba204a2017-09-13 23:29:48 +02004464 amd_ir_update_irte(data, iommu, ir_data, irte_info, cfg);
Jiang Liu7c71d302015-04-13 14:11:33 +08004465 /*
4466 * After this point, all the interrupts will start arriving
4467 * at the new destination. So, time to cleanup the previous
4468 * vector allocation.
4469 */
Jiang Liuc6c20022015-04-14 10:30:02 +08004470 send_cleanup_vector(cfg);
Jiang Liu7c71d302015-04-13 14:11:33 +08004471
4472 return IRQ_SET_MASK_OK_DONE;
4473}
4474
4475static void ir_compose_msi_msg(struct irq_data *irq_data, struct msi_msg *msg)
4476{
4477 struct amd_ir_data *ir_data = irq_data->chip_data;
4478
4479 *msg = ir_data->msi_entry;
4480}
4481
4482static struct irq_chip amd_ir_chip = {
Thomas Gleixner290be192017-06-20 01:37:02 +02004483 .name = "AMD-IR",
Thomas Gleixner8a2b7d12018-06-04 17:33:56 +02004484 .irq_ack = apic_ack_irq,
Thomas Gleixner290be192017-06-20 01:37:02 +02004485 .irq_set_affinity = amd_ir_set_affinity,
4486 .irq_set_vcpu_affinity = amd_ir_set_vcpu_affinity,
4487 .irq_compose_msi_msg = ir_compose_msi_msg,
Jiang Liu7c71d302015-04-13 14:11:33 +08004488};
4489
4490int amd_iommu_create_irq_domain(struct amd_iommu *iommu)
4491{
Thomas Gleixner3e49a812017-06-20 01:37:12 +02004492 struct fwnode_handle *fn;
4493
4494 fn = irq_domain_alloc_named_id_fwnode("AMD-IR", iommu->index);
4495 if (!fn)
4496 return -ENOMEM;
4497 iommu->ir_domain = irq_domain_create_tree(fn, &amd_ir_domain_ops, iommu);
4498 irq_domain_free_fwnode(fn);
Jiang Liu7c71d302015-04-13 14:11:33 +08004499 if (!iommu->ir_domain)
4500 return -ENOMEM;
4501
4502 iommu->ir_domain->parent = arch_get_ir_parent_domain();
Thomas Gleixner3e49a812017-06-20 01:37:12 +02004503 iommu->msi_domain = arch_create_remap_msi_irq_domain(iommu->ir_domain,
4504 "AMD-IR-MSI",
4505 iommu->index);
Jiang Liu7c71d302015-04-13 14:11:33 +08004506 return 0;
4507}
Suravee Suthikulpanit8dbea3f2016-08-23 13:52:38 -05004508
4509int amd_iommu_update_ga(int cpu, bool is_run, void *data)
4510{
4511 unsigned long flags;
4512 struct amd_iommu *iommu;
Sebastian Andrzej Siewior4fde5412018-03-22 16:22:38 +01004513 struct irq_remap_table *table;
Suravee Suthikulpanit8dbea3f2016-08-23 13:52:38 -05004514 struct amd_ir_data *ir_data = (struct amd_ir_data *)data;
4515 int devid = ir_data->irq_2_irte.devid;
4516 struct irte_ga *entry = (struct irte_ga *) ir_data->entry;
4517 struct irte_ga *ref = (struct irte_ga *) ir_data->ref;
4518
4519 if (!AMD_IOMMU_GUEST_IR_VAPIC(amd_iommu_guest_ir) ||
4520 !ref || !entry || !entry->lo.fields_vapic.guest_mode)
4521 return 0;
4522
4523 iommu = amd_iommu_rlookup_table[devid];
4524 if (!iommu)
4525 return -ENODEV;
4526
Sebastian Andrzej Siewior4fde5412018-03-22 16:22:38 +01004527 table = get_irq_table(devid);
4528 if (!table)
Suravee Suthikulpanit8dbea3f2016-08-23 13:52:38 -05004529 return -ENODEV;
4530
Sebastian Andrzej Siewior4fde5412018-03-22 16:22:38 +01004531 raw_spin_lock_irqsave(&table->lock, flags);
Suravee Suthikulpanit8dbea3f2016-08-23 13:52:38 -05004532
4533 if (ref->lo.fields_vapic.guest_mode) {
Suravee Suthikulpanit90fcffd2018-06-27 10:31:22 -05004534 if (cpu >= 0) {
4535 ref->lo.fields_vapic.destination =
4536 APICID_TO_IRTE_DEST_LO(cpu);
4537 ref->hi.fields.destination =
4538 APICID_TO_IRTE_DEST_HI(cpu);
4539 }
Suravee Suthikulpanit8dbea3f2016-08-23 13:52:38 -05004540 ref->lo.fields_vapic.is_run = is_run;
4541 barrier();
4542 }
4543
Sebastian Andrzej Siewior4fde5412018-03-22 16:22:38 +01004544 raw_spin_unlock_irqrestore(&table->lock, flags);
Suravee Suthikulpanit8dbea3f2016-08-23 13:52:38 -05004545
4546 iommu_flush_irt(iommu, devid);
4547 iommu_completion_wait(iommu);
4548 return 0;
4549}
4550EXPORT_SYMBOL(amd_iommu_update_ga);
Joerg Roedel2b324502012-06-21 16:29:10 +02004551#endif