blob: a27c0db0b5b189ea470bc2ba8ea344ce9efaa3f9 [file] [log] [blame]
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001/*
David Woodhouseea8ea462014-03-05 17:09:32 +00002 * Copyright © 2006-2014 Intel Corporation.
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
David Woodhouseea8ea462014-03-05 17:09:32 +000013 * Authors: David Woodhouse <dwmw2@infradead.org>,
14 * Ashok Raj <ashok.raj@intel.com>,
15 * Shaohua Li <shaohua.li@intel.com>,
16 * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>,
17 * Fenghua Yu <fenghua.yu@intel.com>
Joerg Roedel9f10e5b2015-06-12 09:57:06 +020018 * Joerg Roedel <jroedel@suse.de>
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070019 */
20
Joerg Roedel9f10e5b2015-06-12 09:57:06 +020021#define pr_fmt(fmt) "DMAR: " fmt
Bjorn Helgaas932a6522019-02-08 16:06:00 -060022#define dev_fmt(fmt) pr_fmt(fmt)
Joerg Roedel9f10e5b2015-06-12 09:57:06 +020023
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070024#include <linux/init.h>
25#include <linux/bitmap.h>
mark gross5e0d2a62008-03-04 15:22:08 -080026#include <linux/debugfs.h>
Paul Gortmaker54485c32011-10-29 10:26:25 -040027#include <linux/export.h>
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070028#include <linux/slab.h>
29#include <linux/irq.h>
30#include <linux/interrupt.h>
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070031#include <linux/spinlock.h>
32#include <linux/pci.h>
33#include <linux/dmar.h>
34#include <linux/dma-mapping.h>
35#include <linux/mempool.h>
Jiang Liu75f05562014-02-19 14:07:37 +080036#include <linux/memory.h>
Omer Pelegaa473242016-04-20 11:33:02 +030037#include <linux/cpu.h>
mark gross5e0d2a62008-03-04 15:22:08 -080038#include <linux/timer.h>
Dan Williamsdfddb962015-10-09 18:16:46 -040039#include <linux/io.h>
Kay, Allen M38717942008-09-09 18:37:29 +030040#include <linux/iova.h>
Joerg Roedel5d450802008-12-03 14:52:32 +010041#include <linux/iommu.h>
Kay, Allen M38717942008-09-09 18:37:29 +030042#include <linux/intel-iommu.h>
Rafael J. Wysocki134fac32011-03-23 22:16:14 +010043#include <linux/syscore_ops.h>
Shane Wang69575d32009-09-01 18:25:07 -070044#include <linux/tboot.h>
Stephen Rothwelladb2fe02009-08-31 15:24:23 +100045#include <linux/dmi.h>
Joerg Roedel5cdede22011-04-04 15:55:18 +020046#include <linux/pci-ats.h>
Tejun Heo0ee332c2011-12-08 10:22:09 -080047#include <linux/memblock.h>
Akinobu Mita36746432014-06-04 16:06:51 -070048#include <linux/dma-contiguous.h>
Christoph Hellwigfec777c2018-03-19 11:38:15 +010049#include <linux/dma-direct.h>
Joerg Roedel091d42e2015-06-12 11:56:10 +020050#include <linux/crash_dump.h>
Suresh Siddha8a8f4222012-03-30 11:47:08 -070051#include <asm/irq_remapping.h>
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070052#include <asm/cacheflush.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090053#include <asm/iommu.h>
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070054
Joerg Roedel078e1ee2012-09-26 12:44:43 +020055#include "irq_remapping.h"
Lu Baolu56283172018-07-14 15:46:54 +080056#include "intel-pasid.h"
Joerg Roedel078e1ee2012-09-26 12:44:43 +020057
Fenghua Yu5b6985c2008-10-16 18:02:32 -070058#define ROOT_SIZE VTD_PAGE_SIZE
59#define CONTEXT_SIZE VTD_PAGE_SIZE
60
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070061#define IS_GFX_DEVICE(pdev) ((pdev->class >> 16) == PCI_BASE_CLASS_DISPLAY)
David Woodhouse18436af2015-03-25 15:05:47 +000062#define IS_USB_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_SERIAL_USB)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070063#define IS_ISA_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA)
David Woodhousee0fc7e02009-09-30 09:12:17 -070064#define IS_AZALIA(pdev) ((pdev)->vendor == 0x8086 && (pdev)->device == 0x3a3e)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070065
66#define IOAPIC_RANGE_START (0xfee00000)
67#define IOAPIC_RANGE_END (0xfeefffff)
68#define IOVA_START_ADDR (0x1000)
69
Sohil Mehta5e3b4a12017-12-20 11:59:24 -080070#define DEFAULT_DOMAIN_ADDRESS_WIDTH 57
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070071
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -070072#define MAX_AGAW_WIDTH 64
Jiang Liu5c645b32014-01-06 14:18:12 +080073#define MAX_AGAW_PFN_WIDTH (MAX_AGAW_WIDTH - VTD_PAGE_SHIFT)
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -070074
David Woodhouse2ebe3152009-09-19 07:34:04 -070075#define __DOMAIN_MAX_PFN(gaw) ((((uint64_t)1) << (gaw-VTD_PAGE_SHIFT)) - 1)
76#define __DOMAIN_MAX_ADDR(gaw) ((((uint64_t)1) << gaw) - 1)
77
78/* We limit DOMAIN_MAX_PFN to fit in an unsigned long, and DOMAIN_MAX_ADDR
79 to match. That way, we can use 'unsigned long' for PFNs with impunity. */
80#define DOMAIN_MAX_PFN(gaw) ((unsigned long) min_t(uint64_t, \
81 __DOMAIN_MAX_PFN(gaw), (unsigned long)-1))
82#define DOMAIN_MAX_ADDR(gaw) (((uint64_t)__DOMAIN_MAX_PFN(gaw)) << VTD_PAGE_SHIFT)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -070083
Robin Murphy1b722502015-01-12 17:51:15 +000084/* IO virtual address start page frame number */
85#define IOVA_START_PFN (1)
86
Mark McLoughlinf27be032008-11-20 15:49:43 +000087#define IOVA_PFN(addr) ((addr) >> PAGE_SHIFT)
mark gross5e0d2a62008-03-04 15:22:08 -080088
Andrew Mortondf08cdc2010-09-22 13:05:11 -070089/* page table handling */
90#define LEVEL_STRIDE (9)
91#define LEVEL_MASK (((u64)1 << LEVEL_STRIDE) - 1)
92
Ohad Ben-Cohen6d1c56a2011-11-10 11:32:30 +020093/*
94 * This bitmap is used to advertise the page sizes our hardware support
95 * to the IOMMU core, which will then use this information to split
96 * physically contiguous memory regions it is mapping into page sizes
97 * that we support.
98 *
99 * Traditionally the IOMMU core just handed us the mappings directly,
100 * after making sure the size is an order of a 4KiB page and that the
101 * mapping has natural alignment.
102 *
103 * To retain this behavior, we currently advertise that we support
104 * all page sizes that are an order of 4KiB.
105 *
106 * If at some point we'd like to utilize the IOMMU core's new behavior,
107 * we could change this to advertise the real page sizes we support.
108 */
109#define INTEL_IOMMU_PGSIZES (~0xFFFUL)
110
Andrew Mortondf08cdc2010-09-22 13:05:11 -0700111static inline int agaw_to_level(int agaw)
112{
113 return agaw + 2;
114}
115
116static inline int agaw_to_width(int agaw)
117{
Jiang Liu5c645b32014-01-06 14:18:12 +0800118 return min_t(int, 30 + agaw * LEVEL_STRIDE, MAX_AGAW_WIDTH);
Andrew Mortondf08cdc2010-09-22 13:05:11 -0700119}
120
121static inline int width_to_agaw(int width)
122{
Jiang Liu5c645b32014-01-06 14:18:12 +0800123 return DIV_ROUND_UP(width - 30, LEVEL_STRIDE);
Andrew Mortondf08cdc2010-09-22 13:05:11 -0700124}
125
126static inline unsigned int level_to_offset_bits(int level)
127{
128 return (level - 1) * LEVEL_STRIDE;
129}
130
131static inline int pfn_level_offset(unsigned long pfn, int level)
132{
133 return (pfn >> level_to_offset_bits(level)) & LEVEL_MASK;
134}
135
136static inline unsigned long level_mask(int level)
137{
138 return -1UL << level_to_offset_bits(level);
139}
140
141static inline unsigned long level_size(int level)
142{
143 return 1UL << level_to_offset_bits(level);
144}
145
146static inline unsigned long align_to_level(unsigned long pfn, int level)
147{
148 return (pfn + level_size(level) - 1) & level_mask(level);
149}
David Woodhousefd18de52009-05-10 23:57:41 +0100150
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100151static inline unsigned long lvl_to_nr_pages(unsigned int lvl)
152{
Jiang Liu5c645b32014-01-06 14:18:12 +0800153 return 1 << min_t(int, (lvl - 1) * LEVEL_STRIDE, MAX_AGAW_PFN_WIDTH);
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100154}
155
David Woodhousedd4e8312009-06-27 16:21:20 +0100156/* VT-d pages must always be _smaller_ than MM pages. Otherwise things
157 are never going to work. */
158static inline unsigned long dma_to_mm_pfn(unsigned long dma_pfn)
159{
160 return dma_pfn >> (PAGE_SHIFT - VTD_PAGE_SHIFT);
161}
162
163static inline unsigned long mm_to_dma_pfn(unsigned long mm_pfn)
164{
165 return mm_pfn << (PAGE_SHIFT - VTD_PAGE_SHIFT);
166}
167static inline unsigned long page_to_dma_pfn(struct page *pg)
168{
169 return mm_to_dma_pfn(page_to_pfn(pg));
170}
171static inline unsigned long virt_to_dma_pfn(void *p)
172{
173 return page_to_dma_pfn(virt_to_page(p));
174}
175
Weidong Hand9630fe2008-12-08 11:06:32 +0800176/* global iommu list, set NULL for ignored DMAR units */
177static struct intel_iommu **g_iommus;
178
David Woodhousee0fc7e02009-09-30 09:12:17 -0700179static void __init check_tylersburg_isoch(void);
David Woodhouse9af88142009-02-13 23:18:03 +0000180static int rwbf_quirk;
181
Mark McLoughlin46b08e12008-11-20 15:49:44 +0000182/*
Joseph Cihulab7792602011-05-03 00:08:37 -0700183 * set to 1 to panic kernel if can't successfully enable VT-d
184 * (used when kernel is launched w/ TXT)
185 */
186static int force_on = 0;
Shaohua Libfd20f12017-04-26 09:18:35 -0700187int intel_iommu_tboot_noforce;
Lu Baolu89a60792018-10-23 15:45:01 +0800188static int no_platform_optin;
Joseph Cihulab7792602011-05-03 00:08:37 -0700189
Mark McLoughlin46b08e12008-11-20 15:49:44 +0000190#define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
Mark McLoughlin46b08e12008-11-20 15:49:44 +0000191
Joerg Roedel091d42e2015-06-12 11:56:10 +0200192/*
193 * Take a root_entry and return the Lower Context Table Pointer (LCTP)
194 * if marked present.
195 */
196static phys_addr_t root_entry_lctp(struct root_entry *re)
197{
198 if (!(re->lo & 1))
199 return 0;
Mark McLoughlin46b08e12008-11-20 15:49:44 +0000200
Joerg Roedel091d42e2015-06-12 11:56:10 +0200201 return re->lo & VTD_PAGE_MASK;
202}
203
204/*
205 * Take a root_entry and return the Upper Context Table Pointer (UCTP)
206 * if marked present.
207 */
208static phys_addr_t root_entry_uctp(struct root_entry *re)
209{
210 if (!(re->hi & 1))
211 return 0;
212
213 return re->hi & VTD_PAGE_MASK;
214}
Mark McLoughlin7a8fc252008-11-20 15:49:45 +0000215
Joerg Roedelcf484d02015-06-12 12:21:46 +0200216static inline void context_clear_pasid_enable(struct context_entry *context)
217{
218 context->lo &= ~(1ULL << 11);
219}
220
221static inline bool context_pasid_enabled(struct context_entry *context)
222{
223 return !!(context->lo & (1ULL << 11));
224}
225
226static inline void context_set_copied(struct context_entry *context)
227{
228 context->hi |= (1ull << 3);
229}
230
231static inline bool context_copied(struct context_entry *context)
232{
233 return !!(context->hi & (1ULL << 3));
234}
235
236static inline bool __context_present(struct context_entry *context)
Mark McLoughlinc07e7d22008-11-21 16:54:46 +0000237{
238 return (context->lo & 1);
239}
Joerg Roedelcf484d02015-06-12 12:21:46 +0200240
Sohil Mehta26b86092018-09-11 17:11:36 -0700241bool context_present(struct context_entry *context)
Joerg Roedelcf484d02015-06-12 12:21:46 +0200242{
243 return context_pasid_enabled(context) ?
244 __context_present(context) :
245 __context_present(context) && !context_copied(context);
246}
247
Mark McLoughlinc07e7d22008-11-21 16:54:46 +0000248static inline void context_set_present(struct context_entry *context)
249{
250 context->lo |= 1;
251}
252
253static inline void context_set_fault_enable(struct context_entry *context)
254{
255 context->lo &= (((u64)-1) << 2) | 1;
256}
257
Mark McLoughlinc07e7d22008-11-21 16:54:46 +0000258static inline void context_set_translation_type(struct context_entry *context,
259 unsigned long value)
260{
261 context->lo &= (((u64)-1) << 4) | 3;
262 context->lo |= (value & 3) << 2;
263}
264
265static inline void context_set_address_root(struct context_entry *context,
266 unsigned long value)
267{
Li, Zhen-Hua1a2262f2014-11-05 15:30:19 +0800268 context->lo &= ~VTD_PAGE_MASK;
Mark McLoughlinc07e7d22008-11-21 16:54:46 +0000269 context->lo |= value & VTD_PAGE_MASK;
270}
271
272static inline void context_set_address_width(struct context_entry *context,
273 unsigned long value)
274{
275 context->hi |= value & 7;
276}
277
278static inline void context_set_domain_id(struct context_entry *context,
279 unsigned long value)
280{
281 context->hi |= (value & ((1 << 16) - 1)) << 8;
282}
283
Joerg Roedeldbcd8612015-06-12 12:02:09 +0200284static inline int context_domain_id(struct context_entry *c)
285{
286 return((c->hi >> 8) & 0xffff);
287}
288
Mark McLoughlinc07e7d22008-11-21 16:54:46 +0000289static inline void context_clear_entry(struct context_entry *context)
290{
291 context->lo = 0;
292 context->hi = 0;
293}
Mark McLoughlin7a8fc252008-11-20 15:49:45 +0000294
Mark McLoughlin622ba122008-11-20 15:49:46 +0000295/*
Fenghua Yu2c2e2c32009-06-19 13:47:29 -0700296 * This domain is a statically identity mapping domain.
297 * 1. This domain creats a static 1:1 mapping to all usable memory.
298 * 2. It maps to each iommu if successful.
299 * 3. Each iommu mapps to this domain if successful.
300 */
David Woodhouse19943b02009-08-04 16:19:20 +0100301static struct dmar_domain *si_domain;
302static int hw_pass_through = 1;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -0700303
Joerg Roedel28ccce02015-07-21 14:45:31 +0200304/*
305 * Domain represents a virtual machine, more than one devices
Weidong Han1ce28fe2008-12-08 16:35:39 +0800306 * across iommus may be owned in one domain, e.g. kvm guest.
307 */
Jiang Liuab8dfe22014-07-11 14:19:27 +0800308#define DOMAIN_FLAG_VIRTUAL_MACHINE (1 << 0)
Weidong Han1ce28fe2008-12-08 16:35:39 +0800309
Fenghua Yu2c2e2c32009-06-19 13:47:29 -0700310/* si_domain contains mulitple devices */
Jiang Liuab8dfe22014-07-11 14:19:27 +0800311#define DOMAIN_FLAG_STATIC_IDENTITY (1 << 1)
Fenghua Yu2c2e2c32009-06-19 13:47:29 -0700312
Joerg Roedel29a27712015-07-21 17:17:12 +0200313#define for_each_domain_iommu(idx, domain) \
314 for (idx = 0; idx < g_num_of_iommus; idx++) \
315 if (domain->iommu_refcnt[idx])
316
Jiang Liub94e4112014-02-19 14:07:25 +0800317struct dmar_rmrr_unit {
318 struct list_head list; /* list of rmrr units */
319 struct acpi_dmar_header *hdr; /* ACPI header */
320 u64 base_address; /* reserved base address*/
321 u64 end_address; /* reserved end address */
David Woodhouse832bd852014-03-07 15:08:36 +0000322 struct dmar_dev_scope *devices; /* target devices */
Jiang Liub94e4112014-02-19 14:07:25 +0800323 int devices_cnt; /* target device count */
Eric Auger0659b8d2017-01-19 20:57:53 +0000324 struct iommu_resv_region *resv; /* reserved region handle */
Jiang Liub94e4112014-02-19 14:07:25 +0800325};
326
327struct dmar_atsr_unit {
328 struct list_head list; /* list of ATSR units */
329 struct acpi_dmar_header *hdr; /* ACPI header */
David Woodhouse832bd852014-03-07 15:08:36 +0000330 struct dmar_dev_scope *devices; /* target devices */
Jiang Liub94e4112014-02-19 14:07:25 +0800331 int devices_cnt; /* target device count */
332 u8 include_all:1; /* include all ports */
333};
334
335static LIST_HEAD(dmar_atsr_units);
336static LIST_HEAD(dmar_rmrr_units);
337
338#define for_each_rmrr_units(rmrr) \
339 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
340
mark gross5e0d2a62008-03-04 15:22:08 -0800341/* bitmap for indexing intel_iommus */
mark gross5e0d2a62008-03-04 15:22:08 -0800342static int g_num_of_iommus;
343
Jiang Liu92d03cc2014-02-19 14:07:28 +0800344static void domain_exit(struct dmar_domain *domain);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700345static void domain_remove_dev_info(struct dmar_domain *domain);
Joerg Roedele6de0f82015-07-22 16:30:36 +0200346static void dmar_remove_one_dev_info(struct dmar_domain *domain,
347 struct device *dev);
Joerg Roedel127c7612015-07-23 17:44:46 +0200348static void __dmar_remove_one_dev_info(struct device_domain_info *info);
Joerg Roedel2452d9d2015-07-23 16:20:14 +0200349static void domain_context_clear(struct intel_iommu *iommu,
350 struct device *dev);
Jiang Liu2a46ddf2014-07-11 14:19:30 +0800351static int domain_detach_iommu(struct dmar_domain *domain,
352 struct intel_iommu *iommu);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700353
Suresh Siddhad3f13812011-08-23 17:05:25 -0700354#ifdef CONFIG_INTEL_IOMMU_DEFAULT_ON
Kyle McMartin0cd5c3c2009-02-04 14:29:19 -0800355int dmar_disabled = 0;
356#else
357int dmar_disabled = 1;
Suresh Siddhad3f13812011-08-23 17:05:25 -0700358#endif /*CONFIG_INTEL_IOMMU_DEFAULT_ON*/
Kyle McMartin0cd5c3c2009-02-04 14:29:19 -0800359
Eugeni Dodonov8bc1f852011-11-23 16:42:14 -0200360int intel_iommu_enabled = 0;
361EXPORT_SYMBOL_GPL(intel_iommu_enabled);
362
David Woodhouse2d9e6672010-06-15 10:57:57 +0100363static int dmar_map_gfx = 1;
Keshavamurthy, Anil S7d3b03c2007-10-21 16:41:53 -0700364static int dmar_forcedac;
mark gross5e0d2a62008-03-04 15:22:08 -0800365static int intel_iommu_strict;
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100366static int intel_iommu_superpage = 1;
Lu Baolu765b6a92018-12-10 09:58:55 +0800367static int intel_iommu_sm = 1;
David Woodhouseae853dd2015-09-09 11:58:59 +0100368static int iommu_identity_mapping;
David Woodhousec83b2f22015-06-12 10:15:49 +0100369
David Woodhouseae853dd2015-09-09 11:58:59 +0100370#define IDENTMAP_ALL 1
371#define IDENTMAP_GFX 2
372#define IDENTMAP_AZALIA 4
David Woodhousec83b2f22015-06-12 10:15:49 +0100373
Lu Baolu765b6a92018-12-10 09:58:55 +0800374#define sm_supported(iommu) (intel_iommu_sm && ecap_smts((iommu)->ecap))
375#define pasid_supported(iommu) (sm_supported(iommu) && \
376 ecap_pasid((iommu)->ecap))
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700377
David Woodhousec0771df2011-10-14 20:59:46 +0100378int intel_iommu_gfx_mapped;
379EXPORT_SYMBOL_GPL(intel_iommu_gfx_mapped);
380
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700381#define DUMMY_DEVICE_DOMAIN_INFO ((struct device_domain_info *)(-1))
382static DEFINE_SPINLOCK(device_domain_lock);
383static LIST_HEAD(device_domain_list);
384
Lu Baolu85319dc2018-07-14 15:46:58 +0800385/*
386 * Iterate over elements in device_domain_list and call the specified
Lu Baolu0bbeb012018-12-10 09:58:56 +0800387 * callback @fn against each element.
Lu Baolu85319dc2018-07-14 15:46:58 +0800388 */
389int for_each_device_domain(int (*fn)(struct device_domain_info *info,
390 void *data), void *data)
391{
392 int ret = 0;
Lu Baolu0bbeb012018-12-10 09:58:56 +0800393 unsigned long flags;
Lu Baolu85319dc2018-07-14 15:46:58 +0800394 struct device_domain_info *info;
395
Lu Baolu0bbeb012018-12-10 09:58:56 +0800396 spin_lock_irqsave(&device_domain_lock, flags);
Lu Baolu85319dc2018-07-14 15:46:58 +0800397 list_for_each_entry(info, &device_domain_list, global) {
398 ret = fn(info, data);
Lu Baolu0bbeb012018-12-10 09:58:56 +0800399 if (ret) {
400 spin_unlock_irqrestore(&device_domain_lock, flags);
Lu Baolu85319dc2018-07-14 15:46:58 +0800401 return ret;
Lu Baolu0bbeb012018-12-10 09:58:56 +0800402 }
Lu Baolu85319dc2018-07-14 15:46:58 +0800403 }
Lu Baolu0bbeb012018-12-10 09:58:56 +0800404 spin_unlock_irqrestore(&device_domain_lock, flags);
Lu Baolu85319dc2018-07-14 15:46:58 +0800405
406 return 0;
407}
408
Joerg Roedelb0119e82017-02-01 13:23:08 +0100409const struct iommu_ops intel_iommu_ops;
Joerg Roedela8bcbb0d2008-12-03 15:14:02 +0100410
Joerg Roedel4158c2e2015-06-12 10:14:02 +0200411static bool translation_pre_enabled(struct intel_iommu *iommu)
412{
413 return (iommu->flags & VTD_FLAG_TRANS_PRE_ENABLED);
414}
415
Joerg Roedel091d42e2015-06-12 11:56:10 +0200416static void clear_translation_pre_enabled(struct intel_iommu *iommu)
417{
418 iommu->flags &= ~VTD_FLAG_TRANS_PRE_ENABLED;
419}
420
Joerg Roedel4158c2e2015-06-12 10:14:02 +0200421static void init_translation_status(struct intel_iommu *iommu)
422{
423 u32 gsts;
424
425 gsts = readl(iommu->reg + DMAR_GSTS_REG);
426 if (gsts & DMA_GSTS_TES)
427 iommu->flags |= VTD_FLAG_TRANS_PRE_ENABLED;
428}
429
Joerg Roedel00a77de2015-03-26 13:43:08 +0100430/* Convert generic 'struct iommu_domain to private struct dmar_domain */
431static struct dmar_domain *to_dmar_domain(struct iommu_domain *dom)
432{
433 return container_of(dom, struct dmar_domain, domain);
434}
435
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700436static int __init intel_iommu_setup(char *str)
437{
438 if (!str)
439 return -EINVAL;
440 while (*str) {
Kyle McMartin0cd5c3c2009-02-04 14:29:19 -0800441 if (!strncmp(str, "on", 2)) {
442 dmar_disabled = 0;
Joerg Roedel9f10e5b2015-06-12 09:57:06 +0200443 pr_info("IOMMU enabled\n");
Kyle McMartin0cd5c3c2009-02-04 14:29:19 -0800444 } else if (!strncmp(str, "off", 3)) {
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700445 dmar_disabled = 1;
Lu Baolu89a60792018-10-23 15:45:01 +0800446 no_platform_optin = 1;
Joerg Roedel9f10e5b2015-06-12 09:57:06 +0200447 pr_info("IOMMU disabled\n");
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700448 } else if (!strncmp(str, "igfx_off", 8)) {
449 dmar_map_gfx = 0;
Joerg Roedel9f10e5b2015-06-12 09:57:06 +0200450 pr_info("Disable GFX device mapping\n");
Keshavamurthy, Anil S7d3b03c2007-10-21 16:41:53 -0700451 } else if (!strncmp(str, "forcedac", 8)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +0200452 pr_info("Forcing DAC for PCI devices\n");
Keshavamurthy, Anil S7d3b03c2007-10-21 16:41:53 -0700453 dmar_forcedac = 1;
mark gross5e0d2a62008-03-04 15:22:08 -0800454 } else if (!strncmp(str, "strict", 6)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +0200455 pr_info("Disable batched IOTLB flush\n");
mark gross5e0d2a62008-03-04 15:22:08 -0800456 intel_iommu_strict = 1;
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100457 } else if (!strncmp(str, "sp_off", 6)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +0200458 pr_info("Disable supported super page\n");
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100459 intel_iommu_superpage = 0;
Lu Baolu765b6a92018-12-10 09:58:55 +0800460 } else if (!strncmp(str, "sm_off", 6)) {
461 pr_info("Intel-IOMMU: disable scalable mode support\n");
462 intel_iommu_sm = 0;
Shaohua Libfd20f12017-04-26 09:18:35 -0700463 } else if (!strncmp(str, "tboot_noforce", 13)) {
464 printk(KERN_INFO
465 "Intel-IOMMU: not forcing on after tboot. This could expose security risk for tboot\n");
466 intel_iommu_tboot_noforce = 1;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700467 }
468
469 str += strcspn(str, ",");
470 while (*str == ',')
471 str++;
472 }
473 return 0;
474}
475__setup("intel_iommu=", intel_iommu_setup);
476
477static struct kmem_cache *iommu_domain_cache;
478static struct kmem_cache *iommu_devinfo_cache;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700479
Joerg Roedel9452d5b2015-07-21 10:00:56 +0200480static struct dmar_domain* get_iommu_domain(struct intel_iommu *iommu, u16 did)
481{
Joerg Roedel8bf47812015-07-21 10:41:21 +0200482 struct dmar_domain **domains;
483 int idx = did >> 8;
484
485 domains = iommu->domains[idx];
486 if (!domains)
487 return NULL;
488
489 return domains[did & 0xff];
Joerg Roedel9452d5b2015-07-21 10:00:56 +0200490}
491
492static void set_iommu_domain(struct intel_iommu *iommu, u16 did,
493 struct dmar_domain *domain)
494{
Joerg Roedel8bf47812015-07-21 10:41:21 +0200495 struct dmar_domain **domains;
496 int idx = did >> 8;
497
498 if (!iommu->domains[idx]) {
499 size_t size = 256 * sizeof(struct dmar_domain *);
500 iommu->domains[idx] = kzalloc(size, GFP_ATOMIC);
501 }
502
503 domains = iommu->domains[idx];
504 if (WARN_ON(!domains))
505 return;
506 else
507 domains[did & 0xff] = domain;
Joerg Roedel9452d5b2015-07-21 10:00:56 +0200508}
509
Lu Baolu9ddbfb42018-07-14 15:46:57 +0800510void *alloc_pgtable_page(int node)
Keshavamurthy, Anil Seb3fa7c2007-10-21 16:41:52 -0700511{
Suresh Siddha4c923d42009-10-02 11:01:24 -0700512 struct page *page;
513 void *vaddr = NULL;
Keshavamurthy, Anil Seb3fa7c2007-10-21 16:41:52 -0700514
Suresh Siddha4c923d42009-10-02 11:01:24 -0700515 page = alloc_pages_node(node, GFP_ATOMIC | __GFP_ZERO, 0);
516 if (page)
517 vaddr = page_address(page);
Keshavamurthy, Anil Seb3fa7c2007-10-21 16:41:52 -0700518 return vaddr;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700519}
520
Lu Baolu9ddbfb42018-07-14 15:46:57 +0800521void free_pgtable_page(void *vaddr)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700522{
523 free_page((unsigned long)vaddr);
524}
525
526static inline void *alloc_domain_mem(void)
527{
KOSAKI Motohiro354bb652009-11-17 16:21:09 +0900528 return kmem_cache_alloc(iommu_domain_cache, GFP_ATOMIC);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700529}
530
Kay, Allen M38717942008-09-09 18:37:29 +0300531static void free_domain_mem(void *vaddr)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700532{
533 kmem_cache_free(iommu_domain_cache, vaddr);
534}
535
536static inline void * alloc_devinfo_mem(void)
537{
KOSAKI Motohiro354bb652009-11-17 16:21:09 +0900538 return kmem_cache_alloc(iommu_devinfo_cache, GFP_ATOMIC);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700539}
540
541static inline void free_devinfo_mem(void *vaddr)
542{
543 kmem_cache_free(iommu_devinfo_cache, vaddr);
544}
545
Jiang Liuab8dfe22014-07-11 14:19:27 +0800546static inline int domain_type_is_vm(struct dmar_domain *domain)
547{
548 return domain->flags & DOMAIN_FLAG_VIRTUAL_MACHINE;
549}
550
Joerg Roedel28ccce02015-07-21 14:45:31 +0200551static inline int domain_type_is_si(struct dmar_domain *domain)
552{
553 return domain->flags & DOMAIN_FLAG_STATIC_IDENTITY;
554}
555
Jiang Liuab8dfe22014-07-11 14:19:27 +0800556static inline int domain_type_is_vm_or_si(struct dmar_domain *domain)
557{
558 return domain->flags & (DOMAIN_FLAG_VIRTUAL_MACHINE |
559 DOMAIN_FLAG_STATIC_IDENTITY);
560}
Weidong Han1b573682008-12-08 15:34:06 +0800561
Jiang Liu162d1b12014-07-11 14:19:35 +0800562static inline int domain_pfn_supported(struct dmar_domain *domain,
563 unsigned long pfn)
564{
565 int addr_width = agaw_to_width(domain->agaw) - VTD_PAGE_SHIFT;
566
567 return !(addr_width < BITS_PER_LONG && pfn >> addr_width);
568}
569
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -0700570static int __iommu_calculate_agaw(struct intel_iommu *iommu, int max_gaw)
Weidong Han1b573682008-12-08 15:34:06 +0800571{
572 unsigned long sagaw;
573 int agaw = -1;
574
575 sagaw = cap_sagaw(iommu->cap);
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -0700576 for (agaw = width_to_agaw(max_gaw);
Weidong Han1b573682008-12-08 15:34:06 +0800577 agaw >= 0; agaw--) {
578 if (test_bit(agaw, &sagaw))
579 break;
580 }
581
582 return agaw;
583}
584
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -0700585/*
586 * Calculate max SAGAW for each iommu.
587 */
588int iommu_calculate_max_sagaw(struct intel_iommu *iommu)
589{
590 return __iommu_calculate_agaw(iommu, MAX_AGAW_WIDTH);
591}
592
593/*
594 * calculate agaw for each iommu.
595 * "SAGAW" may be different across iommus, use a default agaw, and
596 * get a supported less agaw for iommus that don't support the default agaw.
597 */
598int iommu_calculate_agaw(struct intel_iommu *iommu)
599{
600 return __iommu_calculate_agaw(iommu, DEFAULT_DOMAIN_ADDRESS_WIDTH);
601}
602
Fenghua Yu2c2e2c32009-06-19 13:47:29 -0700603/* This functionin only returns single iommu in a domain */
Lu Baolu9ddbfb42018-07-14 15:46:57 +0800604struct intel_iommu *domain_get_iommu(struct dmar_domain *domain)
Weidong Han8c11e792008-12-08 15:29:22 +0800605{
606 int iommu_id;
607
Fenghua Yu2c2e2c32009-06-19 13:47:29 -0700608 /* si_domain and vm domain should not get here. */
Jiang Liuab8dfe22014-07-11 14:19:27 +0800609 BUG_ON(domain_type_is_vm_or_si(domain));
Joerg Roedel29a27712015-07-21 17:17:12 +0200610 for_each_domain_iommu(iommu_id, domain)
611 break;
612
Weidong Han8c11e792008-12-08 15:29:22 +0800613 if (iommu_id < 0 || iommu_id >= g_num_of_iommus)
614 return NULL;
615
616 return g_iommus[iommu_id];
617}
618
Weidong Han8e6040972008-12-08 15:49:06 +0800619static void domain_update_iommu_coherency(struct dmar_domain *domain)
620{
David Woodhoused0501962014-03-11 17:10:29 -0700621 struct dmar_drhd_unit *drhd;
622 struct intel_iommu *iommu;
Quentin Lambert2f119c72015-02-06 10:59:53 +0100623 bool found = false;
624 int i;
Weidong Han8e6040972008-12-08 15:49:06 +0800625
David Woodhoused0501962014-03-11 17:10:29 -0700626 domain->iommu_coherency = 1;
Weidong Han8e6040972008-12-08 15:49:06 +0800627
Joerg Roedel29a27712015-07-21 17:17:12 +0200628 for_each_domain_iommu(i, domain) {
Quentin Lambert2f119c72015-02-06 10:59:53 +0100629 found = true;
Weidong Han8e6040972008-12-08 15:49:06 +0800630 if (!ecap_coherent(g_iommus[i]->ecap)) {
631 domain->iommu_coherency = 0;
632 break;
633 }
Weidong Han8e6040972008-12-08 15:49:06 +0800634 }
David Woodhoused0501962014-03-11 17:10:29 -0700635 if (found)
636 return;
637
638 /* No hardware attached; use lowest common denominator */
639 rcu_read_lock();
640 for_each_active_iommu(iommu, drhd) {
641 if (!ecap_coherent(iommu->ecap)) {
642 domain->iommu_coherency = 0;
643 break;
644 }
645 }
646 rcu_read_unlock();
Weidong Han8e6040972008-12-08 15:49:06 +0800647}
648
Jiang Liu161f6932014-07-11 14:19:37 +0800649static int domain_update_iommu_snooping(struct intel_iommu *skip)
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100650{
Allen Kay8140a952011-10-14 12:32:17 -0700651 struct dmar_drhd_unit *drhd;
Jiang Liu161f6932014-07-11 14:19:37 +0800652 struct intel_iommu *iommu;
653 int ret = 1;
654
655 rcu_read_lock();
656 for_each_active_iommu(iommu, drhd) {
657 if (iommu != skip) {
658 if (!ecap_sc_support(iommu->ecap)) {
659 ret = 0;
660 break;
661 }
662 }
663 }
664 rcu_read_unlock();
665
666 return ret;
667}
668
669static int domain_update_iommu_superpage(struct intel_iommu *skip)
670{
671 struct dmar_drhd_unit *drhd;
672 struct intel_iommu *iommu;
Allen Kay8140a952011-10-14 12:32:17 -0700673 int mask = 0xf;
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100674
675 if (!intel_iommu_superpage) {
Jiang Liu161f6932014-07-11 14:19:37 +0800676 return 0;
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100677 }
678
Allen Kay8140a952011-10-14 12:32:17 -0700679 /* set iommu_superpage to the smallest common denominator */
Jiang Liu0e2426122014-02-19 14:07:34 +0800680 rcu_read_lock();
Allen Kay8140a952011-10-14 12:32:17 -0700681 for_each_active_iommu(iommu, drhd) {
Jiang Liu161f6932014-07-11 14:19:37 +0800682 if (iommu != skip) {
683 mask &= cap_super_page_val(iommu->cap);
684 if (!mask)
685 break;
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100686 }
687 }
Jiang Liu0e2426122014-02-19 14:07:34 +0800688 rcu_read_unlock();
689
Jiang Liu161f6932014-07-11 14:19:37 +0800690 return fls(mask);
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100691}
692
Sheng Yang58c610b2009-03-18 15:33:05 +0800693/* Some capabilities may be different across iommus */
694static void domain_update_iommu_cap(struct dmar_domain *domain)
695{
696 domain_update_iommu_coherency(domain);
Jiang Liu161f6932014-07-11 14:19:37 +0800697 domain->iommu_snooping = domain_update_iommu_snooping(NULL);
698 domain->iommu_superpage = domain_update_iommu_superpage(NULL);
Sheng Yang58c610b2009-03-18 15:33:05 +0800699}
700
Sohil Mehta26b86092018-09-11 17:11:36 -0700701struct context_entry *iommu_context_addr(struct intel_iommu *iommu, u8 bus,
702 u8 devfn, int alloc)
David Woodhouse03ecc322015-02-13 14:35:21 +0000703{
704 struct root_entry *root = &iommu->root_entry[bus];
705 struct context_entry *context;
706 u64 *entry;
707
Joerg Roedel4df4eab2015-08-25 10:54:28 +0200708 entry = &root->lo;
Lu Baolu765b6a92018-12-10 09:58:55 +0800709 if (sm_supported(iommu)) {
David Woodhouse03ecc322015-02-13 14:35:21 +0000710 if (devfn >= 0x80) {
711 devfn -= 0x80;
712 entry = &root->hi;
713 }
714 devfn *= 2;
715 }
David Woodhouse03ecc322015-02-13 14:35:21 +0000716 if (*entry & 1)
717 context = phys_to_virt(*entry & VTD_PAGE_MASK);
718 else {
719 unsigned long phy_addr;
720 if (!alloc)
721 return NULL;
722
723 context = alloc_pgtable_page(iommu->node);
724 if (!context)
725 return NULL;
726
727 __iommu_flush_cache(iommu, (void *)context, CONTEXT_SIZE);
728 phy_addr = virt_to_phys((void *)context);
729 *entry = phy_addr | 1;
730 __iommu_flush_cache(iommu, entry, sizeof(*entry));
731 }
732 return &context[devfn];
733}
734
David Woodhouse4ed6a542015-05-11 14:59:20 +0100735static int iommu_dummy(struct device *dev)
736{
737 return dev->archdata.iommu == DUMMY_DEVICE_DOMAIN_INFO;
738}
739
David Woodhouse156baca2014-03-09 14:00:57 -0700740static struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn)
Weidong Hanc7151a82008-12-08 22:51:37 +0800741{
742 struct dmar_drhd_unit *drhd = NULL;
Jiang Liub683b232014-02-19 14:07:32 +0800743 struct intel_iommu *iommu;
David Woodhouse156baca2014-03-09 14:00:57 -0700744 struct device *tmp;
745 struct pci_dev *ptmp, *pdev = NULL;
Yijing Wangaa4d0662014-05-26 20:14:06 +0800746 u16 segment = 0;
Weidong Hanc7151a82008-12-08 22:51:37 +0800747 int i;
748
David Woodhouse4ed6a542015-05-11 14:59:20 +0100749 if (iommu_dummy(dev))
750 return NULL;
751
David Woodhouse156baca2014-03-09 14:00:57 -0700752 if (dev_is_pci(dev)) {
Ashok Raj1c387182016-10-21 15:32:05 -0700753 struct pci_dev *pf_pdev;
754
David Woodhouse156baca2014-03-09 14:00:57 -0700755 pdev = to_pci_dev(dev);
Jon Derrick5823e332017-08-30 15:05:59 -0600756
757#ifdef CONFIG_X86
758 /* VMD child devices currently cannot be handled individually */
759 if (is_vmd(pdev->bus))
760 return NULL;
761#endif
762
Ashok Raj1c387182016-10-21 15:32:05 -0700763 /* VFs aren't listed in scope tables; we need to look up
764 * the PF instead to find the IOMMU. */
765 pf_pdev = pci_physfn(pdev);
766 dev = &pf_pdev->dev;
David Woodhouse156baca2014-03-09 14:00:57 -0700767 segment = pci_domain_nr(pdev->bus);
Rafael J. Wysockica5b74d2015-03-16 23:49:08 +0100768 } else if (has_acpi_companion(dev))
David Woodhouse156baca2014-03-09 14:00:57 -0700769 dev = &ACPI_COMPANION(dev)->dev;
770
Jiang Liu0e2426122014-02-19 14:07:34 +0800771 rcu_read_lock();
Jiang Liub683b232014-02-19 14:07:32 +0800772 for_each_active_iommu(iommu, drhd) {
David Woodhouse156baca2014-03-09 14:00:57 -0700773 if (pdev && segment != drhd->segment)
David Woodhouse276dbf992009-04-04 01:45:37 +0100774 continue;
Weidong Hanc7151a82008-12-08 22:51:37 +0800775
Jiang Liub683b232014-02-19 14:07:32 +0800776 for_each_active_dev_scope(drhd->devices,
David Woodhouse156baca2014-03-09 14:00:57 -0700777 drhd->devices_cnt, i, tmp) {
778 if (tmp == dev) {
Ashok Raj1c387182016-10-21 15:32:05 -0700779 /* For a VF use its original BDF# not that of the PF
780 * which we used for the IOMMU lookup. Strictly speaking
781 * we could do this for all PCI devices; we only need to
782 * get the BDF# from the scope table for ACPI matches. */
Koos Vriezen5003ae12017-03-01 21:02:50 +0100783 if (pdev && pdev->is_virtfn)
Ashok Raj1c387182016-10-21 15:32:05 -0700784 goto got_pdev;
785
David Woodhouse156baca2014-03-09 14:00:57 -0700786 *bus = drhd->devices[i].bus;
787 *devfn = drhd->devices[i].devfn;
788 goto out;
789 }
790
791 if (!pdev || !dev_is_pci(tmp))
David Woodhouse832bd852014-03-07 15:08:36 +0000792 continue;
David Woodhouse156baca2014-03-09 14:00:57 -0700793
794 ptmp = to_pci_dev(tmp);
795 if (ptmp->subordinate &&
796 ptmp->subordinate->number <= pdev->bus->number &&
797 ptmp->subordinate->busn_res.end >= pdev->bus->number)
798 goto got_pdev;
David Woodhouse924b6232009-04-04 00:39:25 +0100799 }
Weidong Hanc7151a82008-12-08 22:51:37 +0800800
David Woodhouse156baca2014-03-09 14:00:57 -0700801 if (pdev && drhd->include_all) {
802 got_pdev:
803 *bus = pdev->bus->number;
804 *devfn = pdev->devfn;
Jiang Liub683b232014-02-19 14:07:32 +0800805 goto out;
David Woodhouse156baca2014-03-09 14:00:57 -0700806 }
Weidong Hanc7151a82008-12-08 22:51:37 +0800807 }
Jiang Liub683b232014-02-19 14:07:32 +0800808 iommu = NULL;
David Woodhouse156baca2014-03-09 14:00:57 -0700809 out:
Jiang Liu0e2426122014-02-19 14:07:34 +0800810 rcu_read_unlock();
Weidong Hanc7151a82008-12-08 22:51:37 +0800811
Jiang Liub683b232014-02-19 14:07:32 +0800812 return iommu;
Weidong Hanc7151a82008-12-08 22:51:37 +0800813}
814
Weidong Han5331fe62008-12-08 23:00:00 +0800815static void domain_flush_cache(struct dmar_domain *domain,
816 void *addr, int size)
817{
818 if (!domain->iommu_coherency)
819 clflush_cache_range(addr, size);
820}
821
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700822static int device_context_mapped(struct intel_iommu *iommu, u8 bus, u8 devfn)
823{
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700824 struct context_entry *context;
David Woodhouse03ecc322015-02-13 14:35:21 +0000825 int ret = 0;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700826 unsigned long flags;
827
828 spin_lock_irqsave(&iommu->lock, flags);
David Woodhouse03ecc322015-02-13 14:35:21 +0000829 context = iommu_context_addr(iommu, bus, devfn, 0);
830 if (context)
831 ret = context_present(context);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700832 spin_unlock_irqrestore(&iommu->lock, flags);
833 return ret;
834}
835
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700836static void free_context_table(struct intel_iommu *iommu)
837{
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700838 int i;
839 unsigned long flags;
840 struct context_entry *context;
841
842 spin_lock_irqsave(&iommu->lock, flags);
843 if (!iommu->root_entry) {
844 goto out;
845 }
846 for (i = 0; i < ROOT_ENTRY_NR; i++) {
David Woodhouse03ecc322015-02-13 14:35:21 +0000847 context = iommu_context_addr(iommu, i, 0, 0);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700848 if (context)
849 free_pgtable_page(context);
David Woodhouse03ecc322015-02-13 14:35:21 +0000850
Lu Baolu765b6a92018-12-10 09:58:55 +0800851 if (!sm_supported(iommu))
David Woodhouse03ecc322015-02-13 14:35:21 +0000852 continue;
853
854 context = iommu_context_addr(iommu, i, 0x80, 0);
855 if (context)
856 free_pgtable_page(context);
857
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700858 }
859 free_pgtable_page(iommu->root_entry);
860 iommu->root_entry = NULL;
861out:
862 spin_unlock_irqrestore(&iommu->lock, flags);
863}
864
David Woodhouseb026fd22009-06-28 10:37:25 +0100865static struct dma_pte *pfn_to_dma_pte(struct dmar_domain *domain,
David Woodhouse5cf0a762014-03-19 16:07:49 +0000866 unsigned long pfn, int *target_level)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700867{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -0600868 struct dma_pte *parent, *pte;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700869 int level = agaw_to_level(domain->agaw);
Allen Kay4399c8b2011-10-14 12:32:46 -0700870 int offset;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700871
872 BUG_ON(!domain->pgd);
Julian Stecklinaf9423602013-10-09 10:03:52 +0200873
Jiang Liu162d1b12014-07-11 14:19:35 +0800874 if (!domain_pfn_supported(domain, pfn))
Julian Stecklinaf9423602013-10-09 10:03:52 +0200875 /* Address beyond IOMMU's addressing capabilities. */
876 return NULL;
877
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700878 parent = domain->pgd;
879
David Woodhouse5cf0a762014-03-19 16:07:49 +0000880 while (1) {
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700881 void *tmp_page;
882
David Woodhouseb026fd22009-06-28 10:37:25 +0100883 offset = pfn_level_offset(pfn, level);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700884 pte = &parent[offset];
David Woodhouse5cf0a762014-03-19 16:07:49 +0000885 if (!*target_level && (dma_pte_superpage(pte) || !dma_pte_present(pte)))
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100886 break;
David Woodhouse5cf0a762014-03-19 16:07:49 +0000887 if (level == *target_level)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700888 break;
889
Mark McLoughlin19c239c2008-11-21 16:56:53 +0000890 if (!dma_pte_present(pte)) {
David Woodhousec85994e2009-07-01 19:21:24 +0100891 uint64_t pteval;
892
Suresh Siddha4c923d42009-10-02 11:01:24 -0700893 tmp_page = alloc_pgtable_page(domain->nid);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700894
David Woodhouse206a73c2009-07-01 19:30:28 +0100895 if (!tmp_page)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700896 return NULL;
David Woodhouse206a73c2009-07-01 19:30:28 +0100897
David Woodhousec85994e2009-07-01 19:21:24 +0100898 domain_flush_cache(domain, tmp_page, VTD_PAGE_SIZE);
Benjamin LaHaise64de5af2009-09-16 21:05:55 -0400899 pteval = ((uint64_t)virt_to_dma_pfn(tmp_page) << VTD_PAGE_SHIFT) | DMA_PTE_READ | DMA_PTE_WRITE;
Yijing Wangeffad4b2014-05-26 20:13:47 +0800900 if (cmpxchg64(&pte->val, 0ULL, pteval))
David Woodhousec85994e2009-07-01 19:21:24 +0100901 /* Someone else set it while we were thinking; use theirs. */
902 free_pgtable_page(tmp_page);
Yijing Wangeffad4b2014-05-26 20:13:47 +0800903 else
David Woodhousec85994e2009-07-01 19:21:24 +0100904 domain_flush_cache(domain, pte, sizeof(*pte));
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700905 }
David Woodhouse5cf0a762014-03-19 16:07:49 +0000906 if (level == 1)
907 break;
908
Mark McLoughlin19c239c2008-11-21 16:56:53 +0000909 parent = phys_to_virt(dma_pte_addr(pte));
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700910 level--;
911 }
912
David Woodhouse5cf0a762014-03-19 16:07:49 +0000913 if (!*target_level)
914 *target_level = level;
915
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700916 return pte;
917}
918
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100919
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700920/* return address's pte at specific level */
David Woodhouse90dcfb52009-06-27 17:14:59 +0100921static struct dma_pte *dma_pfn_level_pte(struct dmar_domain *domain,
922 unsigned long pfn,
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100923 int level, int *large_page)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700924{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -0600925 struct dma_pte *parent, *pte;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700926 int total = agaw_to_level(domain->agaw);
927 int offset;
928
929 parent = domain->pgd;
930 while (level <= total) {
David Woodhouse90dcfb52009-06-27 17:14:59 +0100931 offset = pfn_level_offset(pfn, total);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700932 pte = &parent[offset];
933 if (level == total)
934 return pte;
935
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100936 if (!dma_pte_present(pte)) {
937 *large_page = total;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700938 break;
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100939 }
940
Yijing Wange16922a2014-05-20 20:37:51 +0800941 if (dma_pte_superpage(pte)) {
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100942 *large_page = total;
943 return pte;
944 }
945
Mark McLoughlin19c239c2008-11-21 16:56:53 +0000946 parent = phys_to_virt(dma_pte_addr(pte));
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700947 total--;
948 }
949 return NULL;
950}
951
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700952/* clear last level pte, a tlb flush should be followed */
David Woodhouse5cf0a762014-03-19 16:07:49 +0000953static void dma_pte_clear_range(struct dmar_domain *domain,
David Woodhouse595badf52009-06-27 22:09:11 +0100954 unsigned long start_pfn,
955 unsigned long last_pfn)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700956{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -0600957 unsigned int large_page;
David Woodhouse310a5ab2009-06-28 18:52:20 +0100958 struct dma_pte *first_pte, *pte;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700959
Jiang Liu162d1b12014-07-11 14:19:35 +0800960 BUG_ON(!domain_pfn_supported(domain, start_pfn));
961 BUG_ON(!domain_pfn_supported(domain, last_pfn));
David Woodhouse59c36282009-09-19 07:36:28 -0700962 BUG_ON(start_pfn > last_pfn);
David Woodhouse66eae842009-06-27 19:00:32 +0100963
David Woodhouse04b18e62009-06-27 19:15:01 +0100964 /* we don't need lock here; nobody else touches the iova range */
David Woodhouse59c36282009-09-19 07:36:28 -0700965 do {
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100966 large_page = 1;
967 first_pte = pte = dma_pfn_level_pte(domain, start_pfn, 1, &large_page);
David Woodhouse310a5ab2009-06-28 18:52:20 +0100968 if (!pte) {
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100969 start_pfn = align_to_level(start_pfn + 1, large_page + 1);
David Woodhouse310a5ab2009-06-28 18:52:20 +0100970 continue;
971 }
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100972 do {
David Woodhouse310a5ab2009-06-28 18:52:20 +0100973 dma_clear_pte(pte);
Youquan Song6dd9a7c2011-05-25 19:13:49 +0100974 start_pfn += lvl_to_nr_pages(large_page);
David Woodhouse310a5ab2009-06-28 18:52:20 +0100975 pte++;
David Woodhouse75e6bf92009-07-02 11:21:16 +0100976 } while (start_pfn <= last_pfn && !first_pte_in_page(pte));
977
David Woodhouse310a5ab2009-06-28 18:52:20 +0100978 domain_flush_cache(domain, first_pte,
979 (void *)pte - (void *)first_pte);
David Woodhouse59c36282009-09-19 07:36:28 -0700980
981 } while (start_pfn && start_pfn <= last_pfn);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -0700982}
983
Alex Williamson3269ee02013-06-15 10:27:19 -0600984static void dma_pte_free_level(struct dmar_domain *domain, int level,
David Dillowbc24c572017-06-28 19:42:23 -0700985 int retain_level, struct dma_pte *pte,
986 unsigned long pfn, unsigned long start_pfn,
987 unsigned long last_pfn)
Alex Williamson3269ee02013-06-15 10:27:19 -0600988{
989 pfn = max(start_pfn, pfn);
990 pte = &pte[pfn_level_offset(pfn, level)];
991
992 do {
993 unsigned long level_pfn;
994 struct dma_pte *level_pte;
995
996 if (!dma_pte_present(pte) || dma_pte_superpage(pte))
997 goto next;
998
David Dillowf7116e12017-01-30 19:11:11 -0800999 level_pfn = pfn & level_mask(level);
Alex Williamson3269ee02013-06-15 10:27:19 -06001000 level_pte = phys_to_virt(dma_pte_addr(pte));
1001
David Dillowbc24c572017-06-28 19:42:23 -07001002 if (level > 2) {
1003 dma_pte_free_level(domain, level - 1, retain_level,
1004 level_pte, level_pfn, start_pfn,
1005 last_pfn);
1006 }
Alex Williamson3269ee02013-06-15 10:27:19 -06001007
David Dillowbc24c572017-06-28 19:42:23 -07001008 /*
1009 * Free the page table if we're below the level we want to
1010 * retain and the range covers the entire table.
1011 */
1012 if (level < retain_level && !(start_pfn > level_pfn ||
Alex Williamson08336fd2014-01-21 15:48:18 -08001013 last_pfn < level_pfn + level_size(level) - 1)) {
Alex Williamson3269ee02013-06-15 10:27:19 -06001014 dma_clear_pte(pte);
1015 domain_flush_cache(domain, pte, sizeof(*pte));
1016 free_pgtable_page(level_pte);
1017 }
1018next:
1019 pfn += level_size(level);
1020 } while (!first_pte_in_page(++pte) && pfn <= last_pfn);
1021}
1022
David Dillowbc24c572017-06-28 19:42:23 -07001023/*
1024 * clear last level (leaf) ptes and free page table pages below the
1025 * level we wish to keep intact.
1026 */
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001027static void dma_pte_free_pagetable(struct dmar_domain *domain,
David Woodhoused794dc92009-06-28 00:27:49 +01001028 unsigned long start_pfn,
David Dillowbc24c572017-06-28 19:42:23 -07001029 unsigned long last_pfn,
1030 int retain_level)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001031{
Jiang Liu162d1b12014-07-11 14:19:35 +08001032 BUG_ON(!domain_pfn_supported(domain, start_pfn));
1033 BUG_ON(!domain_pfn_supported(domain, last_pfn));
David Woodhouse59c36282009-09-19 07:36:28 -07001034 BUG_ON(start_pfn > last_pfn);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001035
Jiang Liud41a4ad2014-07-11 14:19:34 +08001036 dma_pte_clear_range(domain, start_pfn, last_pfn);
1037
David Woodhousef3a0a522009-06-30 03:40:07 +01001038 /* We don't need lock here; nobody else touches the iova range */
David Dillowbc24c572017-06-28 19:42:23 -07001039 dma_pte_free_level(domain, agaw_to_level(domain->agaw), retain_level,
Alex Williamson3269ee02013-06-15 10:27:19 -06001040 domain->pgd, 0, start_pfn, last_pfn);
David Woodhouse6660c632009-06-27 22:41:00 +01001041
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001042 /* free pgd */
David Woodhoused794dc92009-06-28 00:27:49 +01001043 if (start_pfn == 0 && last_pfn == DOMAIN_MAX_PFN(domain->gaw)) {
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001044 free_pgtable_page(domain->pgd);
1045 domain->pgd = NULL;
1046 }
1047}
1048
David Woodhouseea8ea462014-03-05 17:09:32 +00001049/* When a page at a given level is being unlinked from its parent, we don't
1050 need to *modify* it at all. All we need to do is make a list of all the
1051 pages which can be freed just as soon as we've flushed the IOTLB and we
1052 know the hardware page-walk will no longer touch them.
1053 The 'pte' argument is the *parent* PTE, pointing to the page that is to
1054 be freed. */
1055static struct page *dma_pte_list_pagetables(struct dmar_domain *domain,
1056 int level, struct dma_pte *pte,
1057 struct page *freelist)
1058{
1059 struct page *pg;
1060
1061 pg = pfn_to_page(dma_pte_addr(pte) >> PAGE_SHIFT);
1062 pg->freelist = freelist;
1063 freelist = pg;
1064
1065 if (level == 1)
1066 return freelist;
1067
Jiang Liuadeb2592014-04-09 10:20:39 +08001068 pte = page_address(pg);
1069 do {
David Woodhouseea8ea462014-03-05 17:09:32 +00001070 if (dma_pte_present(pte) && !dma_pte_superpage(pte))
1071 freelist = dma_pte_list_pagetables(domain, level - 1,
1072 pte, freelist);
Jiang Liuadeb2592014-04-09 10:20:39 +08001073 pte++;
1074 } while (!first_pte_in_page(pte));
David Woodhouseea8ea462014-03-05 17:09:32 +00001075
1076 return freelist;
1077}
1078
1079static struct page *dma_pte_clear_level(struct dmar_domain *domain, int level,
1080 struct dma_pte *pte, unsigned long pfn,
1081 unsigned long start_pfn,
1082 unsigned long last_pfn,
1083 struct page *freelist)
1084{
1085 struct dma_pte *first_pte = NULL, *last_pte = NULL;
1086
1087 pfn = max(start_pfn, pfn);
1088 pte = &pte[pfn_level_offset(pfn, level)];
1089
1090 do {
1091 unsigned long level_pfn;
1092
1093 if (!dma_pte_present(pte))
1094 goto next;
1095
1096 level_pfn = pfn & level_mask(level);
1097
1098 /* If range covers entire pagetable, free it */
1099 if (start_pfn <= level_pfn &&
1100 last_pfn >= level_pfn + level_size(level) - 1) {
1101 /* These suborbinate page tables are going away entirely. Don't
1102 bother to clear them; we're just going to *free* them. */
1103 if (level > 1 && !dma_pte_superpage(pte))
1104 freelist = dma_pte_list_pagetables(domain, level - 1, pte, freelist);
1105
1106 dma_clear_pte(pte);
1107 if (!first_pte)
1108 first_pte = pte;
1109 last_pte = pte;
1110 } else if (level > 1) {
1111 /* Recurse down into a level that isn't *entirely* obsolete */
1112 freelist = dma_pte_clear_level(domain, level - 1,
1113 phys_to_virt(dma_pte_addr(pte)),
1114 level_pfn, start_pfn, last_pfn,
1115 freelist);
1116 }
1117next:
1118 pfn += level_size(level);
1119 } while (!first_pte_in_page(++pte) && pfn <= last_pfn);
1120
1121 if (first_pte)
1122 domain_flush_cache(domain, first_pte,
1123 (void *)++last_pte - (void *)first_pte);
1124
1125 return freelist;
1126}
1127
1128/* We can't just free the pages because the IOMMU may still be walking
1129 the page tables, and may have cached the intermediate levels. The
1130 pages can only be freed after the IOTLB flush has been done. */
Joerg Roedelb6904202015-08-13 11:32:18 +02001131static struct page *domain_unmap(struct dmar_domain *domain,
1132 unsigned long start_pfn,
1133 unsigned long last_pfn)
David Woodhouseea8ea462014-03-05 17:09:32 +00001134{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06001135 struct page *freelist;
David Woodhouseea8ea462014-03-05 17:09:32 +00001136
Jiang Liu162d1b12014-07-11 14:19:35 +08001137 BUG_ON(!domain_pfn_supported(domain, start_pfn));
1138 BUG_ON(!domain_pfn_supported(domain, last_pfn));
David Woodhouseea8ea462014-03-05 17:09:32 +00001139 BUG_ON(start_pfn > last_pfn);
1140
1141 /* we don't need lock here; nobody else touches the iova range */
1142 freelist = dma_pte_clear_level(domain, agaw_to_level(domain->agaw),
1143 domain->pgd, 0, start_pfn, last_pfn, NULL);
1144
1145 /* free pgd */
1146 if (start_pfn == 0 && last_pfn == DOMAIN_MAX_PFN(domain->gaw)) {
1147 struct page *pgd_page = virt_to_page(domain->pgd);
1148 pgd_page->freelist = freelist;
1149 freelist = pgd_page;
1150
1151 domain->pgd = NULL;
1152 }
1153
1154 return freelist;
1155}
1156
Joerg Roedelb6904202015-08-13 11:32:18 +02001157static void dma_free_pagelist(struct page *freelist)
David Woodhouseea8ea462014-03-05 17:09:32 +00001158{
1159 struct page *pg;
1160
1161 while ((pg = freelist)) {
1162 freelist = pg->freelist;
1163 free_pgtable_page(page_address(pg));
1164 }
1165}
1166
Joerg Roedel13cf0172017-08-11 11:40:10 +02001167static void iova_entry_free(unsigned long data)
1168{
1169 struct page *freelist = (struct page *)data;
1170
1171 dma_free_pagelist(freelist);
1172}
1173
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001174/* iommu handling */
1175static int iommu_alloc_root_entry(struct intel_iommu *iommu)
1176{
1177 struct root_entry *root;
1178 unsigned long flags;
1179
Suresh Siddha4c923d42009-10-02 11:01:24 -07001180 root = (struct root_entry *)alloc_pgtable_page(iommu->node);
Jiang Liuffebeb42014-11-09 22:48:02 +08001181 if (!root) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001182 pr_err("Allocating root entry for %s failed\n",
Jiang Liuffebeb42014-11-09 22:48:02 +08001183 iommu->name);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001184 return -ENOMEM;
Jiang Liuffebeb42014-11-09 22:48:02 +08001185 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001186
Fenghua Yu5b6985c2008-10-16 18:02:32 -07001187 __iommu_flush_cache(iommu, root, ROOT_SIZE);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001188
1189 spin_lock_irqsave(&iommu->lock, flags);
1190 iommu->root_entry = root;
1191 spin_unlock_irqrestore(&iommu->lock, flags);
1192
1193 return 0;
1194}
1195
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001196static void iommu_set_root_entry(struct intel_iommu *iommu)
1197{
David Woodhouse03ecc322015-02-13 14:35:21 +00001198 u64 addr;
David Woodhousec416daa2009-05-10 20:30:58 +01001199 u32 sts;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001200 unsigned long flag;
1201
David Woodhouse03ecc322015-02-13 14:35:21 +00001202 addr = virt_to_phys(iommu->root_entry);
Lu Baolu7373a8c2018-12-10 09:59:03 +08001203 if (sm_supported(iommu))
1204 addr |= DMA_RTADDR_SMT;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001205
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001206 raw_spin_lock_irqsave(&iommu->register_lock, flag);
David Woodhouse03ecc322015-02-13 14:35:21 +00001207 dmar_writeq(iommu->reg + DMAR_RTADDR_REG, addr);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001208
David Woodhousec416daa2009-05-10 20:30:58 +01001209 writel(iommu->gcmd | DMA_GCMD_SRTP, iommu->reg + DMAR_GCMD_REG);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001210
1211 /* Make sure hardware complete it */
1212 IOMMU_WAIT_OP(iommu, DMAR_GSTS_REG,
David Woodhousec416daa2009-05-10 20:30:58 +01001213 readl, (sts & DMA_GSTS_RTPS), sts);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001214
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001215 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001216}
1217
Lu Baolu6f7db752018-12-10 09:59:00 +08001218void iommu_flush_write_buffer(struct intel_iommu *iommu)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001219{
1220 u32 val;
1221 unsigned long flag;
1222
David Woodhouse9af88142009-02-13 23:18:03 +00001223 if (!rwbf_quirk && !cap_rwbf(iommu->cap))
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001224 return;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001225
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001226 raw_spin_lock_irqsave(&iommu->register_lock, flag);
David Woodhouse462b60f2009-05-10 20:18:18 +01001227 writel(iommu->gcmd | DMA_GCMD_WBF, iommu->reg + DMAR_GCMD_REG);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001228
1229 /* Make sure hardware complete it */
1230 IOMMU_WAIT_OP(iommu, DMAR_GSTS_REG,
David Woodhousec416daa2009-05-10 20:30:58 +01001231 readl, (!(val & DMA_GSTS_WBFS)), val);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001232
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001233 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001234}
1235
1236/* return value determine if we need a write buffer flush */
David Woodhouse4c25a2c2009-05-10 17:16:06 +01001237static void __iommu_flush_context(struct intel_iommu *iommu,
1238 u16 did, u16 source_id, u8 function_mask,
1239 u64 type)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001240{
1241 u64 val = 0;
1242 unsigned long flag;
1243
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001244 switch (type) {
1245 case DMA_CCMD_GLOBAL_INVL:
1246 val = DMA_CCMD_GLOBAL_INVL;
1247 break;
1248 case DMA_CCMD_DOMAIN_INVL:
1249 val = DMA_CCMD_DOMAIN_INVL|DMA_CCMD_DID(did);
1250 break;
1251 case DMA_CCMD_DEVICE_INVL:
1252 val = DMA_CCMD_DEVICE_INVL|DMA_CCMD_DID(did)
1253 | DMA_CCMD_SID(source_id) | DMA_CCMD_FM(function_mask);
1254 break;
1255 default:
1256 BUG();
1257 }
1258 val |= DMA_CCMD_ICC;
1259
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001260 raw_spin_lock_irqsave(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001261 dmar_writeq(iommu->reg + DMAR_CCMD_REG, val);
1262
1263 /* Make sure hardware complete it */
1264 IOMMU_WAIT_OP(iommu, DMAR_CCMD_REG,
1265 dmar_readq, (!(val & DMA_CCMD_ICC)), val);
1266
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001267 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001268}
1269
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001270/* return value determine if we need a write buffer flush */
David Woodhouse1f0ef2a2009-05-10 19:58:49 +01001271static void __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did,
1272 u64 addr, unsigned int size_order, u64 type)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001273{
1274 int tlb_offset = ecap_iotlb_offset(iommu->ecap);
1275 u64 val = 0, val_iva = 0;
1276 unsigned long flag;
1277
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001278 switch (type) {
1279 case DMA_TLB_GLOBAL_FLUSH:
1280 /* global flush doesn't need set IVA_REG */
1281 val = DMA_TLB_GLOBAL_FLUSH|DMA_TLB_IVT;
1282 break;
1283 case DMA_TLB_DSI_FLUSH:
1284 val = DMA_TLB_DSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did);
1285 break;
1286 case DMA_TLB_PSI_FLUSH:
1287 val = DMA_TLB_PSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did);
David Woodhouseea8ea462014-03-05 17:09:32 +00001288 /* IH bit is passed in as part of address */
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001289 val_iva = size_order | addr;
1290 break;
1291 default:
1292 BUG();
1293 }
1294 /* Note: set drain read/write */
1295#if 0
1296 /*
1297 * This is probably to be super secure.. Looks like we can
1298 * ignore it without any impact.
1299 */
1300 if (cap_read_drain(iommu->cap))
1301 val |= DMA_TLB_READ_DRAIN;
1302#endif
1303 if (cap_write_drain(iommu->cap))
1304 val |= DMA_TLB_WRITE_DRAIN;
1305
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001306 raw_spin_lock_irqsave(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001307 /* Note: Only uses first TLB reg currently */
1308 if (val_iva)
1309 dmar_writeq(iommu->reg + tlb_offset, val_iva);
1310 dmar_writeq(iommu->reg + tlb_offset + 8, val);
1311
1312 /* Make sure hardware complete it */
1313 IOMMU_WAIT_OP(iommu, tlb_offset + 8,
1314 dmar_readq, (!(val & DMA_TLB_IVT)), val);
1315
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001316 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001317
1318 /* check IOTLB invalidation granularity */
1319 if (DMA_TLB_IAIG(val) == 0)
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001320 pr_err("Flush IOTLB failed\n");
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001321 if (DMA_TLB_IAIG(val) != DMA_TLB_IIRG(type))
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001322 pr_debug("TLB flush request %Lx, actual %Lx\n",
Fenghua Yu5b6985c2008-10-16 18:02:32 -07001323 (unsigned long long)DMA_TLB_IIRG(type),
1324 (unsigned long long)DMA_TLB_IAIG(val));
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001325}
1326
David Woodhouse64ae8922014-03-09 12:52:30 -07001327static struct device_domain_info *
1328iommu_support_dev_iotlb (struct dmar_domain *domain, struct intel_iommu *iommu,
1329 u8 bus, u8 devfn)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001330{
Yu Zhao93a23a72009-05-18 13:51:37 +08001331 struct device_domain_info *info;
Yu Zhao93a23a72009-05-18 13:51:37 +08001332
Joerg Roedel55d94042015-07-22 16:50:40 +02001333 assert_spin_locked(&device_domain_lock);
1334
Yu Zhao93a23a72009-05-18 13:51:37 +08001335 if (!iommu->qi)
1336 return NULL;
1337
Yu Zhao93a23a72009-05-18 13:51:37 +08001338 list_for_each_entry(info, &domain->devices, link)
Jiang Liuc3b497c2014-07-11 14:19:25 +08001339 if (info->iommu == iommu && info->bus == bus &&
1340 info->devfn == devfn) {
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001341 if (info->ats_supported && info->dev)
1342 return info;
Yu Zhao93a23a72009-05-18 13:51:37 +08001343 break;
1344 }
Yu Zhao93a23a72009-05-18 13:51:37 +08001345
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001346 return NULL;
Yu Zhao93a23a72009-05-18 13:51:37 +08001347}
1348
Omer Peleg0824c592016-04-20 19:03:35 +03001349static void domain_update_iotlb(struct dmar_domain *domain)
1350{
1351 struct device_domain_info *info;
1352 bool has_iotlb_device = false;
1353
1354 assert_spin_locked(&device_domain_lock);
1355
1356 list_for_each_entry(info, &domain->devices, link) {
1357 struct pci_dev *pdev;
1358
1359 if (!info->dev || !dev_is_pci(info->dev))
1360 continue;
1361
1362 pdev = to_pci_dev(info->dev);
1363 if (pdev->ats_enabled) {
1364 has_iotlb_device = true;
1365 break;
1366 }
1367 }
1368
1369 domain->has_iotlb_device = has_iotlb_device;
1370}
1371
Yu Zhao93a23a72009-05-18 13:51:37 +08001372static void iommu_enable_dev_iotlb(struct device_domain_info *info)
1373{
Bjorn Helgaasfb0cc3a2015-07-20 09:10:36 -05001374 struct pci_dev *pdev;
1375
Omer Peleg0824c592016-04-20 19:03:35 +03001376 assert_spin_locked(&device_domain_lock);
1377
David Woodhouse0bcb3e22014-03-06 17:12:03 +00001378 if (!info || !dev_is_pci(info->dev))
Yu Zhao93a23a72009-05-18 13:51:37 +08001379 return;
1380
Bjorn Helgaasfb0cc3a2015-07-20 09:10:36 -05001381 pdev = to_pci_dev(info->dev);
Jacob Pan1c48db42018-06-07 09:57:00 -07001382 /* For IOMMU that supports device IOTLB throttling (DIT), we assign
1383 * PFSID to the invalidation desc of a VF such that IOMMU HW can gauge
1384 * queue depth at PF level. If DIT is not set, PFSID will be treated as
1385 * reserved, which should be set to 0.
1386 */
1387 if (!ecap_dit(info->iommu->ecap))
1388 info->pfsid = 0;
1389 else {
1390 struct pci_dev *pf_pdev;
1391
1392 /* pdev will be returned if device is not a vf */
1393 pf_pdev = pci_physfn(pdev);
1394 info->pfsid = PCI_DEVID(pf_pdev->bus->number, pf_pdev->devfn);
1395 }
Bjorn Helgaasfb0cc3a2015-07-20 09:10:36 -05001396
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001397#ifdef CONFIG_INTEL_IOMMU_SVM
1398 /* The PCIe spec, in its wisdom, declares that the behaviour of
1399 the device if you enable PASID support after ATS support is
1400 undefined. So always enable PASID support on devices which
1401 have it, even if we can't yet know if we're ever going to
1402 use it. */
1403 if (info->pasid_supported && !pci_enable_pasid(pdev, info->pasid_supported & ~1))
1404 info->pasid_enabled = 1;
1405
1406 if (info->pri_supported && !pci_reset_pri(pdev) && !pci_enable_pri(pdev, 32))
1407 info->pri_enabled = 1;
1408#endif
Mika Westerbergfb58fdc2018-10-29 13:47:08 +03001409 if (!pdev->untrusted && info->ats_supported &&
1410 !pci_enable_ats(pdev, VTD_PAGE_SHIFT)) {
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001411 info->ats_enabled = 1;
Omer Peleg0824c592016-04-20 19:03:35 +03001412 domain_update_iotlb(info->domain);
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001413 info->ats_qdep = pci_ats_queue_depth(pdev);
1414 }
Yu Zhao93a23a72009-05-18 13:51:37 +08001415}
1416
1417static void iommu_disable_dev_iotlb(struct device_domain_info *info)
1418{
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001419 struct pci_dev *pdev;
1420
Omer Peleg0824c592016-04-20 19:03:35 +03001421 assert_spin_locked(&device_domain_lock);
1422
Jeremy McNicollda972fb2016-01-14 21:33:06 -08001423 if (!dev_is_pci(info->dev))
Yu Zhao93a23a72009-05-18 13:51:37 +08001424 return;
1425
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001426 pdev = to_pci_dev(info->dev);
1427
1428 if (info->ats_enabled) {
1429 pci_disable_ats(pdev);
1430 info->ats_enabled = 0;
Omer Peleg0824c592016-04-20 19:03:35 +03001431 domain_update_iotlb(info->domain);
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001432 }
1433#ifdef CONFIG_INTEL_IOMMU_SVM
1434 if (info->pri_enabled) {
1435 pci_disable_pri(pdev);
1436 info->pri_enabled = 0;
1437 }
1438 if (info->pasid_enabled) {
1439 pci_disable_pasid(pdev);
1440 info->pasid_enabled = 0;
1441 }
1442#endif
Yu Zhao93a23a72009-05-18 13:51:37 +08001443}
1444
1445static void iommu_flush_dev_iotlb(struct dmar_domain *domain,
1446 u64 addr, unsigned mask)
1447{
1448 u16 sid, qdep;
1449 unsigned long flags;
1450 struct device_domain_info *info;
1451
Omer Peleg0824c592016-04-20 19:03:35 +03001452 if (!domain->has_iotlb_device)
1453 return;
1454
Yu Zhao93a23a72009-05-18 13:51:37 +08001455 spin_lock_irqsave(&device_domain_lock, flags);
1456 list_for_each_entry(info, &domain->devices, link) {
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001457 if (!info->ats_enabled)
Yu Zhao93a23a72009-05-18 13:51:37 +08001458 continue;
1459
1460 sid = info->bus << 8 | info->devfn;
David Woodhouseb16d0cb2015-10-12 14:17:37 +01001461 qdep = info->ats_qdep;
Jacob Pan1c48db42018-06-07 09:57:00 -07001462 qi_flush_dev_iotlb(info->iommu, sid, info->pfsid,
1463 qdep, addr, mask);
Yu Zhao93a23a72009-05-18 13:51:37 +08001464 }
1465 spin_unlock_irqrestore(&device_domain_lock, flags);
1466}
1467
Joerg Roedela1ddcbe2015-07-21 15:20:32 +02001468static void iommu_flush_iotlb_psi(struct intel_iommu *iommu,
1469 struct dmar_domain *domain,
1470 unsigned long pfn, unsigned int pages,
1471 int ih, int map)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001472{
Yu Zhao9dd2fe82009-05-18 13:51:36 +08001473 unsigned int mask = ilog2(__roundup_pow_of_two(pages));
David Woodhouse03d6a242009-06-28 15:33:46 +01001474 uint64_t addr = (uint64_t)pfn << VTD_PAGE_SHIFT;
Joerg Roedela1ddcbe2015-07-21 15:20:32 +02001475 u16 did = domain->iommu_did[iommu->seq_id];
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001476
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001477 BUG_ON(pages == 0);
1478
David Woodhouseea8ea462014-03-05 17:09:32 +00001479 if (ih)
1480 ih = 1 << 6;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001481 /*
Yu Zhao9dd2fe82009-05-18 13:51:36 +08001482 * Fallback to domain selective flush if no PSI support or the size is
1483 * too big.
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001484 * PSI requires page size to be 2 ^ x, and the base address is naturally
1485 * aligned to the size
1486 */
Yu Zhao9dd2fe82009-05-18 13:51:36 +08001487 if (!cap_pgsel_inv(iommu->cap) || mask > cap_max_amask_val(iommu->cap))
1488 iommu->flush.flush_iotlb(iommu, did, 0, 0,
David Woodhouse1f0ef2a2009-05-10 19:58:49 +01001489 DMA_TLB_DSI_FLUSH);
Yu Zhao9dd2fe82009-05-18 13:51:36 +08001490 else
David Woodhouseea8ea462014-03-05 17:09:32 +00001491 iommu->flush.flush_iotlb(iommu, did, addr | ih, mask,
Yu Zhao9dd2fe82009-05-18 13:51:36 +08001492 DMA_TLB_PSI_FLUSH);
Yu Zhaobf92df32009-06-29 11:31:45 +08001493
1494 /*
Nadav Amit82653632010-04-01 13:24:40 +03001495 * In caching mode, changes of pages from non-present to present require
1496 * flush. However, device IOTLB doesn't need to be flushed in this case.
Yu Zhaobf92df32009-06-29 11:31:45 +08001497 */
Nadav Amit82653632010-04-01 13:24:40 +03001498 if (!cap_caching_mode(iommu->cap) || !map)
Peter Xu9d2e6502018-01-10 13:51:37 +08001499 iommu_flush_dev_iotlb(domain, addr, mask);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001500}
1501
Peter Xueed91a02018-05-04 10:34:52 +08001502/* Notification for newly created mappings */
1503static inline void __mapping_notify_one(struct intel_iommu *iommu,
1504 struct dmar_domain *domain,
1505 unsigned long pfn, unsigned int pages)
1506{
1507 /* It's a non-present to present mapping. Only flush if caching mode */
1508 if (cap_caching_mode(iommu->cap))
1509 iommu_flush_iotlb_psi(iommu, domain, pfn, pages, 0, 1);
1510 else
1511 iommu_flush_write_buffer(iommu);
1512}
1513
Joerg Roedel13cf0172017-08-11 11:40:10 +02001514static void iommu_flush_iova(struct iova_domain *iovad)
1515{
1516 struct dmar_domain *domain;
1517 int idx;
1518
1519 domain = container_of(iovad, struct dmar_domain, iovad);
1520
1521 for_each_domain_iommu(idx, domain) {
1522 struct intel_iommu *iommu = g_iommus[idx];
1523 u16 did = domain->iommu_did[iommu->seq_id];
1524
1525 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH);
1526
1527 if (!cap_caching_mode(iommu->cap))
1528 iommu_flush_dev_iotlb(get_iommu_domain(iommu, did),
1529 0, MAX_AGAW_PFN_WIDTH);
1530 }
1531}
1532
mark grossf8bab732008-02-08 04:18:38 -08001533static void iommu_disable_protect_mem_regions(struct intel_iommu *iommu)
1534{
1535 u32 pmen;
1536 unsigned long flags;
1537
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001538 raw_spin_lock_irqsave(&iommu->register_lock, flags);
mark grossf8bab732008-02-08 04:18:38 -08001539 pmen = readl(iommu->reg + DMAR_PMEN_REG);
1540 pmen &= ~DMA_PMEN_EPM;
1541 writel(pmen, iommu->reg + DMAR_PMEN_REG);
1542
1543 /* wait for the protected region status bit to clear */
1544 IOMMU_WAIT_OP(iommu, DMAR_PMEN_REG,
1545 readl, !(pmen & DMA_PMEN_PRS), pmen);
1546
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001547 raw_spin_unlock_irqrestore(&iommu->register_lock, flags);
mark grossf8bab732008-02-08 04:18:38 -08001548}
1549
Jiang Liu2a41cce2014-07-11 14:19:33 +08001550static void iommu_enable_translation(struct intel_iommu *iommu)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001551{
1552 u32 sts;
1553 unsigned long flags;
1554
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001555 raw_spin_lock_irqsave(&iommu->register_lock, flags);
David Woodhousec416daa2009-05-10 20:30:58 +01001556 iommu->gcmd |= DMA_GCMD_TE;
1557 writel(iommu->gcmd, iommu->reg + DMAR_GCMD_REG);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001558
1559 /* Make sure hardware complete it */
1560 IOMMU_WAIT_OP(iommu, DMAR_GSTS_REG,
David Woodhousec416daa2009-05-10 20:30:58 +01001561 readl, (sts & DMA_GSTS_TES), sts);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001562
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001563 raw_spin_unlock_irqrestore(&iommu->register_lock, flags);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001564}
1565
Jiang Liu2a41cce2014-07-11 14:19:33 +08001566static void iommu_disable_translation(struct intel_iommu *iommu)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001567{
1568 u32 sts;
1569 unsigned long flag;
1570
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001571 raw_spin_lock_irqsave(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001572 iommu->gcmd &= ~DMA_GCMD_TE;
1573 writel(iommu->gcmd, iommu->reg + DMAR_GCMD_REG);
1574
1575 /* Make sure hardware complete it */
1576 IOMMU_WAIT_OP(iommu, DMAR_GSTS_REG,
David Woodhousec416daa2009-05-10 20:30:58 +01001577 readl, (!(sts & DMA_GSTS_TES)), sts);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001578
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02001579 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001580}
1581
Keshavamurthy, Anil S3460a6d2007-10-21 16:41:54 -07001582
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001583static int iommu_init_domains(struct intel_iommu *iommu)
1584{
Joerg Roedel8bf47812015-07-21 10:41:21 +02001585 u32 ndomains, nlongs;
1586 size_t size;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001587
1588 ndomains = cap_ndoms(iommu->cap);
Joerg Roedel8bf47812015-07-21 10:41:21 +02001589 pr_debug("%s: Number of Domains supported <%d>\n",
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001590 iommu->name, ndomains);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001591 nlongs = BITS_TO_LONGS(ndomains);
1592
Donald Dutile94a91b502009-08-20 16:51:34 -04001593 spin_lock_init(&iommu->lock);
1594
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001595 iommu->domain_ids = kcalloc(nlongs, sizeof(unsigned long), GFP_KERNEL);
1596 if (!iommu->domain_ids) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001597 pr_err("%s: Allocating domain id array failed\n",
1598 iommu->name);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001599 return -ENOMEM;
1600 }
Joerg Roedel8bf47812015-07-21 10:41:21 +02001601
Wei Yang86f004c2016-05-21 02:41:51 +00001602 size = (ALIGN(ndomains, 256) >> 8) * sizeof(struct dmar_domain **);
Joerg Roedel8bf47812015-07-21 10:41:21 +02001603 iommu->domains = kzalloc(size, GFP_KERNEL);
1604
1605 if (iommu->domains) {
1606 size = 256 * sizeof(struct dmar_domain *);
1607 iommu->domains[0] = kzalloc(size, GFP_KERNEL);
1608 }
1609
1610 if (!iommu->domains || !iommu->domains[0]) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001611 pr_err("%s: Allocating domain array failed\n",
1612 iommu->name);
Jiang Liu852bdb02014-01-06 14:18:11 +08001613 kfree(iommu->domain_ids);
Joerg Roedel8bf47812015-07-21 10:41:21 +02001614 kfree(iommu->domains);
Jiang Liu852bdb02014-01-06 14:18:11 +08001615 iommu->domain_ids = NULL;
Joerg Roedel8bf47812015-07-21 10:41:21 +02001616 iommu->domains = NULL;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001617 return -ENOMEM;
1618 }
1619
Joerg Roedel8bf47812015-07-21 10:41:21 +02001620
1621
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001622 /*
Joerg Roedelc0e8a6c2015-07-21 09:39:46 +02001623 * If Caching mode is set, then invalid translations are tagged
1624 * with domain-id 0, hence we need to pre-allocate it. We also
1625 * use domain-id 0 as a marker for non-allocated domain-id, so
1626 * make sure it is not used for a real domain.
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001627 */
Joerg Roedelc0e8a6c2015-07-21 09:39:46 +02001628 set_bit(0, iommu->domain_ids);
1629
Lu Baolu3b33d4a2018-12-10 09:58:59 +08001630 /*
1631 * Vt-d spec rev3.0 (section 6.2.3.1) requires that each pasid
1632 * entry for first-level or pass-through translation modes should
1633 * be programmed with a domain id different from those used for
1634 * second-level or nested translation. We reserve a domain id for
1635 * this purpose.
1636 */
1637 if (sm_supported(iommu))
1638 set_bit(FLPT_DEFAULT_DID, iommu->domain_ids);
1639
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001640 return 0;
1641}
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001642
Jiang Liuffebeb42014-11-09 22:48:02 +08001643static void disable_dmar_iommu(struct intel_iommu *iommu)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001644{
Joerg Roedel29a27712015-07-21 17:17:12 +02001645 struct device_domain_info *info, *tmp;
Joerg Roedel55d94042015-07-22 16:50:40 +02001646 unsigned long flags;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001647
Joerg Roedel29a27712015-07-21 17:17:12 +02001648 if (!iommu->domains || !iommu->domain_ids)
1649 return;
Jiang Liua4eaa862014-02-19 14:07:30 +08001650
Joerg Roedelbea64032016-11-08 15:08:26 +01001651again:
Joerg Roedel55d94042015-07-22 16:50:40 +02001652 spin_lock_irqsave(&device_domain_lock, flags);
Joerg Roedel29a27712015-07-21 17:17:12 +02001653 list_for_each_entry_safe(info, tmp, &device_domain_list, global) {
1654 struct dmar_domain *domain;
1655
1656 if (info->iommu != iommu)
1657 continue;
1658
1659 if (!info->dev || !info->domain)
1660 continue;
1661
1662 domain = info->domain;
1663
Joerg Roedelbea64032016-11-08 15:08:26 +01001664 __dmar_remove_one_dev_info(info);
Joerg Roedel29a27712015-07-21 17:17:12 +02001665
Joerg Roedelbea64032016-11-08 15:08:26 +01001666 if (!domain_type_is_vm_or_si(domain)) {
1667 /*
1668 * The domain_exit() function can't be called under
1669 * device_domain_lock, as it takes this lock itself.
1670 * So release the lock here and re-run the loop
1671 * afterwards.
1672 */
1673 spin_unlock_irqrestore(&device_domain_lock, flags);
Joerg Roedel29a27712015-07-21 17:17:12 +02001674 domain_exit(domain);
Joerg Roedelbea64032016-11-08 15:08:26 +01001675 goto again;
1676 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001677 }
Joerg Roedel55d94042015-07-22 16:50:40 +02001678 spin_unlock_irqrestore(&device_domain_lock, flags);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001679
1680 if (iommu->gcmd & DMA_GCMD_TE)
1681 iommu_disable_translation(iommu);
Jiang Liuffebeb42014-11-09 22:48:02 +08001682}
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001683
Jiang Liuffebeb42014-11-09 22:48:02 +08001684static void free_dmar_iommu(struct intel_iommu *iommu)
1685{
1686 if ((iommu->domains) && (iommu->domain_ids)) {
Wei Yang86f004c2016-05-21 02:41:51 +00001687 int elems = ALIGN(cap_ndoms(iommu->cap), 256) >> 8;
Joerg Roedel8bf47812015-07-21 10:41:21 +02001688 int i;
1689
1690 for (i = 0; i < elems; i++)
1691 kfree(iommu->domains[i]);
Jiang Liuffebeb42014-11-09 22:48:02 +08001692 kfree(iommu->domains);
1693 kfree(iommu->domain_ids);
1694 iommu->domains = NULL;
1695 iommu->domain_ids = NULL;
1696 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001697
Weidong Hand9630fe2008-12-08 11:06:32 +08001698 g_iommus[iommu->seq_id] = NULL;
1699
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001700 /* free context mapping */
1701 free_context_table(iommu);
David Woodhouse8a94ade2015-03-24 14:54:56 +00001702
1703#ifdef CONFIG_INTEL_IOMMU_SVM
Lu Baolu765b6a92018-12-10 09:58:55 +08001704 if (pasid_supported(iommu)) {
David Woodhousea222a7f2015-10-07 23:35:18 +01001705 if (ecap_prs(iommu->ecap))
1706 intel_svm_finish_prq(iommu);
David Woodhousea222a7f2015-10-07 23:35:18 +01001707 }
David Woodhouse8a94ade2015-03-24 14:54:56 +00001708#endif
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001709}
1710
Jiang Liuab8dfe22014-07-11 14:19:27 +08001711static struct dmar_domain *alloc_domain(int flags)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001712{
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001713 struct dmar_domain *domain;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001714
1715 domain = alloc_domain_mem();
1716 if (!domain)
1717 return NULL;
1718
Jiang Liuab8dfe22014-07-11 14:19:27 +08001719 memset(domain, 0, sizeof(*domain));
Suresh Siddha4c923d42009-10-02 11:01:24 -07001720 domain->nid = -1;
Jiang Liuab8dfe22014-07-11 14:19:27 +08001721 domain->flags = flags;
Omer Peleg0824c592016-04-20 19:03:35 +03001722 domain->has_iotlb_device = false;
Jiang Liu92d03cc2014-02-19 14:07:28 +08001723 INIT_LIST_HEAD(&domain->devices);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001724
1725 return domain;
1726}
1727
Joerg Roedeld160aca2015-07-22 11:52:53 +02001728/* Must be called with iommu->lock */
1729static int domain_attach_iommu(struct dmar_domain *domain,
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07001730 struct intel_iommu *iommu)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001731{
Jiang Liu44bde612014-07-11 14:19:29 +08001732 unsigned long ndomains;
Joerg Roedel55d94042015-07-22 16:50:40 +02001733 int num;
Jiang Liu44bde612014-07-11 14:19:29 +08001734
Joerg Roedel55d94042015-07-22 16:50:40 +02001735 assert_spin_locked(&device_domain_lock);
Joerg Roedeld160aca2015-07-22 11:52:53 +02001736 assert_spin_locked(&iommu->lock);
Jiang Liu44bde612014-07-11 14:19:29 +08001737
Joerg Roedel29a27712015-07-21 17:17:12 +02001738 domain->iommu_refcnt[iommu->seq_id] += 1;
1739 domain->iommu_count += 1;
1740 if (domain->iommu_refcnt[iommu->seq_id] == 1) {
Jiang Liufb170fb2014-07-11 14:19:28 +08001741 ndomains = cap_ndoms(iommu->cap);
Joerg Roedeld160aca2015-07-22 11:52:53 +02001742 num = find_first_zero_bit(iommu->domain_ids, ndomains);
1743
1744 if (num >= ndomains) {
1745 pr_err("%s: No free domain ids\n", iommu->name);
1746 domain->iommu_refcnt[iommu->seq_id] -= 1;
1747 domain->iommu_count -= 1;
Joerg Roedel55d94042015-07-22 16:50:40 +02001748 return -ENOSPC;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07001749 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001750
Joerg Roedeld160aca2015-07-22 11:52:53 +02001751 set_bit(num, iommu->domain_ids);
1752 set_iommu_domain(iommu, num, domain);
Jiang Liufb170fb2014-07-11 14:19:28 +08001753
Joerg Roedeld160aca2015-07-22 11:52:53 +02001754 domain->iommu_did[iommu->seq_id] = num;
1755 domain->nid = iommu->node;
1756
Jiang Liufb170fb2014-07-11 14:19:28 +08001757 domain_update_iommu_cap(domain);
1758 }
Joerg Roedeld160aca2015-07-22 11:52:53 +02001759
Joerg Roedel55d94042015-07-22 16:50:40 +02001760 return 0;
Jiang Liufb170fb2014-07-11 14:19:28 +08001761}
1762
1763static int domain_detach_iommu(struct dmar_domain *domain,
1764 struct intel_iommu *iommu)
1765{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06001766 int num, count;
Jiang Liufb170fb2014-07-11 14:19:28 +08001767
Joerg Roedel55d94042015-07-22 16:50:40 +02001768 assert_spin_locked(&device_domain_lock);
Joerg Roedeld160aca2015-07-22 11:52:53 +02001769 assert_spin_locked(&iommu->lock);
Jiang Liufb170fb2014-07-11 14:19:28 +08001770
Joerg Roedel29a27712015-07-21 17:17:12 +02001771 domain->iommu_refcnt[iommu->seq_id] -= 1;
1772 count = --domain->iommu_count;
1773 if (domain->iommu_refcnt[iommu->seq_id] == 0) {
Joerg Roedeld160aca2015-07-22 11:52:53 +02001774 num = domain->iommu_did[iommu->seq_id];
1775 clear_bit(num, iommu->domain_ids);
1776 set_iommu_domain(iommu, num, NULL);
1777
Jiang Liufb170fb2014-07-11 14:19:28 +08001778 domain_update_iommu_cap(domain);
Joerg Roedelc0e8a6c2015-07-21 09:39:46 +02001779 domain->iommu_did[iommu->seq_id] = 0;
Jiang Liufb170fb2014-07-11 14:19:28 +08001780 }
Jiang Liufb170fb2014-07-11 14:19:28 +08001781
1782 return count;
1783}
1784
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001785static struct iova_domain reserved_iova_list;
Mark Gross8a443df2008-03-04 14:59:31 -08001786static struct lock_class_key reserved_rbtree_key;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001787
Joseph Cihula51a63e62011-03-21 11:04:24 -07001788static int dmar_init_reserved_ranges(void)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001789{
1790 struct pci_dev *pdev = NULL;
1791 struct iova *iova;
1792 int i;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001793
Zhen Leiaa3ac942017-09-21 16:52:45 +01001794 init_iova_domain(&reserved_iova_list, VTD_PAGE_SIZE, IOVA_START_PFN);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001795
Mark Gross8a443df2008-03-04 14:59:31 -08001796 lockdep_set_class(&reserved_iova_list.iova_rbtree_lock,
1797 &reserved_rbtree_key);
1798
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001799 /* IOAPIC ranges shouldn't be accessed by DMA */
1800 iova = reserve_iova(&reserved_iova_list, IOVA_PFN(IOAPIC_RANGE_START),
1801 IOVA_PFN(IOAPIC_RANGE_END));
Joseph Cihula51a63e62011-03-21 11:04:24 -07001802 if (!iova) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001803 pr_err("Reserve IOAPIC range failed\n");
Joseph Cihula51a63e62011-03-21 11:04:24 -07001804 return -ENODEV;
1805 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001806
1807 /* Reserve all PCI MMIO to avoid peer-to-peer access */
1808 for_each_pci_dev(pdev) {
1809 struct resource *r;
1810
1811 for (i = 0; i < PCI_NUM_RESOURCES; i++) {
1812 r = &pdev->resource[i];
1813 if (!r->flags || !(r->flags & IORESOURCE_MEM))
1814 continue;
David Woodhouse1a4a4552009-06-28 16:00:42 +01001815 iova = reserve_iova(&reserved_iova_list,
1816 IOVA_PFN(r->start),
1817 IOVA_PFN(r->end));
Joseph Cihula51a63e62011-03-21 11:04:24 -07001818 if (!iova) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06001819 pci_err(pdev, "Reserve iova for %pR failed\n", r);
Joseph Cihula51a63e62011-03-21 11:04:24 -07001820 return -ENODEV;
1821 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001822 }
1823 }
Joseph Cihula51a63e62011-03-21 11:04:24 -07001824 return 0;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001825}
1826
1827static void domain_reserve_special_ranges(struct dmar_domain *domain)
1828{
1829 copy_reserved_iova(&reserved_iova_list, &domain->iovad);
1830}
1831
1832static inline int guestwidth_to_adjustwidth(int gaw)
1833{
1834 int agaw;
1835 int r = (gaw - 12) % 9;
1836
1837 if (r == 0)
1838 agaw = gaw;
1839 else
1840 agaw = gaw + 9 - r;
1841 if (agaw > 64)
1842 agaw = 64;
1843 return agaw;
1844}
1845
Joerg Roedeldc534b22015-07-22 12:44:02 +02001846static int domain_init(struct dmar_domain *domain, struct intel_iommu *iommu,
1847 int guest_width)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001848{
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001849 int adjust_width, agaw;
1850 unsigned long sagaw;
Joerg Roedel13cf0172017-08-11 11:40:10 +02001851 int err;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001852
Zhen Leiaa3ac942017-09-21 16:52:45 +01001853 init_iova_domain(&domain->iovad, VTD_PAGE_SIZE, IOVA_START_PFN);
Joerg Roedel13cf0172017-08-11 11:40:10 +02001854
1855 err = init_iova_flush_queue(&domain->iovad,
1856 iommu_flush_iova, iova_entry_free);
1857 if (err)
1858 return err;
1859
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001860 domain_reserve_special_ranges(domain);
1861
1862 /* calculate AGAW */
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001863 if (guest_width > cap_mgaw(iommu->cap))
1864 guest_width = cap_mgaw(iommu->cap);
1865 domain->gaw = guest_width;
1866 adjust_width = guestwidth_to_adjustwidth(guest_width);
1867 agaw = width_to_agaw(adjust_width);
1868 sagaw = cap_sagaw(iommu->cap);
1869 if (!test_bit(agaw, &sagaw)) {
1870 /* hardware doesn't support it, choose a bigger one */
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02001871 pr_debug("Hardware doesn't support agaw %d\n", agaw);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001872 agaw = find_next_bit(&sagaw, 5, agaw);
1873 if (agaw >= 5)
1874 return -ENODEV;
1875 }
1876 domain->agaw = agaw;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001877
Weidong Han8e6040972008-12-08 15:49:06 +08001878 if (ecap_coherent(iommu->ecap))
1879 domain->iommu_coherency = 1;
1880 else
1881 domain->iommu_coherency = 0;
1882
Sheng Yang58c610b2009-03-18 15:33:05 +08001883 if (ecap_sc_support(iommu->ecap))
1884 domain->iommu_snooping = 1;
1885 else
1886 domain->iommu_snooping = 0;
1887
David Woodhouse214e39a2014-03-19 10:38:49 +00001888 if (intel_iommu_superpage)
1889 domain->iommu_superpage = fls(cap_super_page_val(iommu->cap));
1890 else
1891 domain->iommu_superpage = 0;
1892
Suresh Siddha4c923d42009-10-02 11:01:24 -07001893 domain->nid = iommu->node;
Weidong Hanc7151a82008-12-08 22:51:37 +08001894
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001895 /* always allocate the top pgd */
Suresh Siddha4c923d42009-10-02 11:01:24 -07001896 domain->pgd = (struct dma_pte *)alloc_pgtable_page(domain->nid);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001897 if (!domain->pgd)
1898 return -ENOMEM;
Fenghua Yu5b6985c2008-10-16 18:02:32 -07001899 __iommu_flush_cache(iommu, domain->pgd, PAGE_SIZE);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001900 return 0;
1901}
1902
1903static void domain_exit(struct dmar_domain *domain)
1904{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06001905 struct page *freelist;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001906
1907 /* Domain 0 is reserved, so dont process it */
1908 if (!domain)
1909 return;
1910
Joerg Roedeld160aca2015-07-22 11:52:53 +02001911 /* Remove associated devices and clear attached or cached domains */
1912 rcu_read_lock();
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001913 domain_remove_dev_info(domain);
Joerg Roedeld160aca2015-07-22 11:52:53 +02001914 rcu_read_unlock();
Jiang Liu92d03cc2014-02-19 14:07:28 +08001915
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001916 /* destroy iovas */
1917 put_iova_domain(&domain->iovad);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001918
David Woodhouseea8ea462014-03-05 17:09:32 +00001919 freelist = domain_unmap(domain, 0, DOMAIN_MAX_PFN(domain->gaw));
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001920
David Woodhouseea8ea462014-03-05 17:09:32 +00001921 dma_free_pagelist(freelist);
1922
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001923 free_domain_mem(domain);
1924}
1925
Lu Baolu7373a8c2018-12-10 09:59:03 +08001926/*
1927 * Get the PASID directory size for scalable mode context entry.
1928 * Value of X in the PDTS field of a scalable mode context entry
1929 * indicates PASID directory with 2^(X + 7) entries.
1930 */
1931static inline unsigned long context_get_sm_pds(struct pasid_table *table)
1932{
1933 int pds, max_pde;
1934
1935 max_pde = table->max_pasid >> PASID_PDE_SHIFT;
1936 pds = find_first_bit((unsigned long *)&max_pde, MAX_NR_PASID_BITS);
1937 if (pds < 7)
1938 return 0;
1939
1940 return pds - 7;
1941}
1942
1943/*
1944 * Set the RID_PASID field of a scalable mode context entry. The
1945 * IOMMU hardware will use the PASID value set in this field for
1946 * DMA translations of DMA requests without PASID.
1947 */
1948static inline void
1949context_set_sm_rid2pasid(struct context_entry *context, unsigned long pasid)
1950{
1951 context->hi |= pasid & ((1 << 20) - 1);
1952 context->hi |= (1 << 20);
1953}
1954
1955/*
1956 * Set the DTE(Device-TLB Enable) field of a scalable mode context
1957 * entry.
1958 */
1959static inline void context_set_sm_dte(struct context_entry *context)
1960{
1961 context->lo |= (1 << 2);
1962}
1963
1964/*
1965 * Set the PRE(Page Request Enable) field of a scalable mode context
1966 * entry.
1967 */
1968static inline void context_set_sm_pre(struct context_entry *context)
1969{
1970 context->lo |= (1 << 4);
1971}
1972
1973/* Convert value to context PASID directory size field coding. */
1974#define context_pdts(pds) (((pds) & 0x7) << 9)
1975
David Woodhouse64ae8922014-03-09 12:52:30 -07001976static int domain_context_mapping_one(struct dmar_domain *domain,
1977 struct intel_iommu *iommu,
Lu Baoluca6e3222018-12-10 09:59:02 +08001978 struct pasid_table *table,
Joerg Roedel28ccce02015-07-21 14:45:31 +02001979 u8 bus, u8 devfn)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001980{
Joerg Roedelc6c2ceb2015-07-22 13:11:53 +02001981 u16 did = domain->iommu_did[iommu->seq_id];
Joerg Roedel28ccce02015-07-21 14:45:31 +02001982 int translation = CONTEXT_TT_MULTI_LEVEL;
1983 struct device_domain_info *info = NULL;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001984 struct context_entry *context;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001985 unsigned long flags;
Lu Baolu7373a8c2018-12-10 09:59:03 +08001986 int ret;
Joerg Roedel28ccce02015-07-21 14:45:31 +02001987
Joerg Roedelc6c2ceb2015-07-22 13:11:53 +02001988 WARN_ON(did == 0);
1989
Joerg Roedel28ccce02015-07-21 14:45:31 +02001990 if (hw_pass_through && domain_type_is_si(domain))
1991 translation = CONTEXT_TT_PASS_THROUGH;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001992
1993 pr_debug("Set context mapping for %02x:%02x.%d\n",
1994 bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07001995
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07001996 BUG_ON(!domain->pgd);
Weidong Han5331fe62008-12-08 23:00:00 +08001997
Joerg Roedel55d94042015-07-22 16:50:40 +02001998 spin_lock_irqsave(&device_domain_lock, flags);
1999 spin_lock(&iommu->lock);
2000
2001 ret = -ENOMEM;
David Woodhouse03ecc322015-02-13 14:35:21 +00002002 context = iommu_context_addr(iommu, bus, devfn, 1);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002003 if (!context)
Joerg Roedel55d94042015-07-22 16:50:40 +02002004 goto out_unlock;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002005
Joerg Roedel55d94042015-07-22 16:50:40 +02002006 ret = 0;
2007 if (context_present(context))
2008 goto out_unlock;
Joerg Roedelcf484d02015-06-12 12:21:46 +02002009
Xunlei Pangaec0e862016-12-05 20:09:07 +08002010 /*
2011 * For kdump cases, old valid entries may be cached due to the
2012 * in-flight DMA and copied pgtable, but there is no unmapping
2013 * behaviour for them, thus we need an explicit cache flush for
2014 * the newly-mapped device. For kdump, at this point, the device
2015 * is supposed to finish reset at its driver probe stage, so no
2016 * in-flight DMA will exist, and we don't need to worry anymore
2017 * hereafter.
2018 */
2019 if (context_copied(context)) {
2020 u16 did_old = context_domain_id(context);
2021
Christos Gkekasb117e032017-10-08 23:33:31 +01002022 if (did_old < cap_ndoms(iommu->cap)) {
Xunlei Pangaec0e862016-12-05 20:09:07 +08002023 iommu->flush.flush_context(iommu, did_old,
2024 (((u16)bus) << 8) | devfn,
2025 DMA_CCMD_MASK_NOBIT,
2026 DMA_CCMD_DEVICE_INVL);
KarimAllah Ahmedf73a7ee2017-05-05 11:39:59 -07002027 iommu->flush.flush_iotlb(iommu, did_old, 0, 0,
2028 DMA_TLB_DSI_FLUSH);
2029 }
Xunlei Pangaec0e862016-12-05 20:09:07 +08002030 }
2031
Joerg Roedelde24e552015-07-21 14:53:04 +02002032 context_clear_entry(context);
Weidong Hanea6606b2008-12-08 23:08:15 +08002033
Lu Baolu7373a8c2018-12-10 09:59:03 +08002034 if (sm_supported(iommu)) {
2035 unsigned long pds;
Joerg Roedelde24e552015-07-21 14:53:04 +02002036
Lu Baolu7373a8c2018-12-10 09:59:03 +08002037 WARN_ON(!table);
2038
2039 /* Setup the PASID DIR pointer: */
2040 pds = context_get_sm_pds(table);
2041 context->lo = (u64)virt_to_phys(table->table) |
2042 context_pdts(pds);
2043
2044 /* Setup the RID_PASID field: */
2045 context_set_sm_rid2pasid(context, PASID_RID2PASID);
2046
2047 /*
2048 * Setup the Device-TLB enable bit and Page request
2049 * Enable bit:
2050 */
David Woodhouse64ae8922014-03-09 12:52:30 -07002051 info = iommu_support_dev_iotlb(domain, iommu, bus, devfn);
David Woodhouseb16d0cb2015-10-12 14:17:37 +01002052 if (info && info->ats_supported)
Lu Baolu7373a8c2018-12-10 09:59:03 +08002053 context_set_sm_dte(context);
2054 if (info && info->pri_supported)
2055 context_set_sm_pre(context);
Joerg Roedelde24e552015-07-21 14:53:04 +02002056 } else {
Lu Baolu7373a8c2018-12-10 09:59:03 +08002057 struct dma_pte *pgd = domain->pgd;
2058 int agaw;
2059
2060 context_set_domain_id(context, did);
2061 context_set_translation_type(context, translation);
2062
2063 if (translation != CONTEXT_TT_PASS_THROUGH) {
2064 /*
2065 * Skip top levels of page tables for iommu which has
2066 * less agaw than default. Unnecessary for PT mode.
2067 */
2068 for (agaw = domain->agaw; agaw > iommu->agaw; agaw--) {
2069 ret = -ENOMEM;
2070 pgd = phys_to_virt(dma_pte_addr(pgd));
2071 if (!dma_pte_present(pgd))
2072 goto out_unlock;
2073 }
2074
2075 info = iommu_support_dev_iotlb(domain, iommu, bus, devfn);
2076 if (info && info->ats_supported)
2077 translation = CONTEXT_TT_DEV_IOTLB;
2078 else
2079 translation = CONTEXT_TT_MULTI_LEVEL;
2080
2081 context_set_address_root(context, virt_to_phys(pgd));
2082 context_set_address_width(context, agaw);
2083 } else {
2084 /*
2085 * In pass through mode, AW must be programmed to
2086 * indicate the largest AGAW value supported by
2087 * hardware. And ASR is ignored by hardware.
2088 */
2089 context_set_address_width(context, iommu->msagaw);
2090 }
Yu Zhao93a23a72009-05-18 13:51:37 +08002091 }
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07002092
Mark McLoughlinc07e7d22008-11-21 16:54:46 +00002093 context_set_fault_enable(context);
2094 context_set_present(context);
Weidong Han5331fe62008-12-08 23:00:00 +08002095 domain_flush_cache(domain, context, sizeof(*context));
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002096
David Woodhouse4c25a2c2009-05-10 17:16:06 +01002097 /*
2098 * It's a non-present to present mapping. If hardware doesn't cache
2099 * non-present entry we only need to flush the write-buffer. If the
2100 * _does_ cache non-present entries, then it does so in the special
2101 * domain #0, which we have to flush:
2102 */
2103 if (cap_caching_mode(iommu->cap)) {
2104 iommu->flush.flush_context(iommu, 0,
2105 (((u16)bus) << 8) | devfn,
2106 DMA_CCMD_MASK_NOBIT,
2107 DMA_CCMD_DEVICE_INVL);
Joerg Roedelc6c2ceb2015-07-22 13:11:53 +02002108 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH);
David Woodhouse4c25a2c2009-05-10 17:16:06 +01002109 } else {
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002110 iommu_flush_write_buffer(iommu);
David Woodhouse4c25a2c2009-05-10 17:16:06 +01002111 }
Yu Zhao93a23a72009-05-18 13:51:37 +08002112 iommu_enable_dev_iotlb(info);
Weidong Hanc7151a82008-12-08 22:51:37 +08002113
Joerg Roedel55d94042015-07-22 16:50:40 +02002114 ret = 0;
2115
2116out_unlock:
2117 spin_unlock(&iommu->lock);
2118 spin_unlock_irqrestore(&device_domain_lock, flags);
Jiang Liufb170fb2014-07-11 14:19:28 +08002119
Wei Yang5c365d12016-07-13 13:53:21 +00002120 return ret;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002121}
2122
Alex Williamson579305f2014-07-03 09:51:43 -06002123struct domain_context_mapping_data {
2124 struct dmar_domain *domain;
2125 struct intel_iommu *iommu;
Lu Baoluca6e3222018-12-10 09:59:02 +08002126 struct pasid_table *table;
Alex Williamson579305f2014-07-03 09:51:43 -06002127};
2128
2129static int domain_context_mapping_cb(struct pci_dev *pdev,
2130 u16 alias, void *opaque)
2131{
2132 struct domain_context_mapping_data *data = opaque;
2133
2134 return domain_context_mapping_one(data->domain, data->iommu,
Lu Baoluca6e3222018-12-10 09:59:02 +08002135 data->table, PCI_BUS_NUM(alias),
2136 alias & 0xff);
Alex Williamson579305f2014-07-03 09:51:43 -06002137}
2138
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002139static int
Joerg Roedel28ccce02015-07-21 14:45:31 +02002140domain_context_mapping(struct dmar_domain *domain, struct device *dev)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002141{
Lu Baoluca6e3222018-12-10 09:59:02 +08002142 struct domain_context_mapping_data data;
2143 struct pasid_table *table;
David Woodhouse64ae8922014-03-09 12:52:30 -07002144 struct intel_iommu *iommu;
David Woodhouse156baca2014-03-09 14:00:57 -07002145 u8 bus, devfn;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002146
David Woodhousee1f167f2014-03-09 15:24:46 -07002147 iommu = device_to_iommu(dev, &bus, &devfn);
David Woodhouse64ae8922014-03-09 12:52:30 -07002148 if (!iommu)
2149 return -ENODEV;
2150
Lu Baoluca6e3222018-12-10 09:59:02 +08002151 table = intel_pasid_get_table(dev);
2152
Alex Williamson579305f2014-07-03 09:51:43 -06002153 if (!dev_is_pci(dev))
Lu Baoluca6e3222018-12-10 09:59:02 +08002154 return domain_context_mapping_one(domain, iommu, table,
2155 bus, devfn);
Alex Williamson579305f2014-07-03 09:51:43 -06002156
2157 data.domain = domain;
2158 data.iommu = iommu;
Lu Baoluca6e3222018-12-10 09:59:02 +08002159 data.table = table;
Alex Williamson579305f2014-07-03 09:51:43 -06002160
2161 return pci_for_each_dma_alias(to_pci_dev(dev),
2162 &domain_context_mapping_cb, &data);
2163}
2164
2165static int domain_context_mapped_cb(struct pci_dev *pdev,
2166 u16 alias, void *opaque)
2167{
2168 struct intel_iommu *iommu = opaque;
2169
2170 return !device_context_mapped(iommu, PCI_BUS_NUM(alias), alias & 0xff);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002171}
2172
David Woodhousee1f167f2014-03-09 15:24:46 -07002173static int domain_context_mapped(struct device *dev)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002174{
Weidong Han5331fe62008-12-08 23:00:00 +08002175 struct intel_iommu *iommu;
David Woodhouse156baca2014-03-09 14:00:57 -07002176 u8 bus, devfn;
Weidong Han5331fe62008-12-08 23:00:00 +08002177
David Woodhousee1f167f2014-03-09 15:24:46 -07002178 iommu = device_to_iommu(dev, &bus, &devfn);
Weidong Han5331fe62008-12-08 23:00:00 +08002179 if (!iommu)
2180 return -ENODEV;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002181
Alex Williamson579305f2014-07-03 09:51:43 -06002182 if (!dev_is_pci(dev))
2183 return device_context_mapped(iommu, bus, devfn);
David Woodhousee1f167f2014-03-09 15:24:46 -07002184
Alex Williamson579305f2014-07-03 09:51:43 -06002185 return !pci_for_each_dma_alias(to_pci_dev(dev),
2186 domain_context_mapped_cb, iommu);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002187}
2188
Fenghua Yuf5329592009-08-04 15:09:37 -07002189/* Returns a number of VTD pages, but aligned to MM page size */
2190static inline unsigned long aligned_nrpages(unsigned long host_addr,
2191 size_t size)
2192{
2193 host_addr &= ~PAGE_MASK;
2194 return PAGE_ALIGN(host_addr + size) >> VTD_PAGE_SHIFT;
2195}
2196
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002197/* Return largest possible superpage level for a given mapping */
2198static inline int hardware_largepage_caps(struct dmar_domain *domain,
2199 unsigned long iov_pfn,
2200 unsigned long phy_pfn,
2201 unsigned long pages)
2202{
2203 int support, level = 1;
2204 unsigned long pfnmerge;
2205
2206 support = domain->iommu_superpage;
2207
2208 /* To use a large page, the virtual *and* physical addresses
2209 must be aligned to 2MiB/1GiB/etc. Lower bits set in either
2210 of them will mean we have to use smaller pages. So just
2211 merge them and check both at once. */
2212 pfnmerge = iov_pfn | phy_pfn;
2213
2214 while (support && !(pfnmerge & ~VTD_STRIDE_MASK)) {
2215 pages >>= VTD_STRIDE_SHIFT;
2216 if (!pages)
2217 break;
2218 pfnmerge >>= VTD_STRIDE_SHIFT;
2219 level++;
2220 support--;
2221 }
2222 return level;
2223}
2224
David Woodhouse9051aa02009-06-29 12:30:54 +01002225static int __domain_mapping(struct dmar_domain *domain, unsigned long iov_pfn,
2226 struct scatterlist *sg, unsigned long phys_pfn,
2227 unsigned long nr_pages, int prot)
David Woodhousee1605492009-06-29 11:17:38 +01002228{
2229 struct dma_pte *first_pte = NULL, *pte = NULL;
David Woodhouse9051aa02009-06-29 12:30:54 +01002230 phys_addr_t uninitialized_var(pteval);
Jiang Liucc4f14a2014-11-26 09:42:10 +08002231 unsigned long sg_res = 0;
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002232 unsigned int largepage_lvl = 0;
2233 unsigned long lvl_pages = 0;
David Woodhousee1605492009-06-29 11:17:38 +01002234
Jiang Liu162d1b12014-07-11 14:19:35 +08002235 BUG_ON(!domain_pfn_supported(domain, iov_pfn + nr_pages - 1));
David Woodhousee1605492009-06-29 11:17:38 +01002236
2237 if ((prot & (DMA_PTE_READ|DMA_PTE_WRITE)) == 0)
2238 return -EINVAL;
2239
2240 prot &= DMA_PTE_READ | DMA_PTE_WRITE | DMA_PTE_SNP;
2241
Jiang Liucc4f14a2014-11-26 09:42:10 +08002242 if (!sg) {
2243 sg_res = nr_pages;
David Woodhouse9051aa02009-06-29 12:30:54 +01002244 pteval = ((phys_addr_t)phys_pfn << VTD_PAGE_SHIFT) | prot;
2245 }
2246
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002247 while (nr_pages > 0) {
David Woodhousec85994e2009-07-01 19:21:24 +01002248 uint64_t tmp;
2249
David Woodhousee1605492009-06-29 11:17:38 +01002250 if (!sg_res) {
Robin Murphy29a90b72017-09-28 15:14:01 +01002251 unsigned int pgoff = sg->offset & ~PAGE_MASK;
2252
Fenghua Yuf5329592009-08-04 15:09:37 -07002253 sg_res = aligned_nrpages(sg->offset, sg->length);
Robin Murphy29a90b72017-09-28 15:14:01 +01002254 sg->dma_address = ((dma_addr_t)iov_pfn << VTD_PAGE_SHIFT) + pgoff;
David Woodhousee1605492009-06-29 11:17:38 +01002255 sg->dma_length = sg->length;
Robin Murphy29a90b72017-09-28 15:14:01 +01002256 pteval = (sg_phys(sg) - pgoff) | prot;
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002257 phys_pfn = pteval >> VTD_PAGE_SHIFT;
David Woodhousee1605492009-06-29 11:17:38 +01002258 }
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002259
David Woodhousee1605492009-06-29 11:17:38 +01002260 if (!pte) {
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002261 largepage_lvl = hardware_largepage_caps(domain, iov_pfn, phys_pfn, sg_res);
2262
David Woodhouse5cf0a762014-03-19 16:07:49 +00002263 first_pte = pte = pfn_to_dma_pte(domain, iov_pfn, &largepage_lvl);
David Woodhousee1605492009-06-29 11:17:38 +01002264 if (!pte)
2265 return -ENOMEM;
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002266 /* It is large page*/
Woodhouse, David6491d4d2012-12-19 13:25:35 +00002267 if (largepage_lvl > 1) {
Christian Zanderba2374f2015-06-10 09:41:45 -07002268 unsigned long nr_superpages, end_pfn;
2269
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002270 pteval |= DMA_PTE_LARGE_PAGE;
Jiang Liud41a4ad2014-07-11 14:19:34 +08002271 lvl_pages = lvl_to_nr_pages(largepage_lvl);
Christian Zanderba2374f2015-06-10 09:41:45 -07002272
2273 nr_superpages = sg_res / lvl_pages;
2274 end_pfn = iov_pfn + nr_superpages * lvl_pages - 1;
2275
Jiang Liud41a4ad2014-07-11 14:19:34 +08002276 /*
2277 * Ensure that old small page tables are
Christian Zanderba2374f2015-06-10 09:41:45 -07002278 * removed to make room for superpage(s).
David Dillowbc24c572017-06-28 19:42:23 -07002279 * We're adding new large pages, so make sure
2280 * we don't remove their parent tables.
Jiang Liud41a4ad2014-07-11 14:19:34 +08002281 */
David Dillowbc24c572017-06-28 19:42:23 -07002282 dma_pte_free_pagetable(domain, iov_pfn, end_pfn,
2283 largepage_lvl + 1);
Woodhouse, David6491d4d2012-12-19 13:25:35 +00002284 } else {
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002285 pteval &= ~(uint64_t)DMA_PTE_LARGE_PAGE;
Woodhouse, David6491d4d2012-12-19 13:25:35 +00002286 }
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002287
David Woodhousee1605492009-06-29 11:17:38 +01002288 }
2289 /* We don't need lock here, nobody else
2290 * touches the iova range
2291 */
David Woodhouse7766a3f2009-07-01 20:27:03 +01002292 tmp = cmpxchg64_local(&pte->val, 0ULL, pteval);
David Woodhousec85994e2009-07-01 19:21:24 +01002293 if (tmp) {
David Woodhouse1bf20f02009-06-29 22:06:43 +01002294 static int dumps = 5;
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02002295 pr_crit("ERROR: DMA PTE for vPFN 0x%lx already set (to %llx not %llx)\n",
2296 iov_pfn, tmp, (unsigned long long)pteval);
David Woodhouse1bf20f02009-06-29 22:06:43 +01002297 if (dumps) {
2298 dumps--;
2299 debug_dma_dump_mappings(NULL);
2300 }
2301 WARN_ON(1);
2302 }
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002303
2304 lvl_pages = lvl_to_nr_pages(largepage_lvl);
2305
2306 BUG_ON(nr_pages < lvl_pages);
2307 BUG_ON(sg_res < lvl_pages);
2308
2309 nr_pages -= lvl_pages;
2310 iov_pfn += lvl_pages;
2311 phys_pfn += lvl_pages;
2312 pteval += lvl_pages * VTD_PAGE_SIZE;
2313 sg_res -= lvl_pages;
2314
2315 /* If the next PTE would be the first in a new page, then we
2316 need to flush the cache on the entries we've just written.
2317 And then we'll need to recalculate 'pte', so clear it and
2318 let it get set again in the if (!pte) block above.
2319
2320 If we're done (!nr_pages) we need to flush the cache too.
2321
2322 Also if we've been setting superpages, we may need to
2323 recalculate 'pte' and switch back to smaller pages for the
2324 end of the mapping, if the trailing size is not enough to
2325 use another superpage (i.e. sg_res < lvl_pages). */
David Woodhousee1605492009-06-29 11:17:38 +01002326 pte++;
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002327 if (!nr_pages || first_pte_in_page(pte) ||
2328 (largepage_lvl > 1 && sg_res < lvl_pages)) {
David Woodhousee1605492009-06-29 11:17:38 +01002329 domain_flush_cache(domain, first_pte,
2330 (void *)pte - (void *)first_pte);
2331 pte = NULL;
2332 }
Youquan Song6dd9a7c2011-05-25 19:13:49 +01002333
2334 if (!sg_res && nr_pages)
David Woodhousee1605492009-06-29 11:17:38 +01002335 sg = sg_next(sg);
2336 }
2337 return 0;
2338}
2339
Peter Xu87684fd2018-05-04 10:34:53 +08002340static int domain_mapping(struct dmar_domain *domain, unsigned long iov_pfn,
2341 struct scatterlist *sg, unsigned long phys_pfn,
2342 unsigned long nr_pages, int prot)
2343{
2344 int ret;
2345 struct intel_iommu *iommu;
2346
2347 /* Do the real mapping first */
2348 ret = __domain_mapping(domain, iov_pfn, sg, phys_pfn, nr_pages, prot);
2349 if (ret)
2350 return ret;
2351
2352 /* Notify about the new mapping */
2353 if (domain_type_is_vm(domain)) {
2354 /* VM typed domains can have more than one IOMMUs */
2355 int iommu_id;
2356 for_each_domain_iommu(iommu_id, domain) {
2357 iommu = g_iommus[iommu_id];
2358 __mapping_notify_one(iommu, domain, iov_pfn, nr_pages);
2359 }
2360 } else {
2361 /* General domains only have one IOMMU */
2362 iommu = domain_get_iommu(domain);
2363 __mapping_notify_one(iommu, domain, iov_pfn, nr_pages);
2364 }
2365
2366 return 0;
2367}
2368
David Woodhouse9051aa02009-06-29 12:30:54 +01002369static inline int domain_sg_mapping(struct dmar_domain *domain, unsigned long iov_pfn,
2370 struct scatterlist *sg, unsigned long nr_pages,
2371 int prot)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002372{
Peter Xu87684fd2018-05-04 10:34:53 +08002373 return domain_mapping(domain, iov_pfn, sg, 0, nr_pages, prot);
David Woodhouse9051aa02009-06-29 12:30:54 +01002374}
Fenghua Yu5b6985c2008-10-16 18:02:32 -07002375
David Woodhouse9051aa02009-06-29 12:30:54 +01002376static inline int domain_pfn_mapping(struct dmar_domain *domain, unsigned long iov_pfn,
2377 unsigned long phys_pfn, unsigned long nr_pages,
2378 int prot)
2379{
Peter Xu87684fd2018-05-04 10:34:53 +08002380 return domain_mapping(domain, iov_pfn, NULL, phys_pfn, nr_pages, prot);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002381}
2382
Joerg Roedel2452d9d2015-07-23 16:20:14 +02002383static void domain_context_clear_one(struct intel_iommu *iommu, u8 bus, u8 devfn)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002384{
Filippo Sironi50822192017-08-31 10:58:11 +02002385 unsigned long flags;
2386 struct context_entry *context;
2387 u16 did_old;
2388
Weidong Hanc7151a82008-12-08 22:51:37 +08002389 if (!iommu)
2390 return;
Weidong Han8c11e792008-12-08 15:29:22 +08002391
Filippo Sironi50822192017-08-31 10:58:11 +02002392 spin_lock_irqsave(&iommu->lock, flags);
2393 context = iommu_context_addr(iommu, bus, devfn, 0);
2394 if (!context) {
2395 spin_unlock_irqrestore(&iommu->lock, flags);
2396 return;
2397 }
2398 did_old = context_domain_id(context);
2399 context_clear_entry(context);
2400 __iommu_flush_cache(iommu, context, sizeof(*context));
2401 spin_unlock_irqrestore(&iommu->lock, flags);
2402 iommu->flush.flush_context(iommu,
2403 did_old,
2404 (((u16)bus) << 8) | devfn,
2405 DMA_CCMD_MASK_NOBIT,
2406 DMA_CCMD_DEVICE_INVL);
2407 iommu->flush.flush_iotlb(iommu,
2408 did_old,
2409 0,
2410 0,
2411 DMA_TLB_DSI_FLUSH);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002412}
2413
David Woodhouse109b9b02012-05-25 17:43:02 +01002414static inline void unlink_domain_info(struct device_domain_info *info)
2415{
2416 assert_spin_locked(&device_domain_lock);
2417 list_del(&info->link);
2418 list_del(&info->global);
2419 if (info->dev)
David Woodhouse0bcb3e22014-03-06 17:12:03 +00002420 info->dev->archdata.iommu = NULL;
David Woodhouse109b9b02012-05-25 17:43:02 +01002421}
2422
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002423static void domain_remove_dev_info(struct dmar_domain *domain)
2424{
Yijing Wang3a74ca02014-05-20 20:37:47 +08002425 struct device_domain_info *info, *tmp;
Jiang Liufb170fb2014-07-11 14:19:28 +08002426 unsigned long flags;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002427
2428 spin_lock_irqsave(&device_domain_lock, flags);
Joerg Roedel76f45fe2015-07-21 18:25:11 +02002429 list_for_each_entry_safe(info, tmp, &domain->devices, link)
Joerg Roedel127c7612015-07-23 17:44:46 +02002430 __dmar_remove_one_dev_info(info);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002431 spin_unlock_irqrestore(&device_domain_lock, flags);
2432}
2433
2434/*
2435 * find_domain
David Woodhouse1525a292014-03-06 16:19:30 +00002436 * Note: we use struct device->archdata.iommu stores the info
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002437 */
David Woodhouse1525a292014-03-06 16:19:30 +00002438static struct dmar_domain *find_domain(struct device *dev)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002439{
2440 struct device_domain_info *info;
2441
2442 /* No lock here, assumes no domain exit in normal case */
David Woodhouse1525a292014-03-06 16:19:30 +00002443 info = dev->archdata.iommu;
Peter Xub316d022017-05-22 18:28:51 +08002444 if (likely(info))
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002445 return info->domain;
2446 return NULL;
2447}
2448
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002449static inline struct device_domain_info *
Jiang Liu745f2582014-02-19 14:07:26 +08002450dmar_search_domain_by_dev_info(int segment, int bus, int devfn)
2451{
2452 struct device_domain_info *info;
2453
2454 list_for_each_entry(info, &device_domain_list, global)
David Woodhouse41e80dca2014-03-09 13:55:54 -07002455 if (info->iommu->segment == segment && info->bus == bus &&
Jiang Liu745f2582014-02-19 14:07:26 +08002456 info->devfn == devfn)
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002457 return info;
Jiang Liu745f2582014-02-19 14:07:26 +08002458
2459 return NULL;
2460}
2461
Joerg Roedel5db31562015-07-22 12:40:43 +02002462static struct dmar_domain *dmar_insert_one_dev_info(struct intel_iommu *iommu,
2463 int bus, int devfn,
2464 struct device *dev,
2465 struct dmar_domain *domain)
Jiang Liu745f2582014-02-19 14:07:26 +08002466{
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002467 struct dmar_domain *found = NULL;
Jiang Liu745f2582014-02-19 14:07:26 +08002468 struct device_domain_info *info;
2469 unsigned long flags;
Joerg Roedeld160aca2015-07-22 11:52:53 +02002470 int ret;
Jiang Liu745f2582014-02-19 14:07:26 +08002471
2472 info = alloc_devinfo_mem();
2473 if (!info)
David Woodhouseb718cd32014-03-09 13:11:33 -07002474 return NULL;
Jiang Liu745f2582014-02-19 14:07:26 +08002475
Jiang Liu745f2582014-02-19 14:07:26 +08002476 info->bus = bus;
2477 info->devfn = devfn;
David Woodhouseb16d0cb2015-10-12 14:17:37 +01002478 info->ats_supported = info->pasid_supported = info->pri_supported = 0;
2479 info->ats_enabled = info->pasid_enabled = info->pri_enabled = 0;
2480 info->ats_qdep = 0;
Jiang Liu745f2582014-02-19 14:07:26 +08002481 info->dev = dev;
2482 info->domain = domain;
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002483 info->iommu = iommu;
Lu Baolucc580e42018-07-14 15:46:59 +08002484 info->pasid_table = NULL;
Jiang Liu745f2582014-02-19 14:07:26 +08002485
David Woodhouseb16d0cb2015-10-12 14:17:37 +01002486 if (dev && dev_is_pci(dev)) {
2487 struct pci_dev *pdev = to_pci_dev(info->dev);
2488
Gil Kupfercef74402018-05-10 17:56:02 -05002489 if (!pci_ats_disabled() &&
2490 ecap_dev_iotlb_support(iommu->ecap) &&
David Woodhouseb16d0cb2015-10-12 14:17:37 +01002491 pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_ATS) &&
2492 dmar_find_matched_atsr_unit(pdev))
2493 info->ats_supported = 1;
2494
Lu Baolu765b6a92018-12-10 09:58:55 +08002495 if (sm_supported(iommu)) {
2496 if (pasid_supported(iommu)) {
David Woodhouseb16d0cb2015-10-12 14:17:37 +01002497 int features = pci_pasid_features(pdev);
2498 if (features >= 0)
2499 info->pasid_supported = features | 1;
2500 }
2501
2502 if (info->ats_supported && ecap_prs(iommu->ecap) &&
2503 pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_PRI))
2504 info->pri_supported = 1;
2505 }
2506 }
2507
Jiang Liu745f2582014-02-19 14:07:26 +08002508 spin_lock_irqsave(&device_domain_lock, flags);
2509 if (dev)
David Woodhouse0bcb3e22014-03-06 17:12:03 +00002510 found = find_domain(dev);
Joerg Roedelf303e502015-07-23 18:37:13 +02002511
2512 if (!found) {
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002513 struct device_domain_info *info2;
David Woodhouse41e80dca2014-03-09 13:55:54 -07002514 info2 = dmar_search_domain_by_dev_info(iommu->segment, bus, devfn);
Joerg Roedelf303e502015-07-23 18:37:13 +02002515 if (info2) {
2516 found = info2->domain;
2517 info2->dev = dev;
2518 }
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002519 }
Joerg Roedelf303e502015-07-23 18:37:13 +02002520
Jiang Liu745f2582014-02-19 14:07:26 +08002521 if (found) {
2522 spin_unlock_irqrestore(&device_domain_lock, flags);
2523 free_devinfo_mem(info);
David Woodhouseb718cd32014-03-09 13:11:33 -07002524 /* Caller must free the original domain */
2525 return found;
Jiang Liu745f2582014-02-19 14:07:26 +08002526 }
2527
Joerg Roedeld160aca2015-07-22 11:52:53 +02002528 spin_lock(&iommu->lock);
2529 ret = domain_attach_iommu(domain, iommu);
2530 spin_unlock(&iommu->lock);
2531
2532 if (ret) {
Joerg Roedelc6c2ceb2015-07-22 13:11:53 +02002533 spin_unlock_irqrestore(&device_domain_lock, flags);
Sudip Mukherjee499f3aa2015-09-18 16:27:07 +05302534 free_devinfo_mem(info);
Joerg Roedelc6c2ceb2015-07-22 13:11:53 +02002535 return NULL;
2536 }
Joerg Roedelc6c2ceb2015-07-22 13:11:53 +02002537
David Woodhouseb718cd32014-03-09 13:11:33 -07002538 list_add(&info->link, &domain->devices);
2539 list_add(&info->global, &device_domain_list);
2540 if (dev)
2541 dev->archdata.iommu = info;
Lu Baolu0bbeb012018-12-10 09:58:56 +08002542 spin_unlock_irqrestore(&device_domain_lock, flags);
Lu Baolua7fc93f2018-07-14 15:47:00 +08002543
Lu Baolu0bbeb012018-12-10 09:58:56 +08002544 /* PASID table is mandatory for a PCI device in scalable mode. */
2545 if (dev && dev_is_pci(dev) && sm_supported(iommu)) {
Lu Baolua7fc93f2018-07-14 15:47:00 +08002546 ret = intel_pasid_alloc_table(dev);
2547 if (ret) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06002548 dev_err(dev, "PASID table allocation failed\n");
Lu Baolu0bbeb012018-12-10 09:58:56 +08002549 dmar_remove_one_dev_info(domain, dev);
2550 return NULL;
Lu Baolua7fc93f2018-07-14 15:47:00 +08002551 }
Lu Baoluef848b72018-12-10 09:59:01 +08002552
2553 /* Setup the PASID entry for requests without PASID: */
2554 spin_lock(&iommu->lock);
2555 if (hw_pass_through && domain_type_is_si(domain))
2556 ret = intel_pasid_setup_pass_through(iommu, domain,
2557 dev, PASID_RID2PASID);
2558 else
2559 ret = intel_pasid_setup_second_level(iommu, domain,
2560 dev, PASID_RID2PASID);
2561 spin_unlock(&iommu->lock);
2562 if (ret) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06002563 dev_err(dev, "Setup RID2PASID failed\n");
Lu Baoluef848b72018-12-10 09:59:01 +08002564 dmar_remove_one_dev_info(domain, dev);
2565 return NULL;
Lu Baolua7fc93f2018-07-14 15:47:00 +08002566 }
2567 }
David Woodhouseb718cd32014-03-09 13:11:33 -07002568
Joerg Roedelcc4e2572015-07-22 10:04:36 +02002569 if (dev && domain_context_mapping(domain, dev)) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06002570 dev_err(dev, "Domain context map failed\n");
Joerg Roedele6de0f82015-07-22 16:30:36 +02002571 dmar_remove_one_dev_info(domain, dev);
Joerg Roedelcc4e2572015-07-22 10:04:36 +02002572 return NULL;
2573 }
2574
David Woodhouseb718cd32014-03-09 13:11:33 -07002575 return domain;
Jiang Liu745f2582014-02-19 14:07:26 +08002576}
2577
Alex Williamson579305f2014-07-03 09:51:43 -06002578static int get_last_alias(struct pci_dev *pdev, u16 alias, void *opaque)
2579{
2580 *(u16 *)opaque = alias;
2581 return 0;
2582}
2583
Joerg Roedel76208352016-08-25 14:25:12 +02002584static struct dmar_domain *find_or_alloc_domain(struct device *dev, int gaw)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002585{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06002586 struct device_domain_info *info;
Joerg Roedel76208352016-08-25 14:25:12 +02002587 struct dmar_domain *domain = NULL;
Alex Williamson579305f2014-07-03 09:51:43 -06002588 struct intel_iommu *iommu;
Lu Baolufcc35c62018-05-04 13:08:17 +08002589 u16 dma_alias;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002590 unsigned long flags;
Yijing Wangaa4d0662014-05-26 20:14:06 +08002591 u8 bus, devfn;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002592
David Woodhouse146922e2014-03-09 15:44:17 -07002593 iommu = device_to_iommu(dev, &bus, &devfn);
2594 if (!iommu)
Alex Williamson579305f2014-07-03 09:51:43 -06002595 return NULL;
2596
2597 if (dev_is_pci(dev)) {
2598 struct pci_dev *pdev = to_pci_dev(dev);
2599
2600 pci_for_each_dma_alias(pdev, get_last_alias, &dma_alias);
2601
2602 spin_lock_irqsave(&device_domain_lock, flags);
2603 info = dmar_search_domain_by_dev_info(pci_domain_nr(pdev->bus),
2604 PCI_BUS_NUM(dma_alias),
2605 dma_alias & 0xff);
2606 if (info) {
2607 iommu = info->iommu;
2608 domain = info->domain;
2609 }
2610 spin_unlock_irqrestore(&device_domain_lock, flags);
2611
Joerg Roedel76208352016-08-25 14:25:12 +02002612 /* DMA alias already has a domain, use it */
Alex Williamson579305f2014-07-03 09:51:43 -06002613 if (info)
Joerg Roedel76208352016-08-25 14:25:12 +02002614 goto out;
Alex Williamson579305f2014-07-03 09:51:43 -06002615 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002616
David Woodhouse146922e2014-03-09 15:44:17 -07002617 /* Allocate and initialize new domain for the device */
Jiang Liuab8dfe22014-07-11 14:19:27 +08002618 domain = alloc_domain(0);
Jiang Liu745f2582014-02-19 14:07:26 +08002619 if (!domain)
Alex Williamson579305f2014-07-03 09:51:43 -06002620 return NULL;
Joerg Roedeldc534b22015-07-22 12:44:02 +02002621 if (domain_init(domain, iommu, gaw)) {
Alex Williamson579305f2014-07-03 09:51:43 -06002622 domain_exit(domain);
2623 return NULL;
2624 }
2625
Joerg Roedel76208352016-08-25 14:25:12 +02002626out:
Alex Williamson579305f2014-07-03 09:51:43 -06002627
Joerg Roedel76208352016-08-25 14:25:12 +02002628 return domain;
2629}
2630
2631static struct dmar_domain *set_domain_for_dev(struct device *dev,
2632 struct dmar_domain *domain)
2633{
2634 struct intel_iommu *iommu;
2635 struct dmar_domain *tmp;
2636 u16 req_id, dma_alias;
2637 u8 bus, devfn;
2638
2639 iommu = device_to_iommu(dev, &bus, &devfn);
2640 if (!iommu)
2641 return NULL;
2642
2643 req_id = ((u16)bus << 8) | devfn;
2644
2645 if (dev_is_pci(dev)) {
2646 struct pci_dev *pdev = to_pci_dev(dev);
2647
2648 pci_for_each_dma_alias(pdev, get_last_alias, &dma_alias);
2649
2650 /* register PCI DMA alias device */
2651 if (req_id != dma_alias) {
2652 tmp = dmar_insert_one_dev_info(iommu, PCI_BUS_NUM(dma_alias),
2653 dma_alias & 0xff, NULL, domain);
2654
2655 if (!tmp || tmp != domain)
2656 return tmp;
Alex Williamson579305f2014-07-03 09:51:43 -06002657 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002658 }
2659
Joerg Roedel5db31562015-07-22 12:40:43 +02002660 tmp = dmar_insert_one_dev_info(iommu, bus, devfn, dev, domain);
Joerg Roedel76208352016-08-25 14:25:12 +02002661 if (!tmp || tmp != domain)
2662 return tmp;
Alex Williamson579305f2014-07-03 09:51:43 -06002663
Joerg Roedel76208352016-08-25 14:25:12 +02002664 return domain;
2665}
2666
2667static struct dmar_domain *get_domain_for_dev(struct device *dev, int gaw)
2668{
2669 struct dmar_domain *domain, *tmp;
2670
2671 domain = find_domain(dev);
2672 if (domain)
2673 goto out;
2674
2675 domain = find_or_alloc_domain(dev, gaw);
2676 if (!domain)
2677 goto out;
2678
2679 tmp = set_domain_for_dev(dev, domain);
2680 if (!tmp || domain != tmp) {
Alex Williamson579305f2014-07-03 09:51:43 -06002681 domain_exit(domain);
2682 domain = tmp;
2683 }
David Woodhouseb718cd32014-03-09 13:11:33 -07002684
Joerg Roedel76208352016-08-25 14:25:12 +02002685out:
2686
David Woodhouseb718cd32014-03-09 13:11:33 -07002687 return domain;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002688}
2689
David Woodhouseb2132032009-06-26 18:50:28 +01002690static int iommu_domain_identity_map(struct dmar_domain *domain,
2691 unsigned long long start,
2692 unsigned long long end)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002693{
David Woodhousec5395d52009-06-28 16:35:56 +01002694 unsigned long first_vpfn = start >> VTD_PAGE_SHIFT;
2695 unsigned long last_vpfn = end >> VTD_PAGE_SHIFT;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002696
David Woodhousec5395d52009-06-28 16:35:56 +01002697 if (!reserve_iova(&domain->iovad, dma_to_mm_pfn(first_vpfn),
2698 dma_to_mm_pfn(last_vpfn))) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02002699 pr_err("Reserving iova failed\n");
David Woodhouseb2132032009-06-26 18:50:28 +01002700 return -ENOMEM;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002701 }
2702
Joerg Roedelaf1089c2015-07-21 15:45:19 +02002703 pr_debug("Mapping reserved region %llx-%llx\n", start, end);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002704 /*
2705 * RMRR range might have overlap with physical memory range,
2706 * clear it first
2707 */
David Woodhousec5395d52009-06-28 16:35:56 +01002708 dma_pte_clear_range(domain, first_vpfn, last_vpfn);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002709
Peter Xu87684fd2018-05-04 10:34:53 +08002710 return __domain_mapping(domain, first_vpfn, NULL,
2711 first_vpfn, last_vpfn - first_vpfn + 1,
2712 DMA_PTE_READ|DMA_PTE_WRITE);
David Woodhouseb2132032009-06-26 18:50:28 +01002713}
2714
Joerg Roedeld66ce542015-09-23 19:00:10 +02002715static int domain_prepare_identity_map(struct device *dev,
2716 struct dmar_domain *domain,
2717 unsigned long long start,
2718 unsigned long long end)
David Woodhouseb2132032009-06-26 18:50:28 +01002719{
David Woodhouse19943b02009-08-04 16:19:20 +01002720 /* For _hardware_ passthrough, don't bother. But for software
2721 passthrough, we do it anyway -- it may indicate a memory
2722 range which is reserved in E820, so which didn't get set
2723 up to start with in si_domain */
2724 if (domain == si_domain && hw_pass_through) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06002725 dev_warn(dev, "Ignoring identity map for HW passthrough [0x%Lx - 0x%Lx]\n",
2726 start, end);
David Woodhouse19943b02009-08-04 16:19:20 +01002727 return 0;
2728 }
2729
Bjorn Helgaas932a6522019-02-08 16:06:00 -06002730 dev_info(dev, "Setting identity map [0x%Lx - 0x%Lx]\n", start, end);
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02002731
David Woodhouse5595b522009-12-02 09:21:55 +00002732 if (end < start) {
2733 WARN(1, "Your BIOS is broken; RMRR ends before it starts!\n"
2734 "BIOS vendor: %s; Ver: %s; Product Version: %s\n",
2735 dmi_get_system_info(DMI_BIOS_VENDOR),
2736 dmi_get_system_info(DMI_BIOS_VERSION),
2737 dmi_get_system_info(DMI_PRODUCT_VERSION));
Joerg Roedeld66ce542015-09-23 19:00:10 +02002738 return -EIO;
David Woodhouse5595b522009-12-02 09:21:55 +00002739 }
2740
David Woodhouse2ff729f2009-08-26 14:25:41 +01002741 if (end >> agaw_to_width(domain->agaw)) {
2742 WARN(1, "Your BIOS is broken; RMRR exceeds permitted address width (%d bits)\n"
2743 "BIOS vendor: %s; Ver: %s; Product Version: %s\n",
2744 agaw_to_width(domain->agaw),
2745 dmi_get_system_info(DMI_BIOS_VENDOR),
2746 dmi_get_system_info(DMI_BIOS_VERSION),
2747 dmi_get_system_info(DMI_PRODUCT_VERSION));
Joerg Roedeld66ce542015-09-23 19:00:10 +02002748 return -EIO;
David Woodhouse2ff729f2009-08-26 14:25:41 +01002749 }
David Woodhouse19943b02009-08-04 16:19:20 +01002750
Joerg Roedeld66ce542015-09-23 19:00:10 +02002751 return iommu_domain_identity_map(domain, start, end);
2752}
2753
2754static int iommu_prepare_identity_map(struct device *dev,
2755 unsigned long long start,
2756 unsigned long long end)
2757{
2758 struct dmar_domain *domain;
2759 int ret;
2760
2761 domain = get_domain_for_dev(dev, DEFAULT_DOMAIN_ADDRESS_WIDTH);
2762 if (!domain)
2763 return -ENOMEM;
2764
2765 ret = domain_prepare_identity_map(dev, domain, start, end);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002766 if (ret)
Joerg Roedeld66ce542015-09-23 19:00:10 +02002767 domain_exit(domain);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002768
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002769 return ret;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002770}
2771
2772static inline int iommu_prepare_rmrr_dev(struct dmar_rmrr_unit *rmrr,
David Woodhouse0b9d9752014-03-09 15:48:15 -07002773 struct device *dev)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002774{
David Woodhouse0b9d9752014-03-09 15:48:15 -07002775 if (dev->archdata.iommu == DUMMY_DEVICE_DOMAIN_INFO)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002776 return 0;
David Woodhouse0b9d9752014-03-09 15:48:15 -07002777 return iommu_prepare_identity_map(dev, rmrr->base_address,
2778 rmrr->end_address);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07002779}
2780
Suresh Siddhad3f13812011-08-23 17:05:25 -07002781#ifdef CONFIG_INTEL_IOMMU_FLOPPY_WA
Keshavamurthy, Anil S49a04292007-10-21 16:41:57 -07002782static inline void iommu_prepare_isa(void)
2783{
2784 struct pci_dev *pdev;
2785 int ret;
2786
2787 pdev = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, NULL);
2788 if (!pdev)
2789 return;
2790
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02002791 pr_info("Prepare 0-16MiB unity mapping for LPC\n");
David Woodhouse0b9d9752014-03-09 15:48:15 -07002792 ret = iommu_prepare_identity_map(&pdev->dev, 0, 16*1024*1024 - 1);
Keshavamurthy, Anil S49a04292007-10-21 16:41:57 -07002793
2794 if (ret)
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02002795 pr_err("Failed to create 0-16MiB identity map - floppy might not work\n");
Keshavamurthy, Anil S49a04292007-10-21 16:41:57 -07002796
Yijing Wang9b27e822014-05-20 20:37:52 +08002797 pci_dev_put(pdev);
Keshavamurthy, Anil S49a04292007-10-21 16:41:57 -07002798}
2799#else
2800static inline void iommu_prepare_isa(void)
2801{
2802 return;
2803}
Suresh Siddhad3f13812011-08-23 17:05:25 -07002804#endif /* !CONFIG_INTEL_IOMMU_FLPY_WA */
Keshavamurthy, Anil S49a04292007-10-21 16:41:57 -07002805
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002806static int md_domain_init(struct dmar_domain *domain, int guest_width);
David Woodhousec7ab48d2009-06-26 19:10:36 +01002807
Matt Kraai071e1372009-08-23 22:30:22 -07002808static int __init si_domain_init(int hw)
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002809{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06002810 int nid, ret;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002811
Jiang Liuab8dfe22014-07-11 14:19:27 +08002812 si_domain = alloc_domain(DOMAIN_FLAG_STATIC_IDENTITY);
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002813 if (!si_domain)
2814 return -EFAULT;
2815
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002816 if (md_domain_init(si_domain, DEFAULT_DOMAIN_ADDRESS_WIDTH)) {
2817 domain_exit(si_domain);
2818 return -EFAULT;
2819 }
2820
Joerg Roedel0dc79712015-07-21 15:40:06 +02002821 pr_debug("Identity mapping domain allocated\n");
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002822
David Woodhouse19943b02009-08-04 16:19:20 +01002823 if (hw)
2824 return 0;
2825
David Woodhousec7ab48d2009-06-26 19:10:36 +01002826 for_each_online_node(nid) {
Tejun Heod4bbf7e2011-11-28 09:46:22 -08002827 unsigned long start_pfn, end_pfn;
2828 int i;
2829
2830 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, NULL) {
2831 ret = iommu_domain_identity_map(si_domain,
2832 PFN_PHYS(start_pfn), PFN_PHYS(end_pfn));
2833 if (ret)
2834 return ret;
2835 }
David Woodhousec7ab48d2009-06-26 19:10:36 +01002836 }
2837
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002838 return 0;
2839}
2840
David Woodhouse9b226622014-03-09 14:03:28 -07002841static int identity_mapping(struct device *dev)
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002842{
2843 struct device_domain_info *info;
2844
2845 if (likely(!iommu_identity_mapping))
2846 return 0;
2847
David Woodhouse9b226622014-03-09 14:03:28 -07002848 info = dev->archdata.iommu;
Mike Traviscb452a42011-05-28 13:15:03 -05002849 if (info && info != DUMMY_DEVICE_DOMAIN_INFO)
2850 return (info->domain == si_domain);
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002851
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002852 return 0;
2853}
2854
Joerg Roedel28ccce02015-07-21 14:45:31 +02002855static int domain_add_dev_info(struct dmar_domain *domain, struct device *dev)
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002856{
David Woodhouse0ac72662014-03-09 13:19:22 -07002857 struct dmar_domain *ndomain;
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002858 struct intel_iommu *iommu;
David Woodhouse156baca2014-03-09 14:00:57 -07002859 u8 bus, devfn;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002860
David Woodhouse5913c9b2014-03-09 16:27:31 -07002861 iommu = device_to_iommu(dev, &bus, &devfn);
David Woodhouse5a8f40e2014-03-09 13:31:18 -07002862 if (!iommu)
2863 return -ENODEV;
2864
Joerg Roedel5db31562015-07-22 12:40:43 +02002865 ndomain = dmar_insert_one_dev_info(iommu, bus, devfn, dev, domain);
David Woodhouse0ac72662014-03-09 13:19:22 -07002866 if (ndomain != domain)
2867 return -EBUSY;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07002868
2869 return 0;
2870}
2871
David Woodhouse0b9d9752014-03-09 15:48:15 -07002872static bool device_has_rmrr(struct device *dev)
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002873{
2874 struct dmar_rmrr_unit *rmrr;
David Woodhouse832bd852014-03-07 15:08:36 +00002875 struct device *tmp;
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002876 int i;
2877
Jiang Liu0e2426122014-02-19 14:07:34 +08002878 rcu_read_lock();
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002879 for_each_rmrr_units(rmrr) {
Jiang Liub683b232014-02-19 14:07:32 +08002880 /*
2881 * Return TRUE if this RMRR contains the device that
2882 * is passed in.
2883 */
2884 for_each_active_dev_scope(rmrr->devices,
2885 rmrr->devices_cnt, i, tmp)
David Woodhouse0b9d9752014-03-09 15:48:15 -07002886 if (tmp == dev) {
Jiang Liu0e2426122014-02-19 14:07:34 +08002887 rcu_read_unlock();
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002888 return true;
Jiang Liub683b232014-02-19 14:07:32 +08002889 }
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002890 }
Jiang Liu0e2426122014-02-19 14:07:34 +08002891 rcu_read_unlock();
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002892 return false;
2893}
2894
Alex Williamsonc875d2c2014-07-03 09:57:02 -06002895/*
2896 * There are a couple cases where we need to restrict the functionality of
2897 * devices associated with RMRRs. The first is when evaluating a device for
2898 * identity mapping because problems exist when devices are moved in and out
2899 * of domains and their respective RMRR information is lost. This means that
2900 * a device with associated RMRRs will never be in a "passthrough" domain.
2901 * The second is use of the device through the IOMMU API. This interface
2902 * expects to have full control of the IOVA space for the device. We cannot
2903 * satisfy both the requirement that RMRR access is maintained and have an
2904 * unencumbered IOVA space. We also have no ability to quiesce the device's
2905 * use of the RMRR space or even inform the IOMMU API user of the restriction.
2906 * We therefore prevent devices associated with an RMRR from participating in
2907 * the IOMMU API, which eliminates them from device assignment.
2908 *
2909 * In both cases we assume that PCI USB devices with RMRRs have them largely
2910 * for historical reasons and that the RMRR space is not actively used post
2911 * boot. This exclusion may change if vendors begin to abuse it.
David Woodhouse18436af2015-03-25 15:05:47 +00002912 *
2913 * The same exception is made for graphics devices, with the requirement that
2914 * any use of the RMRR regions will be torn down before assigning the device
2915 * to a guest.
Alex Williamsonc875d2c2014-07-03 09:57:02 -06002916 */
2917static bool device_is_rmrr_locked(struct device *dev)
2918{
2919 if (!device_has_rmrr(dev))
2920 return false;
2921
2922 if (dev_is_pci(dev)) {
2923 struct pci_dev *pdev = to_pci_dev(dev);
2924
David Woodhouse18436af2015-03-25 15:05:47 +00002925 if (IS_USB_DEVICE(pdev) || IS_GFX_DEVICE(pdev))
Alex Williamsonc875d2c2014-07-03 09:57:02 -06002926 return false;
2927 }
2928
2929 return true;
2930}
2931
David Woodhouse3bdb2592014-03-09 16:03:08 -07002932static int iommu_should_identity_map(struct device *dev, int startup)
David Woodhouse6941af22009-07-04 18:24:27 +01002933{
David Woodhouse3bdb2592014-03-09 16:03:08 -07002934 if (dev_is_pci(dev)) {
2935 struct pci_dev *pdev = to_pci_dev(dev);
Tom Mingarelliea2447f72012-11-20 19:43:17 +00002936
Alex Williamsonc875d2c2014-07-03 09:57:02 -06002937 if (device_is_rmrr_locked(dev))
David Woodhouse3bdb2592014-03-09 16:03:08 -07002938 return 0;
David Woodhousee0fc7e02009-09-30 09:12:17 -07002939
Lu Baolu89a60792018-10-23 15:45:01 +08002940 /*
2941 * Prevent any device marked as untrusted from getting
2942 * placed into the statically identity mapping domain.
2943 */
2944 if (pdev->untrusted)
2945 return 0;
2946
David Woodhouse3bdb2592014-03-09 16:03:08 -07002947 if ((iommu_identity_mapping & IDENTMAP_AZALIA) && IS_AZALIA(pdev))
2948 return 1;
David Woodhousee0fc7e02009-09-30 09:12:17 -07002949
David Woodhouse3bdb2592014-03-09 16:03:08 -07002950 if ((iommu_identity_mapping & IDENTMAP_GFX) && IS_GFX_DEVICE(pdev))
2951 return 1;
2952
2953 if (!(iommu_identity_mapping & IDENTMAP_ALL))
2954 return 0;
2955
2956 /*
2957 * We want to start off with all devices in the 1:1 domain, and
2958 * take them out later if we find they can't access all of memory.
2959 *
2960 * However, we can't do this for PCI devices behind bridges,
2961 * because all PCI devices behind the same bridge will end up
2962 * with the same source-id on their transactions.
2963 *
2964 * Practically speaking, we can't change things around for these
2965 * devices at run-time, because we can't be sure there'll be no
2966 * DMA transactions in flight for any of their siblings.
2967 *
2968 * So PCI devices (unless they're on the root bus) as well as
2969 * their parent PCI-PCI or PCIe-PCI bridges must be left _out_ of
2970 * the 1:1 domain, just in _case_ one of their siblings turns out
2971 * not to be able to map all of memory.
2972 */
2973 if (!pci_is_pcie(pdev)) {
2974 if (!pci_is_root_bus(pdev->bus))
2975 return 0;
2976 if (pdev->class >> 8 == PCI_CLASS_BRIDGE_PCI)
2977 return 0;
2978 } else if (pci_pcie_type(pdev) == PCI_EXP_TYPE_PCI_BRIDGE)
2979 return 0;
2980 } else {
2981 if (device_has_rmrr(dev))
2982 return 0;
2983 }
David Woodhouse6941af22009-07-04 18:24:27 +01002984
David Woodhouse3dfc8132009-07-04 19:11:08 +01002985 /*
David Woodhouse3dfc8132009-07-04 19:11:08 +01002986 * At boot time, we don't yet know if devices will be 64-bit capable.
David Woodhouse3bdb2592014-03-09 16:03:08 -07002987 * Assume that they will — if they turn out not to be, then we can
David Woodhouse3dfc8132009-07-04 19:11:08 +01002988 * take them out of the 1:1 domain later.
2989 */
Chris Wright8fcc5372011-05-28 13:15:02 -05002990 if (!startup) {
2991 /*
2992 * If the device's dma_mask is less than the system's memory
2993 * size then this is not a candidate for identity mapping.
2994 */
David Woodhouse3bdb2592014-03-09 16:03:08 -07002995 u64 dma_mask = *dev->dma_mask;
Chris Wright8fcc5372011-05-28 13:15:02 -05002996
David Woodhouse3bdb2592014-03-09 16:03:08 -07002997 if (dev->coherent_dma_mask &&
2998 dev->coherent_dma_mask < dma_mask)
2999 dma_mask = dev->coherent_dma_mask;
Chris Wright8fcc5372011-05-28 13:15:02 -05003000
David Woodhouse3bdb2592014-03-09 16:03:08 -07003001 return dma_mask >= dma_get_required_mask(dev);
Chris Wright8fcc5372011-05-28 13:15:02 -05003002 }
David Woodhouse6941af22009-07-04 18:24:27 +01003003
3004 return 1;
3005}
3006
David Woodhousecf04eee2014-03-21 16:49:04 +00003007static int __init dev_prepare_static_identity_mapping(struct device *dev, int hw)
3008{
3009 int ret;
3010
3011 if (!iommu_should_identity_map(dev, 1))
3012 return 0;
3013
Joerg Roedel28ccce02015-07-21 14:45:31 +02003014 ret = domain_add_dev_info(si_domain, dev);
David Woodhousecf04eee2014-03-21 16:49:04 +00003015 if (!ret)
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003016 dev_info(dev, "%s identity mapping\n",
3017 hw ? "Hardware" : "Software");
David Woodhousecf04eee2014-03-21 16:49:04 +00003018 else if (ret == -ENODEV)
3019 /* device not associated with an iommu */
3020 ret = 0;
3021
3022 return ret;
3023}
3024
3025
Matt Kraai071e1372009-08-23 22:30:22 -07003026static int __init iommu_prepare_static_identity_mapping(int hw)
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003027{
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003028 struct pci_dev *pdev = NULL;
David Woodhousecf04eee2014-03-21 16:49:04 +00003029 struct dmar_drhd_unit *drhd;
3030 struct intel_iommu *iommu;
3031 struct device *dev;
3032 int i;
3033 int ret = 0;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003034
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003035 for_each_pci_dev(pdev) {
David Woodhousecf04eee2014-03-21 16:49:04 +00003036 ret = dev_prepare_static_identity_mapping(&pdev->dev, hw);
3037 if (ret)
3038 return ret;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003039 }
3040
David Woodhousecf04eee2014-03-21 16:49:04 +00003041 for_each_active_iommu(iommu, drhd)
3042 for_each_active_dev_scope(drhd->devices, drhd->devices_cnt, i, dev) {
3043 struct acpi_device_physical_node *pn;
3044 struct acpi_device *adev;
3045
3046 if (dev->bus != &acpi_bus_type)
3047 continue;
Joerg Roedel86080cc2015-06-12 12:27:16 +02003048
David Woodhousecf04eee2014-03-21 16:49:04 +00003049 adev= to_acpi_device(dev);
3050 mutex_lock(&adev->physical_node_lock);
3051 list_for_each_entry(pn, &adev->physical_node_list, node) {
3052 ret = dev_prepare_static_identity_mapping(pn->dev, hw);
3053 if (ret)
3054 break;
3055 }
3056 mutex_unlock(&adev->physical_node_lock);
3057 if (ret)
3058 return ret;
3059 }
3060
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003061 return 0;
3062}
3063
Jiang Liuffebeb42014-11-09 22:48:02 +08003064static void intel_iommu_init_qi(struct intel_iommu *iommu)
3065{
3066 /*
3067 * Start from the sane iommu hardware state.
3068 * If the queued invalidation is already initialized by us
3069 * (for example, while enabling interrupt-remapping) then
3070 * we got the things already rolling from a sane state.
3071 */
3072 if (!iommu->qi) {
3073 /*
3074 * Clear any previous faults.
3075 */
3076 dmar_fault(-1, iommu);
3077 /*
3078 * Disable queued invalidation if supported and already enabled
3079 * before OS handover.
3080 */
3081 dmar_disable_qi(iommu);
3082 }
3083
3084 if (dmar_enable_qi(iommu)) {
3085 /*
3086 * Queued Invalidate not enabled, use Register Based Invalidate
3087 */
3088 iommu->flush.flush_context = __iommu_flush_context;
3089 iommu->flush.flush_iotlb = __iommu_flush_iotlb;
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003090 pr_info("%s: Using Register based invalidation\n",
Jiang Liuffebeb42014-11-09 22:48:02 +08003091 iommu->name);
3092 } else {
3093 iommu->flush.flush_context = qi_flush_context;
3094 iommu->flush.flush_iotlb = qi_flush_iotlb;
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003095 pr_info("%s: Using Queued invalidation\n", iommu->name);
Jiang Liuffebeb42014-11-09 22:48:02 +08003096 }
3097}
3098
Joerg Roedel091d42e2015-06-12 11:56:10 +02003099static int copy_context_table(struct intel_iommu *iommu,
Dan Williamsdfddb962015-10-09 18:16:46 -04003100 struct root_entry *old_re,
Joerg Roedel091d42e2015-06-12 11:56:10 +02003101 struct context_entry **tbl,
3102 int bus, bool ext)
3103{
Joerg Roedeldbcd8612015-06-12 12:02:09 +02003104 int tbl_idx, pos = 0, idx, devfn, ret = 0, did;
Joerg Roedel543c8dc2015-08-13 11:56:59 +02003105 struct context_entry *new_ce = NULL, ce;
Dan Williamsdfddb962015-10-09 18:16:46 -04003106 struct context_entry *old_ce = NULL;
Joerg Roedel543c8dc2015-08-13 11:56:59 +02003107 struct root_entry re;
Joerg Roedel091d42e2015-06-12 11:56:10 +02003108 phys_addr_t old_ce_phys;
3109
3110 tbl_idx = ext ? bus * 2 : bus;
Dan Williamsdfddb962015-10-09 18:16:46 -04003111 memcpy(&re, old_re, sizeof(re));
Joerg Roedel091d42e2015-06-12 11:56:10 +02003112
3113 for (devfn = 0; devfn < 256; devfn++) {
3114 /* First calculate the correct index */
3115 idx = (ext ? devfn * 2 : devfn) % 256;
3116
3117 if (idx == 0) {
3118 /* First save what we may have and clean up */
3119 if (new_ce) {
3120 tbl[tbl_idx] = new_ce;
3121 __iommu_flush_cache(iommu, new_ce,
3122 VTD_PAGE_SIZE);
3123 pos = 1;
3124 }
3125
3126 if (old_ce)
Pan Bian829383e2018-11-21 17:53:47 +08003127 memunmap(old_ce);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003128
3129 ret = 0;
3130 if (devfn < 0x80)
Joerg Roedel543c8dc2015-08-13 11:56:59 +02003131 old_ce_phys = root_entry_lctp(&re);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003132 else
Joerg Roedel543c8dc2015-08-13 11:56:59 +02003133 old_ce_phys = root_entry_uctp(&re);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003134
3135 if (!old_ce_phys) {
3136 if (ext && devfn == 0) {
3137 /* No LCTP, try UCTP */
3138 devfn = 0x7f;
3139 continue;
3140 } else {
3141 goto out;
3142 }
3143 }
3144
3145 ret = -ENOMEM;
Dan Williamsdfddb962015-10-09 18:16:46 -04003146 old_ce = memremap(old_ce_phys, PAGE_SIZE,
3147 MEMREMAP_WB);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003148 if (!old_ce)
3149 goto out;
3150
3151 new_ce = alloc_pgtable_page(iommu->node);
3152 if (!new_ce)
3153 goto out_unmap;
3154
3155 ret = 0;
3156 }
3157
3158 /* Now copy the context entry */
Dan Williamsdfddb962015-10-09 18:16:46 -04003159 memcpy(&ce, old_ce + idx, sizeof(ce));
Joerg Roedel091d42e2015-06-12 11:56:10 +02003160
Joerg Roedelcf484d02015-06-12 12:21:46 +02003161 if (!__context_present(&ce))
Joerg Roedel091d42e2015-06-12 11:56:10 +02003162 continue;
3163
Joerg Roedeldbcd8612015-06-12 12:02:09 +02003164 did = context_domain_id(&ce);
3165 if (did >= 0 && did < cap_ndoms(iommu->cap))
3166 set_bit(did, iommu->domain_ids);
3167
Joerg Roedelcf484d02015-06-12 12:21:46 +02003168 /*
3169 * We need a marker for copied context entries. This
3170 * marker needs to work for the old format as well as
3171 * for extended context entries.
3172 *
3173 * Bit 67 of the context entry is used. In the old
3174 * format this bit is available to software, in the
3175 * extended format it is the PGE bit, but PGE is ignored
3176 * by HW if PASIDs are disabled (and thus still
3177 * available).
3178 *
3179 * So disable PASIDs first and then mark the entry
3180 * copied. This means that we don't copy PASID
3181 * translations from the old kernel, but this is fine as
3182 * faults there are not fatal.
3183 */
3184 context_clear_pasid_enable(&ce);
3185 context_set_copied(&ce);
3186
Joerg Roedel091d42e2015-06-12 11:56:10 +02003187 new_ce[idx] = ce;
3188 }
3189
3190 tbl[tbl_idx + pos] = new_ce;
3191
3192 __iommu_flush_cache(iommu, new_ce, VTD_PAGE_SIZE);
3193
3194out_unmap:
Dan Williamsdfddb962015-10-09 18:16:46 -04003195 memunmap(old_ce);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003196
3197out:
3198 return ret;
3199}
3200
3201static int copy_translation_tables(struct intel_iommu *iommu)
3202{
3203 struct context_entry **ctxt_tbls;
Dan Williamsdfddb962015-10-09 18:16:46 -04003204 struct root_entry *old_rt;
Joerg Roedel091d42e2015-06-12 11:56:10 +02003205 phys_addr_t old_rt_phys;
3206 int ctxt_table_entries;
3207 unsigned long flags;
3208 u64 rtaddr_reg;
3209 int bus, ret;
Joerg Roedelc3361f22015-06-12 12:39:25 +02003210 bool new_ext, ext;
Joerg Roedel091d42e2015-06-12 11:56:10 +02003211
3212 rtaddr_reg = dmar_readq(iommu->reg + DMAR_RTADDR_REG);
3213 ext = !!(rtaddr_reg & DMA_RTADDR_RTT);
Joerg Roedelc3361f22015-06-12 12:39:25 +02003214 new_ext = !!ecap_ecs(iommu->ecap);
3215
3216 /*
3217 * The RTT bit can only be changed when translation is disabled,
3218 * but disabling translation means to open a window for data
3219 * corruption. So bail out and don't copy anything if we would
3220 * have to change the bit.
3221 */
3222 if (new_ext != ext)
3223 return -EINVAL;
Joerg Roedel091d42e2015-06-12 11:56:10 +02003224
3225 old_rt_phys = rtaddr_reg & VTD_PAGE_MASK;
3226 if (!old_rt_phys)
3227 return -EINVAL;
3228
Dan Williamsdfddb962015-10-09 18:16:46 -04003229 old_rt = memremap(old_rt_phys, PAGE_SIZE, MEMREMAP_WB);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003230 if (!old_rt)
3231 return -ENOMEM;
3232
3233 /* This is too big for the stack - allocate it from slab */
3234 ctxt_table_entries = ext ? 512 : 256;
3235 ret = -ENOMEM;
Kees Cook6396bb22018-06-12 14:03:40 -07003236 ctxt_tbls = kcalloc(ctxt_table_entries, sizeof(void *), GFP_KERNEL);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003237 if (!ctxt_tbls)
3238 goto out_unmap;
3239
3240 for (bus = 0; bus < 256; bus++) {
3241 ret = copy_context_table(iommu, &old_rt[bus],
3242 ctxt_tbls, bus, ext);
3243 if (ret) {
3244 pr_err("%s: Failed to copy context table for bus %d\n",
3245 iommu->name, bus);
3246 continue;
3247 }
3248 }
3249
3250 spin_lock_irqsave(&iommu->lock, flags);
3251
3252 /* Context tables are copied, now write them to the root_entry table */
3253 for (bus = 0; bus < 256; bus++) {
3254 int idx = ext ? bus * 2 : bus;
3255 u64 val;
3256
3257 if (ctxt_tbls[idx]) {
3258 val = virt_to_phys(ctxt_tbls[idx]) | 1;
3259 iommu->root_entry[bus].lo = val;
3260 }
3261
3262 if (!ext || !ctxt_tbls[idx + 1])
3263 continue;
3264
3265 val = virt_to_phys(ctxt_tbls[idx + 1]) | 1;
3266 iommu->root_entry[bus].hi = val;
3267 }
3268
3269 spin_unlock_irqrestore(&iommu->lock, flags);
3270
3271 kfree(ctxt_tbls);
3272
3273 __iommu_flush_cache(iommu, iommu->root_entry, PAGE_SIZE);
3274
3275 ret = 0;
3276
3277out_unmap:
Dan Williamsdfddb962015-10-09 18:16:46 -04003278 memunmap(old_rt);
Joerg Roedel091d42e2015-06-12 11:56:10 +02003279
3280 return ret;
3281}
3282
Joseph Cihulab7792602011-05-03 00:08:37 -07003283static int __init init_dmars(void)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003284{
3285 struct dmar_drhd_unit *drhd;
3286 struct dmar_rmrr_unit *rmrr;
Joerg Roedela87f4912015-06-12 12:32:54 +02003287 bool copied_tables = false;
David Woodhouse832bd852014-03-07 15:08:36 +00003288 struct device *dev;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003289 struct intel_iommu *iommu;
Joerg Roedel13cf0172017-08-11 11:40:10 +02003290 int i, ret;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003291
3292 /*
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003293 * for each drhd
3294 * allocate root
3295 * initialize and program root entry to not present
3296 * endfor
3297 */
3298 for_each_drhd_unit(drhd) {
mark gross5e0d2a62008-03-04 15:22:08 -08003299 /*
3300 * lock not needed as this is only incremented in the single
3301 * threaded kernel __init code path all other access are read
3302 * only
3303 */
Jiang Liu78d8e702014-11-09 22:47:57 +08003304 if (g_num_of_iommus < DMAR_UNITS_SUPPORTED) {
Mike Travis1b198bb2012-03-05 15:05:16 -08003305 g_num_of_iommus++;
3306 continue;
3307 }
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003308 pr_err_once("Exceeded %d IOMMUs\n", DMAR_UNITS_SUPPORTED);
mark gross5e0d2a62008-03-04 15:22:08 -08003309 }
3310
Jiang Liuffebeb42014-11-09 22:48:02 +08003311 /* Preallocate enough resources for IOMMU hot-addition */
3312 if (g_num_of_iommus < DMAR_UNITS_SUPPORTED)
3313 g_num_of_iommus = DMAR_UNITS_SUPPORTED;
3314
Weidong Hand9630fe2008-12-08 11:06:32 +08003315 g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *),
3316 GFP_KERNEL);
3317 if (!g_iommus) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003318 pr_err("Allocating global iommu array failed\n");
Weidong Hand9630fe2008-12-08 11:06:32 +08003319 ret = -ENOMEM;
3320 goto error;
3321 }
3322
Jiang Liu7c919772014-01-06 14:18:18 +08003323 for_each_active_iommu(iommu, drhd) {
Lu Baolu56283172018-07-14 15:46:54 +08003324 /*
3325 * Find the max pasid size of all IOMMU's in the system.
3326 * We need to ensure the system pasid table is no bigger
3327 * than the smallest supported.
3328 */
Lu Baolu765b6a92018-12-10 09:58:55 +08003329 if (pasid_supported(iommu)) {
Lu Baolu56283172018-07-14 15:46:54 +08003330 u32 temp = 2 << ecap_pss(iommu->ecap);
3331
3332 intel_pasid_max_id = min_t(u32, temp,
3333 intel_pasid_max_id);
3334 }
3335
Weidong Hand9630fe2008-12-08 11:06:32 +08003336 g_iommus[iommu->seq_id] = iommu;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003337
Joerg Roedelb63d80d2015-06-12 09:14:34 +02003338 intel_iommu_init_qi(iommu);
3339
Suresh Siddhae61d98d2008-07-10 11:16:35 -07003340 ret = iommu_init_domains(iommu);
3341 if (ret)
Jiang Liu989d51f2014-02-19 14:07:21 +08003342 goto free_iommu;
Suresh Siddhae61d98d2008-07-10 11:16:35 -07003343
Joerg Roedel4158c2e2015-06-12 10:14:02 +02003344 init_translation_status(iommu);
3345
Joerg Roedel091d42e2015-06-12 11:56:10 +02003346 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) {
3347 iommu_disable_translation(iommu);
3348 clear_translation_pre_enabled(iommu);
3349 pr_warn("Translation was enabled for %s but we are not in kdump mode\n",
3350 iommu->name);
3351 }
Joerg Roedel4158c2e2015-06-12 10:14:02 +02003352
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003353 /*
3354 * TBD:
3355 * we could share the same root & context tables
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003356 * among all IOMMU's. Need to Split it later.
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003357 */
3358 ret = iommu_alloc_root_entry(iommu);
Jiang Liuffebeb42014-11-09 22:48:02 +08003359 if (ret)
Jiang Liu989d51f2014-02-19 14:07:21 +08003360 goto free_iommu;
Joerg Roedel5f0a7f72015-06-12 09:18:53 +02003361
Joerg Roedel091d42e2015-06-12 11:56:10 +02003362 if (translation_pre_enabled(iommu)) {
3363 pr_info("Translation already enabled - trying to copy translation structures\n");
3364
3365 ret = copy_translation_tables(iommu);
3366 if (ret) {
3367 /*
3368 * We found the IOMMU with translation
3369 * enabled - but failed to copy over the
3370 * old root-entry table. Try to proceed
3371 * by disabling translation now and
3372 * allocating a clean root-entry table.
3373 * This might cause DMAR faults, but
3374 * probably the dump will still succeed.
3375 */
3376 pr_err("Failed to copy translation tables from previous kernel for %s\n",
3377 iommu->name);
3378 iommu_disable_translation(iommu);
3379 clear_translation_pre_enabled(iommu);
3380 } else {
3381 pr_info("Copied translation tables from previous kernel for %s\n",
3382 iommu->name);
Joerg Roedela87f4912015-06-12 12:32:54 +02003383 copied_tables = true;
Joerg Roedel091d42e2015-06-12 11:56:10 +02003384 }
3385 }
3386
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07003387 if (!ecap_pass_through(iommu->ecap))
David Woodhouse19943b02009-08-04 16:19:20 +01003388 hw_pass_through = 0;
David Woodhouse8a94ade2015-03-24 14:54:56 +00003389#ifdef CONFIG_INTEL_IOMMU_SVM
Lu Baolu765b6a92018-12-10 09:58:55 +08003390 if (pasid_supported(iommu))
Lu Baolud9737952018-07-14 15:47:02 +08003391 intel_svm_init(iommu);
David Woodhouse8a94ade2015-03-24 14:54:56 +00003392#endif
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003393 }
3394
Joerg Roedela4c34ff2016-06-17 11:29:48 +02003395 /*
3396 * Now that qi is enabled on all iommus, set the root entry and flush
3397 * caches. This is required on some Intel X58 chipsets, otherwise the
3398 * flush_context function will loop forever and the boot hangs.
3399 */
3400 for_each_active_iommu(iommu, drhd) {
3401 iommu_flush_write_buffer(iommu);
3402 iommu_set_root_entry(iommu);
3403 iommu->flush.flush_context(iommu, 0, 0, 0, DMA_CCMD_GLOBAL_INVL);
3404 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH);
3405 }
3406
David Woodhouse19943b02009-08-04 16:19:20 +01003407 if (iommu_pass_through)
David Woodhousee0fc7e02009-09-30 09:12:17 -07003408 iommu_identity_mapping |= IDENTMAP_ALL;
3409
Suresh Siddhad3f13812011-08-23 17:05:25 -07003410#ifdef CONFIG_INTEL_IOMMU_BROKEN_GFX_WA
David Woodhousee0fc7e02009-09-30 09:12:17 -07003411 iommu_identity_mapping |= IDENTMAP_GFX;
David Woodhouse19943b02009-08-04 16:19:20 +01003412#endif
David Woodhousee0fc7e02009-09-30 09:12:17 -07003413
Ashok Raj21e722c2017-01-30 09:39:53 -08003414 check_tylersburg_isoch();
3415
Joerg Roedel86080cc2015-06-12 12:27:16 +02003416 if (iommu_identity_mapping) {
3417 ret = si_domain_init(hw_pass_through);
3418 if (ret)
3419 goto free_iommu;
3420 }
3421
David Woodhousee0fc7e02009-09-30 09:12:17 -07003422
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07003423 /*
Joerg Roedela87f4912015-06-12 12:32:54 +02003424 * If we copied translations from a previous kernel in the kdump
3425 * case, we can not assign the devices to domains now, as that
3426 * would eliminate the old mappings. So skip this part and defer
3427 * the assignment to device driver initialization time.
3428 */
3429 if (copied_tables)
3430 goto domains_done;
3431
3432 /*
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07003433 * If pass through is not set or not enabled, setup context entries for
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003434 * identity mappings for rmrr, gfx, and isa and may fall back to static
3435 * identity mapping if iommu_identity_mapping is set.
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07003436 */
David Woodhouse19943b02009-08-04 16:19:20 +01003437 if (iommu_identity_mapping) {
3438 ret = iommu_prepare_static_identity_mapping(hw_pass_through);
3439 if (ret) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003440 pr_crit("Failed to setup IOMMU pass-through\n");
Jiang Liu989d51f2014-02-19 14:07:21 +08003441 goto free_iommu;
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07003442 }
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07003443 }
David Woodhouse19943b02009-08-04 16:19:20 +01003444 /*
3445 * For each rmrr
3446 * for each dev attached to rmrr
3447 * do
3448 * locate drhd for dev, alloc domain for dev
3449 * allocate free domain
3450 * allocate page table entries for rmrr
3451 * if context not allocated for bus
3452 * allocate and init context
3453 * set present in root table for this bus
3454 * init context with domain, translation etc
3455 * endfor
3456 * endfor
3457 */
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003458 pr_info("Setting RMRR:\n");
David Woodhouse19943b02009-08-04 16:19:20 +01003459 for_each_rmrr_units(rmrr) {
Jiang Liub683b232014-02-19 14:07:32 +08003460 /* some BIOS lists non-exist devices in DMAR table. */
3461 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt,
David Woodhouse832bd852014-03-07 15:08:36 +00003462 i, dev) {
David Woodhouse0b9d9752014-03-09 15:48:15 -07003463 ret = iommu_prepare_rmrr_dev(rmrr, dev);
David Woodhouse19943b02009-08-04 16:19:20 +01003464 if (ret)
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003465 pr_err("Mapping reserved region failed\n");
David Woodhouse19943b02009-08-04 16:19:20 +01003466 }
3467 }
3468
3469 iommu_prepare_isa();
Keshavamurthy, Anil S49a04292007-10-21 16:41:57 -07003470
Joerg Roedela87f4912015-06-12 12:32:54 +02003471domains_done:
3472
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003473 /*
3474 * for each drhd
3475 * enable fault log
3476 * global invalidate context cache
3477 * global invalidate iotlb
3478 * enable translation
3479 */
Jiang Liu7c919772014-01-06 14:18:18 +08003480 for_each_iommu(iommu, drhd) {
Joseph Cihula51a63e62011-03-21 11:04:24 -07003481 if (drhd->ignored) {
3482 /*
3483 * we always have to disable PMRs or DMA may fail on
3484 * this device
3485 */
3486 if (force_on)
Jiang Liu7c919772014-01-06 14:18:18 +08003487 iommu_disable_protect_mem_regions(iommu);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003488 continue;
Joseph Cihula51a63e62011-03-21 11:04:24 -07003489 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003490
3491 iommu_flush_write_buffer(iommu);
3492
David Woodhousea222a7f2015-10-07 23:35:18 +01003493#ifdef CONFIG_INTEL_IOMMU_SVM
Lu Baolu765b6a92018-12-10 09:58:55 +08003494 if (pasid_supported(iommu) && ecap_prs(iommu->ecap)) {
David Woodhousea222a7f2015-10-07 23:35:18 +01003495 ret = intel_svm_enable_prq(iommu);
3496 if (ret)
3497 goto free_iommu;
3498 }
3499#endif
Keshavamurthy, Anil S3460a6d2007-10-21 16:41:54 -07003500 ret = dmar_set_interrupt(iommu);
3501 if (ret)
Jiang Liu989d51f2014-02-19 14:07:21 +08003502 goto free_iommu;
Keshavamurthy, Anil S3460a6d2007-10-21 16:41:54 -07003503
Joerg Roedel8939ddf2015-06-12 14:40:01 +02003504 if (!translation_pre_enabled(iommu))
3505 iommu_enable_translation(iommu);
3506
David Woodhouseb94996c2009-09-19 15:28:12 -07003507 iommu_disable_protect_mem_regions(iommu);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003508 }
3509
3510 return 0;
Jiang Liu989d51f2014-02-19 14:07:21 +08003511
3512free_iommu:
Jiang Liuffebeb42014-11-09 22:48:02 +08003513 for_each_active_iommu(iommu, drhd) {
3514 disable_dmar_iommu(iommu);
Jiang Liua868e6b2014-01-06 14:18:20 +08003515 free_dmar_iommu(iommu);
Jiang Liuffebeb42014-11-09 22:48:02 +08003516 }
Joerg Roedel13cf0172017-08-11 11:40:10 +02003517
Weidong Hand9630fe2008-12-08 11:06:32 +08003518 kfree(g_iommus);
Joerg Roedel13cf0172017-08-11 11:40:10 +02003519
Jiang Liu989d51f2014-02-19 14:07:21 +08003520error:
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003521 return ret;
3522}
3523
David Woodhouse5a5e02a2009-07-04 09:35:44 +01003524/* This takes a number of _MM_ pages, not VTD pages */
Omer Peleg2aac6302016-04-20 11:33:57 +03003525static unsigned long intel_alloc_iova(struct device *dev,
David Woodhouse875764d2009-06-28 21:20:51 +01003526 struct dmar_domain *domain,
3527 unsigned long nrpages, uint64_t dma_mask)
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003528{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06003529 unsigned long iova_pfn;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003530
David Woodhouse875764d2009-06-28 21:20:51 +01003531 /* Restrict dma_mask to the width that the iommu can handle */
3532 dma_mask = min_t(uint64_t, DOMAIN_MAX_ADDR(domain->gaw), dma_mask);
Robin Murphy8f6429c2015-07-16 19:40:12 +01003533 /* Ensure we reserve the whole size-aligned region */
3534 nrpages = __roundup_pow_of_two(nrpages);
David Woodhouse875764d2009-06-28 21:20:51 +01003535
3536 if (!dmar_forcedac && dma_mask > DMA_BIT_MASK(32)) {
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003537 /*
3538 * First try to allocate an io virtual address in
Yang Hongyang284901a2009-04-06 19:01:15 -07003539 * DMA_BIT_MASK(32) and if that fails then try allocating
Joe Perches36098012007-12-17 11:40:11 -08003540 * from higher range
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003541 */
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003542 iova_pfn = alloc_iova_fast(&domain->iovad, nrpages,
Tomasz Nowicki538d5b32017-09-20 10:52:02 +02003543 IOVA_PFN(DMA_BIT_MASK(32)), false);
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003544 if (iova_pfn)
3545 return iova_pfn;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003546 }
Tomasz Nowicki538d5b32017-09-20 10:52:02 +02003547 iova_pfn = alloc_iova_fast(&domain->iovad, nrpages,
3548 IOVA_PFN(dma_mask), true);
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003549 if (unlikely(!iova_pfn)) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003550 dev_err(dev, "Allocating %ld-page iova failed", nrpages);
Omer Peleg2aac6302016-04-20 11:33:57 +03003551 return 0;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003552 }
3553
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003554 return iova_pfn;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003555}
3556
Lu Baolu9ddbfb42018-07-14 15:46:57 +08003557struct dmar_domain *get_valid_domain_for_dev(struct device *dev)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003558{
Joerg Roedel1c5ebba2016-08-25 13:52:51 +02003559 struct dmar_domain *domain, *tmp;
Joerg Roedelb1ce5b72015-09-23 19:16:01 +02003560 struct dmar_rmrr_unit *rmrr;
Joerg Roedelb1ce5b72015-09-23 19:16:01 +02003561 struct device *i_dev;
3562 int i, ret;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003563
Joerg Roedel1c5ebba2016-08-25 13:52:51 +02003564 domain = find_domain(dev);
3565 if (domain)
3566 goto out;
3567
3568 domain = find_or_alloc_domain(dev, DEFAULT_DOMAIN_ADDRESS_WIDTH);
3569 if (!domain)
3570 goto out;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003571
Joerg Roedelb1ce5b72015-09-23 19:16:01 +02003572 /* We have a new domain - setup possible RMRRs for the device */
3573 rcu_read_lock();
3574 for_each_rmrr_units(rmrr) {
3575 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt,
3576 i, i_dev) {
3577 if (i_dev != dev)
3578 continue;
3579
3580 ret = domain_prepare_identity_map(dev, domain,
3581 rmrr->base_address,
3582 rmrr->end_address);
3583 if (ret)
3584 dev_err(dev, "Mapping reserved region failed\n");
3585 }
3586 }
3587 rcu_read_unlock();
3588
Joerg Roedel1c5ebba2016-08-25 13:52:51 +02003589 tmp = set_domain_for_dev(dev, domain);
3590 if (!tmp || domain != tmp) {
3591 domain_exit(domain);
3592 domain = tmp;
3593 }
3594
3595out:
3596
3597 if (!domain)
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003598 dev_err(dev, "Allocating domain failed\n");
Joerg Roedel1c5ebba2016-08-25 13:52:51 +02003599
3600
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003601 return domain;
3602}
3603
David Woodhouseecb509e2014-03-09 16:29:55 -07003604/* Check if the dev needs to go through non-identity map and unmap process.*/
David Woodhouse73676832009-07-04 14:08:36 +01003605static int iommu_no_mapping(struct device *dev)
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003606{
3607 int found;
3608
David Woodhouse3d891942014-03-06 15:59:26 +00003609 if (iommu_dummy(dev))
David Woodhouse1e4c64c2009-07-04 10:40:38 +01003610 return 1;
3611
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003612 if (!iommu_identity_mapping)
David Woodhouse1e4c64c2009-07-04 10:40:38 +01003613 return 0;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003614
David Woodhouse9b226622014-03-09 14:03:28 -07003615 found = identity_mapping(dev);
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003616 if (found) {
David Woodhouseecb509e2014-03-09 16:29:55 -07003617 if (iommu_should_identity_map(dev, 0))
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003618 return 1;
3619 else {
3620 /*
3621 * 32 bit DMA is removed from si_domain and fall back
3622 * to non-identity mapping.
3623 */
Joerg Roedele6de0f82015-07-22 16:30:36 +02003624 dmar_remove_one_dev_info(si_domain, dev);
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003625 dev_info(dev, "32bit DMA uses non-identity mapping\n");
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003626 return 0;
3627 }
3628 } else {
3629 /*
3630 * In case of a detached 64 bit DMA device from vm, the device
3631 * is put into si_domain for identity mapping.
3632 */
David Woodhouseecb509e2014-03-09 16:29:55 -07003633 if (iommu_should_identity_map(dev, 0)) {
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003634 int ret;
Joerg Roedel28ccce02015-07-21 14:45:31 +02003635 ret = domain_add_dev_info(si_domain, dev);
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003636 if (!ret) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003637 dev_info(dev, "64bit DMA uses identity mapping\n");
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003638 return 1;
3639 }
3640 }
3641 }
3642
David Woodhouse1e4c64c2009-07-04 10:40:38 +01003643 return 0;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003644}
3645
Logan Gunthorpe21d5d272019-01-22 14:30:45 -07003646static dma_addr_t __intel_map_single(struct device *dev, phys_addr_t paddr,
3647 size_t size, int dir, u64 dma_mask)
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003648{
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003649 struct dmar_domain *domain;
Fenghua Yu5b6985c2008-10-16 18:02:32 -07003650 phys_addr_t start_paddr;
Omer Peleg2aac6302016-04-20 11:33:57 +03003651 unsigned long iova_pfn;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003652 int prot = 0;
Ingo Molnar6865f0d2008-04-22 11:09:04 +02003653 int ret;
Weidong Han8c11e792008-12-08 15:29:22 +08003654 struct intel_iommu *iommu;
Fenghua Yu33041ec2009-08-04 15:10:59 -07003655 unsigned long paddr_pfn = paddr >> PAGE_SHIFT;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003656
3657 BUG_ON(dir == DMA_NONE);
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003658
David Woodhouse5040a912014-03-09 16:14:00 -07003659 if (iommu_no_mapping(dev))
Ingo Molnar6865f0d2008-04-22 11:09:04 +02003660 return paddr;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003661
David Woodhouse5040a912014-03-09 16:14:00 -07003662 domain = get_valid_domain_for_dev(dev);
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003663 if (!domain)
Christoph Hellwig524a6692018-11-21 19:34:10 +01003664 return DMA_MAPPING_ERROR;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003665
Weidong Han8c11e792008-12-08 15:29:22 +08003666 iommu = domain_get_iommu(domain);
David Woodhouse88cb6a72009-06-28 15:03:06 +01003667 size = aligned_nrpages(paddr, size);
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003668
Omer Peleg2aac6302016-04-20 11:33:57 +03003669 iova_pfn = intel_alloc_iova(dev, domain, dma_to_mm_pfn(size), dma_mask);
3670 if (!iova_pfn)
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003671 goto error;
3672
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003673 /*
3674 * Check if DMAR supports zero-length reads on write only
3675 * mappings..
3676 */
3677 if (dir == DMA_TO_DEVICE || dir == DMA_BIDIRECTIONAL || \
Weidong Han8c11e792008-12-08 15:29:22 +08003678 !cap_zlr(iommu->cap))
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003679 prot |= DMA_PTE_READ;
3680 if (dir == DMA_FROM_DEVICE || dir == DMA_BIDIRECTIONAL)
3681 prot |= DMA_PTE_WRITE;
3682 /*
Ingo Molnar6865f0d2008-04-22 11:09:04 +02003683 * paddr - (paddr + size) might be partial page, we should map the whole
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003684 * page. Note: if two part of one page are separately mapped, we
Ingo Molnar6865f0d2008-04-22 11:09:04 +02003685 * might have two guest_addr mapping to the same host paddr, but this
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003686 * is not a big problem
3687 */
Omer Peleg2aac6302016-04-20 11:33:57 +03003688 ret = domain_pfn_mapping(domain, mm_to_dma_pfn(iova_pfn),
Fenghua Yu33041ec2009-08-04 15:10:59 -07003689 mm_to_dma_pfn(paddr_pfn), size, prot);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003690 if (ret)
3691 goto error;
3692
Omer Peleg2aac6302016-04-20 11:33:57 +03003693 start_paddr = (phys_addr_t)iova_pfn << PAGE_SHIFT;
David Woodhouse03d6a242009-06-28 15:33:46 +01003694 start_paddr += paddr & ~PAGE_MASK;
3695 return start_paddr;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003696
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003697error:
Omer Peleg2aac6302016-04-20 11:33:57 +03003698 if (iova_pfn)
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003699 free_iova_fast(&domain->iovad, iova_pfn, dma_to_mm_pfn(size));
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003700 dev_err(dev, "Device request: %zx@%llx dir %d --- failed\n",
3701 size, (unsigned long long)paddr, dir);
Christoph Hellwig524a6692018-11-21 19:34:10 +01003702 return DMA_MAPPING_ERROR;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003703}
3704
FUJITA Tomonoriffbbef52009-01-05 23:47:26 +09003705static dma_addr_t intel_map_page(struct device *dev, struct page *page,
3706 unsigned long offset, size_t size,
3707 enum dma_data_direction dir,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07003708 unsigned long attrs)
FUJITA Tomonoribb9e6d62008-10-15 16:08:28 +09003709{
Logan Gunthorpe21d5d272019-01-22 14:30:45 -07003710 return __intel_map_single(dev, page_to_phys(page) + offset, size,
3711 dir, *dev->dma_mask);
3712}
3713
3714static dma_addr_t intel_map_resource(struct device *dev, phys_addr_t phys_addr,
3715 size_t size, enum dma_data_direction dir,
3716 unsigned long attrs)
3717{
3718 return __intel_map_single(dev, phys_addr, size, dir, *dev->dma_mask);
FUJITA Tomonoribb9e6d62008-10-15 16:08:28 +09003719}
3720
Omer Peleg769530e2016-04-20 11:33:25 +03003721static void intel_unmap(struct device *dev, dma_addr_t dev_addr, size_t size)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003722{
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003723 struct dmar_domain *domain;
David Woodhoused794dc92009-06-28 00:27:49 +01003724 unsigned long start_pfn, last_pfn;
Omer Peleg769530e2016-04-20 11:33:25 +03003725 unsigned long nrpages;
Omer Peleg2aac6302016-04-20 11:33:57 +03003726 unsigned long iova_pfn;
Weidong Han8c11e792008-12-08 15:29:22 +08003727 struct intel_iommu *iommu;
David Woodhouseea8ea462014-03-05 17:09:32 +00003728 struct page *freelist;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003729
David Woodhouse73676832009-07-04 14:08:36 +01003730 if (iommu_no_mapping(dev))
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003731 return;
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07003732
David Woodhouse1525a292014-03-06 16:19:30 +00003733 domain = find_domain(dev);
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003734 BUG_ON(!domain);
3735
Weidong Han8c11e792008-12-08 15:29:22 +08003736 iommu = domain_get_iommu(domain);
3737
Omer Peleg2aac6302016-04-20 11:33:57 +03003738 iova_pfn = IOVA_PFN(dev_addr);
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003739
Omer Peleg769530e2016-04-20 11:33:25 +03003740 nrpages = aligned_nrpages(dev_addr, size);
Omer Peleg2aac6302016-04-20 11:33:57 +03003741 start_pfn = mm_to_dma_pfn(iova_pfn);
Omer Peleg769530e2016-04-20 11:33:25 +03003742 last_pfn = start_pfn + nrpages - 1;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003743
Bjorn Helgaas932a6522019-02-08 16:06:00 -06003744 dev_dbg(dev, "Device unmapping: pfn %lx-%lx\n", start_pfn, last_pfn);
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003745
David Woodhouseea8ea462014-03-05 17:09:32 +00003746 freelist = domain_unmap(domain, start_pfn, last_pfn);
David Woodhoused794dc92009-06-28 00:27:49 +01003747
mark gross5e0d2a62008-03-04 15:22:08 -08003748 if (intel_iommu_strict) {
Joerg Roedela1ddcbe2015-07-21 15:20:32 +02003749 iommu_flush_iotlb_psi(iommu, domain, start_pfn,
Omer Peleg769530e2016-04-20 11:33:25 +03003750 nrpages, !freelist, 0);
mark gross5e0d2a62008-03-04 15:22:08 -08003751 /* free iova */
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003752 free_iova_fast(&domain->iovad, iova_pfn, dma_to_mm_pfn(nrpages));
David Woodhouseea8ea462014-03-05 17:09:32 +00003753 dma_free_pagelist(freelist);
mark gross5e0d2a62008-03-04 15:22:08 -08003754 } else {
Joerg Roedel13cf0172017-08-11 11:40:10 +02003755 queue_iova(&domain->iovad, iova_pfn, nrpages,
3756 (unsigned long)freelist);
mark gross5e0d2a62008-03-04 15:22:08 -08003757 /*
3758 * queue up the release of the unmap to save the 1/6th of the
3759 * cpu used up by the iotlb flush operation...
3760 */
mark gross5e0d2a62008-03-04 15:22:08 -08003761 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003762}
3763
Jiang Liud41a4ad2014-07-11 14:19:34 +08003764static void intel_unmap_page(struct device *dev, dma_addr_t dev_addr,
3765 size_t size, enum dma_data_direction dir,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07003766 unsigned long attrs)
Jiang Liud41a4ad2014-07-11 14:19:34 +08003767{
Omer Peleg769530e2016-04-20 11:33:25 +03003768 intel_unmap(dev, dev_addr, size);
Jiang Liud41a4ad2014-07-11 14:19:34 +08003769}
3770
David Woodhouse5040a912014-03-09 16:14:00 -07003771static void *intel_alloc_coherent(struct device *dev, size_t size,
Andrzej Pietrasiewiczbaa676f2012-03-27 14:28:18 +02003772 dma_addr_t *dma_handle, gfp_t flags,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07003773 unsigned long attrs)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003774{
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003775 struct page *page = NULL;
3776 int order;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003777
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003778 size = PAGE_ALIGN(size);
3779 order = get_order(size);
Alex Williamsone8bb9102009-11-04 15:59:34 -07003780
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003781 if (!iommu_no_mapping(dev))
3782 flags &= ~(GFP_DMA | GFP_DMA32);
3783 else if (dev->coherent_dma_mask < dma_get_required_mask(dev)) {
3784 if (dev->coherent_dma_mask < DMA_BIT_MASK(32))
3785 flags |= GFP_DMA;
3786 else
3787 flags |= GFP_DMA32;
3788 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003789
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003790 if (gfpflags_allow_blocking(flags)) {
3791 unsigned int count = size >> PAGE_SHIFT;
3792
Marek Szyprowskid834c5a2018-08-17 15:49:00 -07003793 page = dma_alloc_from_contiguous(dev, count, order,
3794 flags & __GFP_NOWARN);
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003795 if (page && iommu_no_mapping(dev) &&
3796 page_to_phys(page) + size > dev->coherent_dma_mask) {
3797 dma_release_from_contiguous(dev, page, count);
3798 page = NULL;
3799 }
3800 }
3801
3802 if (!page)
3803 page = alloc_pages(flags, order);
3804 if (!page)
3805 return NULL;
3806 memset(page_address(page), 0, size);
3807
Logan Gunthorpe21d5d272019-01-22 14:30:45 -07003808 *dma_handle = __intel_map_single(dev, page_to_phys(page), size,
3809 DMA_BIDIRECTIONAL,
3810 dev->coherent_dma_mask);
Christoph Hellwig524a6692018-11-21 19:34:10 +01003811 if (*dma_handle != DMA_MAPPING_ERROR)
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003812 return page_address(page);
3813 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
3814 __free_pages(page, order);
3815
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003816 return NULL;
3817}
3818
David Woodhouse5040a912014-03-09 16:14:00 -07003819static void intel_free_coherent(struct device *dev, size_t size, void *vaddr,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07003820 dma_addr_t dma_handle, unsigned long attrs)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003821{
Christoph Hellwig7ec916f2018-07-05 13:29:55 -06003822 int order;
3823 struct page *page = virt_to_page(vaddr);
3824
3825 size = PAGE_ALIGN(size);
3826 order = get_order(size);
3827
3828 intel_unmap(dev, dma_handle, size);
3829 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT))
3830 __free_pages(page, order);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003831}
3832
David Woodhouse5040a912014-03-09 16:14:00 -07003833static void intel_unmap_sg(struct device *dev, struct scatterlist *sglist,
FUJITA Tomonorid7ab5c42009-01-28 21:53:18 +09003834 int nelems, enum dma_data_direction dir,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07003835 unsigned long attrs)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003836{
Omer Peleg769530e2016-04-20 11:33:25 +03003837 dma_addr_t startaddr = sg_dma_address(sglist) & PAGE_MASK;
3838 unsigned long nrpages = 0;
3839 struct scatterlist *sg;
3840 int i;
3841
3842 for_each_sg(sglist, sg, nelems, i) {
3843 nrpages += aligned_nrpages(sg_dma_address(sg), sg_dma_len(sg));
3844 }
3845
3846 intel_unmap(dev, startaddr, nrpages << VTD_PAGE_SHIFT);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003847}
3848
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003849static int intel_nontranslate_map_sg(struct device *hddev,
FUJITA Tomonoric03ab372007-10-21 16:42:00 -07003850 struct scatterlist *sglist, int nelems, int dir)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003851{
3852 int i;
FUJITA Tomonoric03ab372007-10-21 16:42:00 -07003853 struct scatterlist *sg;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003854
FUJITA Tomonoric03ab372007-10-21 16:42:00 -07003855 for_each_sg(sglist, sg, nelems, i) {
FUJITA Tomonori12d4d402007-10-23 09:32:25 +02003856 BUG_ON(!sg_page(sg));
Robin Murphy29a90b72017-09-28 15:14:01 +01003857 sg->dma_address = sg_phys(sg);
FUJITA Tomonoric03ab372007-10-21 16:42:00 -07003858 sg->dma_length = sg->length;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003859 }
3860 return nelems;
3861}
3862
David Woodhouse5040a912014-03-09 16:14:00 -07003863static int intel_map_sg(struct device *dev, struct scatterlist *sglist, int nelems,
Krzysztof Kozlowski00085f12016-08-03 13:46:00 -07003864 enum dma_data_direction dir, unsigned long attrs)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003865{
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003866 int i;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003867 struct dmar_domain *domain;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003868 size_t size = 0;
3869 int prot = 0;
Omer Peleg2aac6302016-04-20 11:33:57 +03003870 unsigned long iova_pfn;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003871 int ret;
FUJITA Tomonoric03ab372007-10-21 16:42:00 -07003872 struct scatterlist *sg;
David Woodhouseb536d242009-06-28 14:49:31 +01003873 unsigned long start_vpfn;
Weidong Han8c11e792008-12-08 15:29:22 +08003874 struct intel_iommu *iommu;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003875
3876 BUG_ON(dir == DMA_NONE);
David Woodhouse5040a912014-03-09 16:14:00 -07003877 if (iommu_no_mapping(dev))
3878 return intel_nontranslate_map_sg(dev, sglist, nelems, dir);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003879
David Woodhouse5040a912014-03-09 16:14:00 -07003880 domain = get_valid_domain_for_dev(dev);
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003881 if (!domain)
3882 return 0;
3883
Weidong Han8c11e792008-12-08 15:29:22 +08003884 iommu = domain_get_iommu(domain);
3885
David Woodhouseb536d242009-06-28 14:49:31 +01003886 for_each_sg(sglist, sg, nelems, i)
David Woodhouse88cb6a72009-06-28 15:03:06 +01003887 size += aligned_nrpages(sg->offset, sg->length);
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003888
Omer Peleg2aac6302016-04-20 11:33:57 +03003889 iova_pfn = intel_alloc_iova(dev, domain, dma_to_mm_pfn(size),
David Woodhouse5040a912014-03-09 16:14:00 -07003890 *dev->dma_mask);
Omer Peleg2aac6302016-04-20 11:33:57 +03003891 if (!iova_pfn) {
FUJITA Tomonoric03ab372007-10-21 16:42:00 -07003892 sglist->dma_length = 0;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003893 return 0;
3894 }
3895
3896 /*
3897 * Check if DMAR supports zero-length reads on write only
3898 * mappings..
3899 */
3900 if (dir == DMA_TO_DEVICE || dir == DMA_BIDIRECTIONAL || \
Weidong Han8c11e792008-12-08 15:29:22 +08003901 !cap_zlr(iommu->cap))
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003902 prot |= DMA_PTE_READ;
3903 if (dir == DMA_FROM_DEVICE || dir == DMA_BIDIRECTIONAL)
3904 prot |= DMA_PTE_WRITE;
3905
Omer Peleg2aac6302016-04-20 11:33:57 +03003906 start_vpfn = mm_to_dma_pfn(iova_pfn);
David Woodhousee1605492009-06-29 11:17:38 +01003907
Fenghua Yuf5329592009-08-04 15:09:37 -07003908 ret = domain_sg_mapping(domain, start_vpfn, sglist, size, prot);
David Woodhousee1605492009-06-29 11:17:38 +01003909 if (unlikely(ret)) {
David Woodhousee1605492009-06-29 11:17:38 +01003910 dma_pte_free_pagetable(domain, start_vpfn,
David Dillowbc24c572017-06-28 19:42:23 -07003911 start_vpfn + size - 1,
3912 agaw_to_level(domain->agaw) + 1);
Omer Peleg22e2f9f2016-04-20 11:34:11 +03003913 free_iova_fast(&domain->iovad, iova_pfn, dma_to_mm_pfn(size));
David Woodhousee1605492009-06-29 11:17:38 +01003914 return 0;
Keshavamurthy, Anil Sf76aec72007-10-21 16:41:58 -07003915 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003916
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003917 return nelems;
3918}
3919
Christoph Hellwig02b4da52018-09-17 19:10:31 +02003920static const struct dma_map_ops intel_dma_ops = {
Andrzej Pietrasiewiczbaa676f2012-03-27 14:28:18 +02003921 .alloc = intel_alloc_coherent,
3922 .free = intel_free_coherent,
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003923 .map_sg = intel_map_sg,
3924 .unmap_sg = intel_unmap_sg,
FUJITA Tomonoriffbbef52009-01-05 23:47:26 +09003925 .map_page = intel_map_page,
3926 .unmap_page = intel_unmap_page,
Logan Gunthorpe21d5d272019-01-22 14:30:45 -07003927 .map_resource = intel_map_resource,
3928 .unmap_resource = intel_unmap_page,
Christoph Hellwigfec777c2018-03-19 11:38:15 +01003929 .dma_supported = dma_direct_supported,
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003930};
3931
3932static inline int iommu_domain_cache_init(void)
3933{
3934 int ret = 0;
3935
3936 iommu_domain_cache = kmem_cache_create("iommu_domain",
3937 sizeof(struct dmar_domain),
3938 0,
3939 SLAB_HWCACHE_ALIGN,
3940
3941 NULL);
3942 if (!iommu_domain_cache) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003943 pr_err("Couldn't create iommu_domain cache\n");
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003944 ret = -ENOMEM;
3945 }
3946
3947 return ret;
3948}
3949
3950static inline int iommu_devinfo_cache_init(void)
3951{
3952 int ret = 0;
3953
3954 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo",
3955 sizeof(struct device_domain_info),
3956 0,
3957 SLAB_HWCACHE_ALIGN,
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003958 NULL);
3959 if (!iommu_devinfo_cache) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02003960 pr_err("Couldn't create devinfo cache\n");
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003961 ret = -ENOMEM;
3962 }
3963
3964 return ret;
3965}
3966
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003967static int __init iommu_init_mempool(void)
3968{
3969 int ret;
Sakari Ailusae1ff3d2015-07-13 14:31:28 +03003970 ret = iova_cache_get();
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003971 if (ret)
3972 return ret;
3973
3974 ret = iommu_domain_cache_init();
3975 if (ret)
3976 goto domain_error;
3977
3978 ret = iommu_devinfo_cache_init();
3979 if (!ret)
3980 return ret;
3981
3982 kmem_cache_destroy(iommu_domain_cache);
3983domain_error:
Sakari Ailusae1ff3d2015-07-13 14:31:28 +03003984 iova_cache_put();
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003985
3986 return -ENOMEM;
3987}
3988
3989static void __init iommu_exit_mempool(void)
3990{
3991 kmem_cache_destroy(iommu_devinfo_cache);
3992 kmem_cache_destroy(iommu_domain_cache);
Sakari Ailusae1ff3d2015-07-13 14:31:28 +03003993 iova_cache_put();
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07003994}
3995
Dan Williams556ab452010-07-23 15:47:56 -07003996static void quirk_ioat_snb_local_iommu(struct pci_dev *pdev)
3997{
3998 struct dmar_drhd_unit *drhd;
3999 u32 vtbar;
4000 int rc;
4001
4002 /* We know that this device on this chipset has its own IOMMU.
4003 * If we find it under a different IOMMU, then the BIOS is lying
4004 * to us. Hope that the IOMMU for this device is actually
4005 * disabled, and it needs no translation...
4006 */
4007 rc = pci_bus_read_config_dword(pdev->bus, PCI_DEVFN(0, 0), 0xb0, &vtbar);
4008 if (rc) {
4009 /* "can't" happen */
4010 dev_info(&pdev->dev, "failed to run vt-d quirk\n");
4011 return;
4012 }
4013 vtbar &= 0xffff0000;
4014
4015 /* we know that the this iommu should be at offset 0xa000 from vtbar */
4016 drhd = dmar_find_matched_drhd_unit(pdev);
4017 if (WARN_TAINT_ONCE(!drhd || drhd->reg_base_addr - vtbar != 0xa000,
4018 TAINT_FIRMWARE_WORKAROUND,
4019 "BIOS assigned incorrect VT-d unit for Intel(R) QuickData Technology device\n"))
4020 pdev->dev.archdata.iommu = DUMMY_DEVICE_DOMAIN_INFO;
4021}
4022DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_IOAT_SNB, quirk_ioat_snb_local_iommu);
4023
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004024static void __init init_no_remapping_devices(void)
4025{
4026 struct dmar_drhd_unit *drhd;
David Woodhouse832bd852014-03-07 15:08:36 +00004027 struct device *dev;
Jiang Liub683b232014-02-19 14:07:32 +08004028 int i;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004029
4030 for_each_drhd_unit(drhd) {
4031 if (!drhd->include_all) {
Jiang Liub683b232014-02-19 14:07:32 +08004032 for_each_active_dev_scope(drhd->devices,
4033 drhd->devices_cnt, i, dev)
4034 break;
David Woodhouse832bd852014-03-07 15:08:36 +00004035 /* ignore DMAR unit if no devices exist */
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004036 if (i == drhd->devices_cnt)
4037 drhd->ignored = 1;
4038 }
4039 }
4040
Jiang Liu7c919772014-01-06 14:18:18 +08004041 for_each_active_drhd_unit(drhd) {
Jiang Liu7c919772014-01-06 14:18:18 +08004042 if (drhd->include_all)
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004043 continue;
4044
Jiang Liub683b232014-02-19 14:07:32 +08004045 for_each_active_dev_scope(drhd->devices,
4046 drhd->devices_cnt, i, dev)
David Woodhouse832bd852014-03-07 15:08:36 +00004047 if (!dev_is_pci(dev) || !IS_GFX_DEVICE(to_pci_dev(dev)))
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004048 break;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004049 if (i < drhd->devices_cnt)
4050 continue;
4051
David Woodhousec0771df2011-10-14 20:59:46 +01004052 /* This IOMMU has *only* gfx devices. Either bypass it or
4053 set the gfx_mapped flag, as appropriate */
4054 if (dmar_map_gfx) {
4055 intel_iommu_gfx_mapped = 1;
4056 } else {
4057 drhd->ignored = 1;
Jiang Liub683b232014-02-19 14:07:32 +08004058 for_each_active_dev_scope(drhd->devices,
4059 drhd->devices_cnt, i, dev)
David Woodhouse832bd852014-03-07 15:08:36 +00004060 dev->archdata.iommu = DUMMY_DEVICE_DOMAIN_INFO;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004061 }
4062 }
4063}
4064
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004065#ifdef CONFIG_SUSPEND
4066static int init_iommu_hw(void)
4067{
4068 struct dmar_drhd_unit *drhd;
4069 struct intel_iommu *iommu = NULL;
4070
4071 for_each_active_iommu(iommu, drhd)
4072 if (iommu->qi)
4073 dmar_reenable_qi(iommu);
4074
Joseph Cihulab7792602011-05-03 00:08:37 -07004075 for_each_iommu(iommu, drhd) {
4076 if (drhd->ignored) {
4077 /*
4078 * we always have to disable PMRs or DMA may fail on
4079 * this device
4080 */
4081 if (force_on)
4082 iommu_disable_protect_mem_regions(iommu);
4083 continue;
4084 }
4085
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004086 iommu_flush_write_buffer(iommu);
4087
4088 iommu_set_root_entry(iommu);
4089
4090 iommu->flush.flush_context(iommu, 0, 0, 0,
David Woodhouse1f0ef2a2009-05-10 19:58:49 +01004091 DMA_CCMD_GLOBAL_INVL);
Jiang Liu2a41cce2014-07-11 14:19:33 +08004092 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH);
4093 iommu_enable_translation(iommu);
David Woodhouseb94996c2009-09-19 15:28:12 -07004094 iommu_disable_protect_mem_regions(iommu);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004095 }
4096
4097 return 0;
4098}
4099
4100static void iommu_flush_all(void)
4101{
4102 struct dmar_drhd_unit *drhd;
4103 struct intel_iommu *iommu;
4104
4105 for_each_active_iommu(iommu, drhd) {
4106 iommu->flush.flush_context(iommu, 0, 0, 0,
David Woodhouse1f0ef2a2009-05-10 19:58:49 +01004107 DMA_CCMD_GLOBAL_INVL);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004108 iommu->flush.flush_iotlb(iommu, 0, 0, 0,
David Woodhouse1f0ef2a2009-05-10 19:58:49 +01004109 DMA_TLB_GLOBAL_FLUSH);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004110 }
4111}
4112
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004113static int iommu_suspend(void)
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004114{
4115 struct dmar_drhd_unit *drhd;
4116 struct intel_iommu *iommu = NULL;
4117 unsigned long flag;
4118
4119 for_each_active_iommu(iommu, drhd) {
Kees Cook6396bb22018-06-12 14:03:40 -07004120 iommu->iommu_state = kcalloc(MAX_SR_DMAR_REGS, sizeof(u32),
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004121 GFP_ATOMIC);
4122 if (!iommu->iommu_state)
4123 goto nomem;
4124 }
4125
4126 iommu_flush_all();
4127
4128 for_each_active_iommu(iommu, drhd) {
4129 iommu_disable_translation(iommu);
4130
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02004131 raw_spin_lock_irqsave(&iommu->register_lock, flag);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004132
4133 iommu->iommu_state[SR_DMAR_FECTL_REG] =
4134 readl(iommu->reg + DMAR_FECTL_REG);
4135 iommu->iommu_state[SR_DMAR_FEDATA_REG] =
4136 readl(iommu->reg + DMAR_FEDATA_REG);
4137 iommu->iommu_state[SR_DMAR_FEADDR_REG] =
4138 readl(iommu->reg + DMAR_FEADDR_REG);
4139 iommu->iommu_state[SR_DMAR_FEUADDR_REG] =
4140 readl(iommu->reg + DMAR_FEUADDR_REG);
4141
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02004142 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004143 }
4144 return 0;
4145
4146nomem:
4147 for_each_active_iommu(iommu, drhd)
4148 kfree(iommu->iommu_state);
4149
4150 return -ENOMEM;
4151}
4152
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004153static void iommu_resume(void)
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004154{
4155 struct dmar_drhd_unit *drhd;
4156 struct intel_iommu *iommu = NULL;
4157 unsigned long flag;
4158
4159 if (init_iommu_hw()) {
Joseph Cihulab7792602011-05-03 00:08:37 -07004160 if (force_on)
4161 panic("tboot: IOMMU setup failed, DMAR can not resume!\n");
4162 else
4163 WARN(1, "IOMMU setup failed, DMAR can not resume!\n");
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004164 return;
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004165 }
4166
4167 for_each_active_iommu(iommu, drhd) {
4168
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02004169 raw_spin_lock_irqsave(&iommu->register_lock, flag);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004170
4171 writel(iommu->iommu_state[SR_DMAR_FECTL_REG],
4172 iommu->reg + DMAR_FECTL_REG);
4173 writel(iommu->iommu_state[SR_DMAR_FEDATA_REG],
4174 iommu->reg + DMAR_FEDATA_REG);
4175 writel(iommu->iommu_state[SR_DMAR_FEADDR_REG],
4176 iommu->reg + DMAR_FEADDR_REG);
4177 writel(iommu->iommu_state[SR_DMAR_FEUADDR_REG],
4178 iommu->reg + DMAR_FEUADDR_REG);
4179
Thomas Gleixner1f5b3c32011-07-19 16:19:51 +02004180 raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004181 }
4182
4183 for_each_active_iommu(iommu, drhd)
4184 kfree(iommu->iommu_state);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004185}
4186
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004187static struct syscore_ops iommu_syscore_ops = {
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004188 .resume = iommu_resume,
4189 .suspend = iommu_suspend,
4190};
4191
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004192static void __init init_iommu_pm_ops(void)
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004193{
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004194 register_syscore_ops(&iommu_syscore_ops);
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004195}
4196
4197#else
Rafael J. Wysocki99592ba2011-06-07 21:32:31 +02004198static inline void init_iommu_pm_ops(void) {}
Fenghua Yuf59c7b62009-03-27 14:22:42 -07004199#endif /* CONFIG_PM */
4200
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004201
Jiang Liuc2a0b532014-11-09 22:47:56 +08004202int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg)
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004203{
4204 struct acpi_dmar_reserved_memory *rmrr;
Eric Auger0659b8d2017-01-19 20:57:53 +00004205 int prot = DMA_PTE_READ|DMA_PTE_WRITE;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004206 struct dmar_rmrr_unit *rmrru;
Eric Auger0659b8d2017-01-19 20:57:53 +00004207 size_t length;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004208
4209 rmrru = kzalloc(sizeof(*rmrru), GFP_KERNEL);
4210 if (!rmrru)
Eric Auger0659b8d2017-01-19 20:57:53 +00004211 goto out;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004212
4213 rmrru->hdr = header;
4214 rmrr = (struct acpi_dmar_reserved_memory *)header;
4215 rmrru->base_address = rmrr->base_address;
4216 rmrru->end_address = rmrr->end_address;
Eric Auger0659b8d2017-01-19 20:57:53 +00004217
4218 length = rmrr->end_address - rmrr->base_address + 1;
4219 rmrru->resv = iommu_alloc_resv_region(rmrr->base_address, length, prot,
4220 IOMMU_RESV_DIRECT);
4221 if (!rmrru->resv)
4222 goto free_rmrru;
4223
Jiang Liu2e455282014-02-19 14:07:36 +08004224 rmrru->devices = dmar_alloc_dev_scope((void *)(rmrr + 1),
4225 ((void *)rmrr) + rmrr->header.length,
4226 &rmrru->devices_cnt);
Eric Auger0659b8d2017-01-19 20:57:53 +00004227 if (rmrru->devices_cnt && rmrru->devices == NULL)
4228 goto free_all;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004229
Jiang Liu2e455282014-02-19 14:07:36 +08004230 list_add(&rmrru->list, &dmar_rmrr_units);
4231
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004232 return 0;
Eric Auger0659b8d2017-01-19 20:57:53 +00004233free_all:
4234 kfree(rmrru->resv);
4235free_rmrru:
4236 kfree(rmrru);
4237out:
4238 return -ENOMEM;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004239}
4240
Jiang Liu6b197242014-11-09 22:47:58 +08004241static struct dmar_atsr_unit *dmar_find_atsr(struct acpi_dmar_atsr *atsr)
4242{
4243 struct dmar_atsr_unit *atsru;
4244 struct acpi_dmar_atsr *tmp;
4245
4246 list_for_each_entry_rcu(atsru, &dmar_atsr_units, list) {
4247 tmp = (struct acpi_dmar_atsr *)atsru->hdr;
4248 if (atsr->segment != tmp->segment)
4249 continue;
4250 if (atsr->header.length != tmp->header.length)
4251 continue;
4252 if (memcmp(atsr, tmp, atsr->header.length) == 0)
4253 return atsru;
4254 }
4255
4256 return NULL;
4257}
4258
4259int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg)
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004260{
4261 struct acpi_dmar_atsr *atsr;
4262 struct dmar_atsr_unit *atsru;
4263
Thomas Gleixnerb608fe32017-05-16 20:42:41 +02004264 if (system_state >= SYSTEM_RUNNING && !intel_iommu_enabled)
Jiang Liu6b197242014-11-09 22:47:58 +08004265 return 0;
4266
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004267 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
Jiang Liu6b197242014-11-09 22:47:58 +08004268 atsru = dmar_find_atsr(atsr);
4269 if (atsru)
4270 return 0;
4271
4272 atsru = kzalloc(sizeof(*atsru) + hdr->length, GFP_KERNEL);
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004273 if (!atsru)
4274 return -ENOMEM;
4275
Jiang Liu6b197242014-11-09 22:47:58 +08004276 /*
4277 * If memory is allocated from slab by ACPI _DSM method, we need to
4278 * copy the memory content because the memory buffer will be freed
4279 * on return.
4280 */
4281 atsru->hdr = (void *)(atsru + 1);
4282 memcpy(atsru->hdr, hdr, hdr->length);
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004283 atsru->include_all = atsr->flags & 0x1;
Jiang Liu2e455282014-02-19 14:07:36 +08004284 if (!atsru->include_all) {
4285 atsru->devices = dmar_alloc_dev_scope((void *)(atsr + 1),
4286 (void *)atsr + atsr->header.length,
4287 &atsru->devices_cnt);
4288 if (atsru->devices_cnt && atsru->devices == NULL) {
4289 kfree(atsru);
4290 return -ENOMEM;
4291 }
4292 }
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004293
Jiang Liu0e2426122014-02-19 14:07:34 +08004294 list_add_rcu(&atsru->list, &dmar_atsr_units);
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004295
4296 return 0;
4297}
4298
Jiang Liu9bdc5312014-01-06 14:18:27 +08004299static void intel_iommu_free_atsr(struct dmar_atsr_unit *atsru)
4300{
4301 dmar_free_dev_scope(&atsru->devices, &atsru->devices_cnt);
4302 kfree(atsru);
4303}
4304
Jiang Liu6b197242014-11-09 22:47:58 +08004305int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg)
4306{
4307 struct acpi_dmar_atsr *atsr;
4308 struct dmar_atsr_unit *atsru;
4309
4310 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
4311 atsru = dmar_find_atsr(atsr);
4312 if (atsru) {
4313 list_del_rcu(&atsru->list);
4314 synchronize_rcu();
4315 intel_iommu_free_atsr(atsru);
4316 }
4317
4318 return 0;
4319}
4320
4321int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg)
4322{
4323 int i;
4324 struct device *dev;
4325 struct acpi_dmar_atsr *atsr;
4326 struct dmar_atsr_unit *atsru;
4327
4328 atsr = container_of(hdr, struct acpi_dmar_atsr, header);
4329 atsru = dmar_find_atsr(atsr);
4330 if (!atsru)
4331 return 0;
4332
Linus Torvalds194dc872016-07-27 20:03:31 -07004333 if (!atsru->include_all && atsru->devices && atsru->devices_cnt) {
Jiang Liu6b197242014-11-09 22:47:58 +08004334 for_each_active_dev_scope(atsru->devices, atsru->devices_cnt,
4335 i, dev)
4336 return -EBUSY;
Linus Torvalds194dc872016-07-27 20:03:31 -07004337 }
Jiang Liu6b197242014-11-09 22:47:58 +08004338
4339 return 0;
4340}
4341
Jiang Liuffebeb42014-11-09 22:48:02 +08004342static int intel_iommu_add(struct dmar_drhd_unit *dmaru)
4343{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06004344 int sp, ret;
Jiang Liuffebeb42014-11-09 22:48:02 +08004345 struct intel_iommu *iommu = dmaru->iommu;
4346
4347 if (g_iommus[iommu->seq_id])
4348 return 0;
4349
4350 if (hw_pass_through && !ecap_pass_through(iommu->ecap)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004351 pr_warn("%s: Doesn't support hardware pass through.\n",
Jiang Liuffebeb42014-11-09 22:48:02 +08004352 iommu->name);
4353 return -ENXIO;
4354 }
4355 if (!ecap_sc_support(iommu->ecap) &&
4356 domain_update_iommu_snooping(iommu)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004357 pr_warn("%s: Doesn't support snooping.\n",
Jiang Liuffebeb42014-11-09 22:48:02 +08004358 iommu->name);
4359 return -ENXIO;
4360 }
4361 sp = domain_update_iommu_superpage(iommu) - 1;
4362 if (sp >= 0 && !(cap_super_page_val(iommu->cap) & (1 << sp))) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004363 pr_warn("%s: Doesn't support large page.\n",
Jiang Liuffebeb42014-11-09 22:48:02 +08004364 iommu->name);
4365 return -ENXIO;
4366 }
4367
4368 /*
4369 * Disable translation if already enabled prior to OS handover.
4370 */
4371 if (iommu->gcmd & DMA_GCMD_TE)
4372 iommu_disable_translation(iommu);
4373
4374 g_iommus[iommu->seq_id] = iommu;
4375 ret = iommu_init_domains(iommu);
4376 if (ret == 0)
4377 ret = iommu_alloc_root_entry(iommu);
4378 if (ret)
4379 goto out;
4380
David Woodhouse8a94ade2015-03-24 14:54:56 +00004381#ifdef CONFIG_INTEL_IOMMU_SVM
Lu Baolu765b6a92018-12-10 09:58:55 +08004382 if (pasid_supported(iommu))
Lu Baolud9737952018-07-14 15:47:02 +08004383 intel_svm_init(iommu);
David Woodhouse8a94ade2015-03-24 14:54:56 +00004384#endif
4385
Jiang Liuffebeb42014-11-09 22:48:02 +08004386 if (dmaru->ignored) {
4387 /*
4388 * we always have to disable PMRs or DMA may fail on this device
4389 */
4390 if (force_on)
4391 iommu_disable_protect_mem_regions(iommu);
4392 return 0;
4393 }
4394
4395 intel_iommu_init_qi(iommu);
4396 iommu_flush_write_buffer(iommu);
David Woodhousea222a7f2015-10-07 23:35:18 +01004397
4398#ifdef CONFIG_INTEL_IOMMU_SVM
Lu Baolu765b6a92018-12-10 09:58:55 +08004399 if (pasid_supported(iommu) && ecap_prs(iommu->ecap)) {
David Woodhousea222a7f2015-10-07 23:35:18 +01004400 ret = intel_svm_enable_prq(iommu);
4401 if (ret)
4402 goto disable_iommu;
4403 }
4404#endif
Jiang Liuffebeb42014-11-09 22:48:02 +08004405 ret = dmar_set_interrupt(iommu);
4406 if (ret)
4407 goto disable_iommu;
4408
4409 iommu_set_root_entry(iommu);
4410 iommu->flush.flush_context(iommu, 0, 0, 0, DMA_CCMD_GLOBAL_INVL);
4411 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH);
4412 iommu_enable_translation(iommu);
4413
Jiang Liuffebeb42014-11-09 22:48:02 +08004414 iommu_disable_protect_mem_regions(iommu);
4415 return 0;
4416
4417disable_iommu:
4418 disable_dmar_iommu(iommu);
4419out:
4420 free_dmar_iommu(iommu);
4421 return ret;
4422}
4423
Jiang Liu6b197242014-11-09 22:47:58 +08004424int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert)
4425{
Jiang Liuffebeb42014-11-09 22:48:02 +08004426 int ret = 0;
4427 struct intel_iommu *iommu = dmaru->iommu;
4428
4429 if (!intel_iommu_enabled)
4430 return 0;
4431 if (iommu == NULL)
4432 return -EINVAL;
4433
4434 if (insert) {
4435 ret = intel_iommu_add(dmaru);
4436 } else {
4437 disable_dmar_iommu(iommu);
4438 free_dmar_iommu(iommu);
4439 }
4440
4441 return ret;
Jiang Liu6b197242014-11-09 22:47:58 +08004442}
4443
Jiang Liu9bdc5312014-01-06 14:18:27 +08004444static void intel_iommu_free_dmars(void)
4445{
4446 struct dmar_rmrr_unit *rmrru, *rmrr_n;
4447 struct dmar_atsr_unit *atsru, *atsr_n;
4448
4449 list_for_each_entry_safe(rmrru, rmrr_n, &dmar_rmrr_units, list) {
4450 list_del(&rmrru->list);
4451 dmar_free_dev_scope(&rmrru->devices, &rmrru->devices_cnt);
Eric Auger0659b8d2017-01-19 20:57:53 +00004452 kfree(rmrru->resv);
Jiang Liu9bdc5312014-01-06 14:18:27 +08004453 kfree(rmrru);
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004454 }
4455
Jiang Liu9bdc5312014-01-06 14:18:27 +08004456 list_for_each_entry_safe(atsru, atsr_n, &dmar_atsr_units, list) {
4457 list_del(&atsru->list);
4458 intel_iommu_free_atsr(atsru);
4459 }
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004460}
4461
4462int dmar_find_matched_atsr_unit(struct pci_dev *dev)
4463{
Jiang Liub683b232014-02-19 14:07:32 +08004464 int i, ret = 1;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004465 struct pci_bus *bus;
David Woodhouse832bd852014-03-07 15:08:36 +00004466 struct pci_dev *bridge = NULL;
4467 struct device *tmp;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004468 struct acpi_dmar_atsr *atsr;
4469 struct dmar_atsr_unit *atsru;
4470
4471 dev = pci_physfn(dev);
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004472 for (bus = dev->bus; bus; bus = bus->parent) {
Jiang Liub5f82dd2014-02-19 14:07:31 +08004473 bridge = bus->self;
David Woodhoused14053b32015-10-15 09:28:06 +01004474 /* If it's an integrated device, allow ATS */
4475 if (!bridge)
4476 return 1;
4477 /* Connected via non-PCIe: no ATS */
4478 if (!pci_is_pcie(bridge) ||
Yijing Wang62f87c02012-07-24 17:20:03 +08004479 pci_pcie_type(bridge) == PCI_EXP_TYPE_PCI_BRIDGE)
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004480 return 0;
David Woodhoused14053b32015-10-15 09:28:06 +01004481 /* If we found the root port, look it up in the ATSR */
Jiang Liub5f82dd2014-02-19 14:07:31 +08004482 if (pci_pcie_type(bridge) == PCI_EXP_TYPE_ROOT_PORT)
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004483 break;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004484 }
4485
Jiang Liu0e2426122014-02-19 14:07:34 +08004486 rcu_read_lock();
Jiang Liub5f82dd2014-02-19 14:07:31 +08004487 list_for_each_entry_rcu(atsru, &dmar_atsr_units, list) {
4488 atsr = container_of(atsru->hdr, struct acpi_dmar_atsr, header);
4489 if (atsr->segment != pci_domain_nr(dev->bus))
4490 continue;
4491
Jiang Liub683b232014-02-19 14:07:32 +08004492 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp)
David Woodhouse832bd852014-03-07 15:08:36 +00004493 if (tmp == &bridge->dev)
Jiang Liub683b232014-02-19 14:07:32 +08004494 goto out;
Jiang Liub5f82dd2014-02-19 14:07:31 +08004495
4496 if (atsru->include_all)
Jiang Liub683b232014-02-19 14:07:32 +08004497 goto out;
Jiang Liub5f82dd2014-02-19 14:07:31 +08004498 }
Jiang Liub683b232014-02-19 14:07:32 +08004499 ret = 0;
4500out:
Jiang Liu0e2426122014-02-19 14:07:34 +08004501 rcu_read_unlock();
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004502
Jiang Liub683b232014-02-19 14:07:32 +08004503 return ret;
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004504}
4505
Jiang Liu59ce0512014-02-19 14:07:35 +08004506int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info)
4507{
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06004508 int ret;
Jiang Liu59ce0512014-02-19 14:07:35 +08004509 struct dmar_rmrr_unit *rmrru;
4510 struct dmar_atsr_unit *atsru;
4511 struct acpi_dmar_atsr *atsr;
4512 struct acpi_dmar_reserved_memory *rmrr;
4513
Thomas Gleixnerb608fe32017-05-16 20:42:41 +02004514 if (!intel_iommu_enabled && system_state >= SYSTEM_RUNNING)
Jiang Liu59ce0512014-02-19 14:07:35 +08004515 return 0;
4516
4517 list_for_each_entry(rmrru, &dmar_rmrr_units, list) {
4518 rmrr = container_of(rmrru->hdr,
4519 struct acpi_dmar_reserved_memory, header);
4520 if (info->event == BUS_NOTIFY_ADD_DEVICE) {
4521 ret = dmar_insert_dev_scope(info, (void *)(rmrr + 1),
4522 ((void *)rmrr) + rmrr->header.length,
4523 rmrr->segment, rmrru->devices,
4524 rmrru->devices_cnt);
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06004525 if (ret < 0)
Jiang Liu59ce0512014-02-19 14:07:35 +08004526 return ret;
Joerg Roedele6a8c9b2016-02-29 23:49:47 +01004527 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) {
Jiang Liu27e24952014-06-20 15:08:06 +08004528 dmar_remove_dev_scope(info, rmrr->segment,
4529 rmrru->devices, rmrru->devices_cnt);
Jiang Liu59ce0512014-02-19 14:07:35 +08004530 }
4531 }
4532
4533 list_for_each_entry(atsru, &dmar_atsr_units, list) {
4534 if (atsru->include_all)
4535 continue;
4536
4537 atsr = container_of(atsru->hdr, struct acpi_dmar_atsr, header);
4538 if (info->event == BUS_NOTIFY_ADD_DEVICE) {
4539 ret = dmar_insert_dev_scope(info, (void *)(atsr + 1),
4540 (void *)atsr + atsr->header.length,
4541 atsr->segment, atsru->devices,
4542 atsru->devices_cnt);
4543 if (ret > 0)
4544 break;
Bjorn Helgaase083ea5b2019-02-08 16:06:08 -06004545 else if (ret < 0)
Jiang Liu59ce0512014-02-19 14:07:35 +08004546 return ret;
Joerg Roedele6a8c9b2016-02-29 23:49:47 +01004547 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) {
Jiang Liu59ce0512014-02-19 14:07:35 +08004548 if (dmar_remove_dev_scope(info, atsr->segment,
4549 atsru->devices, atsru->devices_cnt))
4550 break;
4551 }
4552 }
4553
4554 return 0;
4555}
4556
Fenghua Yu99dcade2009-11-11 07:23:06 -08004557/*
4558 * Here we only respond to action of unbound device from driver.
4559 *
4560 * Added device is not attached to its DMAR domain here yet. That will happen
4561 * when mapping the device to iova.
4562 */
4563static int device_notifier(struct notifier_block *nb,
4564 unsigned long action, void *data)
4565{
4566 struct device *dev = data;
Fenghua Yu99dcade2009-11-11 07:23:06 -08004567 struct dmar_domain *domain;
4568
David Woodhouse3d891942014-03-06 15:59:26 +00004569 if (iommu_dummy(dev))
David Woodhouse44cd6132009-12-02 10:18:30 +00004570 return 0;
4571
Joerg Roedel1196c2f2014-09-30 13:02:03 +02004572 if (action != BUS_NOTIFY_REMOVED_DEVICE)
Jiang Liu7e7dfab2014-02-19 14:07:23 +08004573 return 0;
4574
David Woodhouse1525a292014-03-06 16:19:30 +00004575 domain = find_domain(dev);
Fenghua Yu99dcade2009-11-11 07:23:06 -08004576 if (!domain)
4577 return 0;
4578
Joerg Roedele6de0f82015-07-22 16:30:36 +02004579 dmar_remove_one_dev_info(domain, dev);
Jiang Liuab8dfe22014-07-11 14:19:27 +08004580 if (!domain_type_is_vm_or_si(domain) && list_empty(&domain->devices))
Jiang Liu7e7dfab2014-02-19 14:07:23 +08004581 domain_exit(domain);
Alex Williamsona97590e2011-03-04 14:52:16 -07004582
Fenghua Yu99dcade2009-11-11 07:23:06 -08004583 return 0;
4584}
4585
4586static struct notifier_block device_nb = {
4587 .notifier_call = device_notifier,
4588};
4589
Jiang Liu75f05562014-02-19 14:07:37 +08004590static int intel_iommu_memory_notifier(struct notifier_block *nb,
4591 unsigned long val, void *v)
4592{
4593 struct memory_notify *mhp = v;
4594 unsigned long long start, end;
4595 unsigned long start_vpfn, last_vpfn;
4596
4597 switch (val) {
4598 case MEM_GOING_ONLINE:
4599 start = mhp->start_pfn << PAGE_SHIFT;
4600 end = ((mhp->start_pfn + mhp->nr_pages) << PAGE_SHIFT) - 1;
4601 if (iommu_domain_identity_map(si_domain, start, end)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004602 pr_warn("Failed to build identity map for [%llx-%llx]\n",
Jiang Liu75f05562014-02-19 14:07:37 +08004603 start, end);
4604 return NOTIFY_BAD;
4605 }
4606 break;
4607
4608 case MEM_OFFLINE:
4609 case MEM_CANCEL_ONLINE:
4610 start_vpfn = mm_to_dma_pfn(mhp->start_pfn);
4611 last_vpfn = mm_to_dma_pfn(mhp->start_pfn + mhp->nr_pages - 1);
4612 while (start_vpfn <= last_vpfn) {
4613 struct iova *iova;
4614 struct dmar_drhd_unit *drhd;
4615 struct intel_iommu *iommu;
David Woodhouseea8ea462014-03-05 17:09:32 +00004616 struct page *freelist;
Jiang Liu75f05562014-02-19 14:07:37 +08004617
4618 iova = find_iova(&si_domain->iovad, start_vpfn);
4619 if (iova == NULL) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004620 pr_debug("Failed get IOVA for PFN %lx\n",
Jiang Liu75f05562014-02-19 14:07:37 +08004621 start_vpfn);
4622 break;
4623 }
4624
4625 iova = split_and_remove_iova(&si_domain->iovad, iova,
4626 start_vpfn, last_vpfn);
4627 if (iova == NULL) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004628 pr_warn("Failed to split IOVA PFN [%lx-%lx]\n",
Jiang Liu75f05562014-02-19 14:07:37 +08004629 start_vpfn, last_vpfn);
4630 return NOTIFY_BAD;
4631 }
4632
David Woodhouseea8ea462014-03-05 17:09:32 +00004633 freelist = domain_unmap(si_domain, iova->pfn_lo,
4634 iova->pfn_hi);
4635
Jiang Liu75f05562014-02-19 14:07:37 +08004636 rcu_read_lock();
4637 for_each_active_iommu(iommu, drhd)
Joerg Roedela1ddcbe2015-07-21 15:20:32 +02004638 iommu_flush_iotlb_psi(iommu, si_domain,
Jiang Liua156ef92014-07-11 14:19:36 +08004639 iova->pfn_lo, iova_size(iova),
David Woodhouseea8ea462014-03-05 17:09:32 +00004640 !freelist, 0);
Jiang Liu75f05562014-02-19 14:07:37 +08004641 rcu_read_unlock();
David Woodhouseea8ea462014-03-05 17:09:32 +00004642 dma_free_pagelist(freelist);
Jiang Liu75f05562014-02-19 14:07:37 +08004643
4644 start_vpfn = iova->pfn_hi + 1;
4645 free_iova_mem(iova);
4646 }
4647 break;
4648 }
4649
4650 return NOTIFY_OK;
4651}
4652
4653static struct notifier_block intel_iommu_memory_nb = {
4654 .notifier_call = intel_iommu_memory_notifier,
4655 .priority = 0
4656};
4657
Omer Peleg22e2f9f2016-04-20 11:34:11 +03004658static void free_all_cpu_cached_iovas(unsigned int cpu)
4659{
4660 int i;
4661
4662 for (i = 0; i < g_num_of_iommus; i++) {
4663 struct intel_iommu *iommu = g_iommus[i];
4664 struct dmar_domain *domain;
Aaron Campbell0caa7612016-07-02 21:23:24 -03004665 int did;
Omer Peleg22e2f9f2016-04-20 11:34:11 +03004666
4667 if (!iommu)
4668 continue;
4669
Jan Niehusmann3bd4f912016-06-06 14:20:11 +02004670 for (did = 0; did < cap_ndoms(iommu->cap); did++) {
Aaron Campbell0caa7612016-07-02 21:23:24 -03004671 domain = get_iommu_domain(iommu, (u16)did);
Omer Peleg22e2f9f2016-04-20 11:34:11 +03004672
4673 if (!domain)
4674 continue;
4675 free_cpu_cached_iovas(cpu, &domain->iovad);
4676 }
4677 }
4678}
4679
Anna-Maria Gleixner21647612016-11-27 00:13:41 +01004680static int intel_iommu_cpu_dead(unsigned int cpu)
Omer Pelegaa473242016-04-20 11:33:02 +03004681{
Anna-Maria Gleixner21647612016-11-27 00:13:41 +01004682 free_all_cpu_cached_iovas(cpu);
Anna-Maria Gleixner21647612016-11-27 00:13:41 +01004683 return 0;
Omer Pelegaa473242016-04-20 11:33:02 +03004684}
4685
Joerg Roedel161b28a2017-03-28 17:04:52 +02004686static void intel_disable_iommus(void)
4687{
4688 struct intel_iommu *iommu = NULL;
4689 struct dmar_drhd_unit *drhd;
4690
4691 for_each_iommu(iommu, drhd)
4692 iommu_disable_translation(iommu);
4693}
4694
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004695static inline struct intel_iommu *dev_to_intel_iommu(struct device *dev)
4696{
Joerg Roedel2926a2aa2017-08-14 17:19:26 +02004697 struct iommu_device *iommu_dev = dev_to_iommu_device(dev);
4698
4699 return container_of(iommu_dev, struct intel_iommu, iommu);
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004700}
4701
Alex Williamsona5459cf2014-06-12 16:12:31 -06004702static ssize_t intel_iommu_show_version(struct device *dev,
4703 struct device_attribute *attr,
4704 char *buf)
4705{
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004706 struct intel_iommu *iommu = dev_to_intel_iommu(dev);
Alex Williamsona5459cf2014-06-12 16:12:31 -06004707 u32 ver = readl(iommu->reg + DMAR_VER_REG);
4708 return sprintf(buf, "%d:%d\n",
4709 DMAR_VER_MAJOR(ver), DMAR_VER_MINOR(ver));
4710}
4711static DEVICE_ATTR(version, S_IRUGO, intel_iommu_show_version, NULL);
4712
4713static ssize_t intel_iommu_show_address(struct device *dev,
4714 struct device_attribute *attr,
4715 char *buf)
4716{
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004717 struct intel_iommu *iommu = dev_to_intel_iommu(dev);
Alex Williamsona5459cf2014-06-12 16:12:31 -06004718 return sprintf(buf, "%llx\n", iommu->reg_phys);
4719}
4720static DEVICE_ATTR(address, S_IRUGO, intel_iommu_show_address, NULL);
4721
4722static ssize_t intel_iommu_show_cap(struct device *dev,
4723 struct device_attribute *attr,
4724 char *buf)
4725{
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004726 struct intel_iommu *iommu = dev_to_intel_iommu(dev);
Alex Williamsona5459cf2014-06-12 16:12:31 -06004727 return sprintf(buf, "%llx\n", iommu->cap);
4728}
4729static DEVICE_ATTR(cap, S_IRUGO, intel_iommu_show_cap, NULL);
4730
4731static ssize_t intel_iommu_show_ecap(struct device *dev,
4732 struct device_attribute *attr,
4733 char *buf)
4734{
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004735 struct intel_iommu *iommu = dev_to_intel_iommu(dev);
Alex Williamsona5459cf2014-06-12 16:12:31 -06004736 return sprintf(buf, "%llx\n", iommu->ecap);
4737}
4738static DEVICE_ATTR(ecap, S_IRUGO, intel_iommu_show_ecap, NULL);
4739
Alex Williamson2238c082015-07-14 15:24:53 -06004740static ssize_t intel_iommu_show_ndoms(struct device *dev,
4741 struct device_attribute *attr,
4742 char *buf)
4743{
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004744 struct intel_iommu *iommu = dev_to_intel_iommu(dev);
Alex Williamson2238c082015-07-14 15:24:53 -06004745 return sprintf(buf, "%ld\n", cap_ndoms(iommu->cap));
4746}
4747static DEVICE_ATTR(domains_supported, S_IRUGO, intel_iommu_show_ndoms, NULL);
4748
4749static ssize_t intel_iommu_show_ndoms_used(struct device *dev,
4750 struct device_attribute *attr,
4751 char *buf)
4752{
Joerg Roedela7fdb6e2017-02-28 13:57:18 +01004753 struct intel_iommu *iommu = dev_to_intel_iommu(dev);
Alex Williamson2238c082015-07-14 15:24:53 -06004754 return sprintf(buf, "%d\n", bitmap_weight(iommu->domain_ids,
4755 cap_ndoms(iommu->cap)));
4756}
4757static DEVICE_ATTR(domains_used, S_IRUGO, intel_iommu_show_ndoms_used, NULL);
4758
Alex Williamsona5459cf2014-06-12 16:12:31 -06004759static struct attribute *intel_iommu_attrs[] = {
4760 &dev_attr_version.attr,
4761 &dev_attr_address.attr,
4762 &dev_attr_cap.attr,
4763 &dev_attr_ecap.attr,
Alex Williamson2238c082015-07-14 15:24:53 -06004764 &dev_attr_domains_supported.attr,
4765 &dev_attr_domains_used.attr,
Alex Williamsona5459cf2014-06-12 16:12:31 -06004766 NULL,
4767};
4768
4769static struct attribute_group intel_iommu_group = {
4770 .name = "intel-iommu",
4771 .attrs = intel_iommu_attrs,
4772};
4773
4774const struct attribute_group *intel_iommu_groups[] = {
4775 &intel_iommu_group,
4776 NULL,
4777};
4778
Lu Baolu89a60792018-10-23 15:45:01 +08004779static int __init platform_optin_force_iommu(void)
4780{
4781 struct pci_dev *pdev = NULL;
4782 bool has_untrusted_dev = false;
4783
4784 if (!dmar_platform_optin() || no_platform_optin)
4785 return 0;
4786
4787 for_each_pci_dev(pdev) {
4788 if (pdev->untrusted) {
4789 has_untrusted_dev = true;
4790 break;
4791 }
4792 }
4793
4794 if (!has_untrusted_dev)
4795 return 0;
4796
4797 if (no_iommu || dmar_disabled)
4798 pr_info("Intel-IOMMU force enabled due to platform opt in\n");
4799
4800 /*
4801 * If Intel-IOMMU is disabled by default, we will apply identity
4802 * map for all devices except those marked as being untrusted.
4803 */
4804 if (dmar_disabled)
4805 iommu_identity_mapping |= IDENTMAP_ALL;
4806
4807 dmar_disabled = 0;
4808#if defined(CONFIG_X86) && defined(CONFIG_SWIOTLB)
4809 swiotlb = 0;
4810#endif
4811 no_iommu = 0;
4812
4813 return 1;
4814}
4815
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004816int __init intel_iommu_init(void)
4817{
Jiang Liu9bdc5312014-01-06 14:18:27 +08004818 int ret = -ENODEV;
Takao Indoh3a93c842013-04-23 17:35:03 +09004819 struct dmar_drhd_unit *drhd;
Jiang Liu7c919772014-01-06 14:18:18 +08004820 struct intel_iommu *iommu;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004821
Lu Baolu89a60792018-10-23 15:45:01 +08004822 /*
4823 * Intel IOMMU is required for a TXT/tboot launch or platform
4824 * opt in, so enforce that.
4825 */
4826 force_on = tboot_force_iommu() || platform_optin_force_iommu();
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004827
Jiang Liu3a5670e2014-02-19 14:07:33 +08004828 if (iommu_init_mempool()) {
4829 if (force_on)
4830 panic("tboot: Failed to initialize iommu memory\n");
4831 return -ENOMEM;
4832 }
4833
4834 down_write(&dmar_global_lock);
Joseph Cihulaa59b50e2009-06-30 19:31:10 -07004835 if (dmar_table_init()) {
4836 if (force_on)
4837 panic("tboot: Failed to initialize DMAR table\n");
Jiang Liu9bdc5312014-01-06 14:18:27 +08004838 goto out_free_dmar;
Joseph Cihulaa59b50e2009-06-30 19:31:10 -07004839 }
4840
Suresh Siddhac2c72862011-08-23 17:05:19 -07004841 if (dmar_dev_scope_init() < 0) {
Joseph Cihulaa59b50e2009-06-30 19:31:10 -07004842 if (force_on)
4843 panic("tboot: Failed to initialize DMAR device scope\n");
Jiang Liu9bdc5312014-01-06 14:18:27 +08004844 goto out_free_dmar;
Joseph Cihulaa59b50e2009-06-30 19:31:10 -07004845 }
Suresh Siddha1886e8a2008-07-10 11:16:37 -07004846
Joerg Roedelec154bf2017-10-06 15:00:53 +02004847 up_write(&dmar_global_lock);
4848
4849 /*
4850 * The bus notifier takes the dmar_global_lock, so lockdep will
4851 * complain later when we register it under the lock.
4852 */
4853 dmar_register_bus_notifier();
4854
4855 down_write(&dmar_global_lock);
4856
Joerg Roedel161b28a2017-03-28 17:04:52 +02004857 if (no_iommu || dmar_disabled) {
4858 /*
Shaohua Libfd20f12017-04-26 09:18:35 -07004859 * We exit the function here to ensure IOMMU's remapping and
4860 * mempool aren't setup, which means that the IOMMU's PMRs
4861 * won't be disabled via the call to init_dmars(). So disable
4862 * it explicitly here. The PMRs were setup by tboot prior to
4863 * calling SENTER, but the kernel is expected to reset/tear
4864 * down the PMRs.
4865 */
4866 if (intel_iommu_tboot_noforce) {
4867 for_each_iommu(iommu, drhd)
4868 iommu_disable_protect_mem_regions(iommu);
4869 }
4870
4871 /*
Joerg Roedel161b28a2017-03-28 17:04:52 +02004872 * Make sure the IOMMUs are switched off, even when we
4873 * boot into a kexec kernel and the previous kernel left
4874 * them enabled
4875 */
4876 intel_disable_iommus();
Jiang Liu9bdc5312014-01-06 14:18:27 +08004877 goto out_free_dmar;
Joerg Roedel161b28a2017-03-28 17:04:52 +02004878 }
Suresh Siddha2ae21012008-07-10 11:16:43 -07004879
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004880 if (list_empty(&dmar_rmrr_units))
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004881 pr_info("No RMRR found\n");
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004882
4883 if (list_empty(&dmar_atsr_units))
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004884 pr_info("No ATSR found\n");
Suresh Siddha318fe7d2011-08-23 17:05:20 -07004885
Joseph Cihula51a63e62011-03-21 11:04:24 -07004886 if (dmar_init_reserved_ranges()) {
4887 if (force_on)
4888 panic("tboot: Failed to reserve iommu ranges\n");
Jiang Liu3a5670e2014-02-19 14:07:33 +08004889 goto out_free_reserved_range;
Joseph Cihula51a63e62011-03-21 11:04:24 -07004890 }
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004891
4892 init_no_remapping_devices();
4893
Joseph Cihulab7792602011-05-03 00:08:37 -07004894 ret = init_dmars();
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004895 if (ret) {
Joseph Cihulaa59b50e2009-06-30 19:31:10 -07004896 if (force_on)
4897 panic("tboot: Failed to initialize DMARs\n");
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004898 pr_err("Initialization failed\n");
Jiang Liu9bdc5312014-01-06 14:18:27 +08004899 goto out_free_reserved_range;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004900 }
Jiang Liu3a5670e2014-02-19 14:07:33 +08004901 up_write(&dmar_global_lock);
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02004902 pr_info("Intel(R) Virtualization Technology for Directed I/O\n");
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004903
Christoph Hellwig4fac8072017-12-24 13:57:08 +01004904#if defined(CONFIG_X86) && defined(CONFIG_SWIOTLB)
FUJITA Tomonori75f1cdf2009-11-10 19:46:20 +09004905 swiotlb = 0;
4906#endif
David Woodhouse19943b02009-08-04 16:19:20 +01004907 dma_ops = &intel_dma_ops;
Fenghua Yu4ed0d3e2009-04-24 17:30:20 -07004908
Rafael J. Wysocki134fac32011-03-23 22:16:14 +01004909 init_iommu_pm_ops();
Joerg Roedela8bcbb0d2008-12-03 15:14:02 +01004910
Joerg Roedel39ab9552017-02-01 16:56:46 +01004911 for_each_active_iommu(iommu, drhd) {
4912 iommu_device_sysfs_add(&iommu->iommu, NULL,
4913 intel_iommu_groups,
4914 "%s", iommu->name);
4915 iommu_device_set_ops(&iommu->iommu, &intel_iommu_ops);
4916 iommu_device_register(&iommu->iommu);
4917 }
Alex Williamsona5459cf2014-06-12 16:12:31 -06004918
Joerg Roedel4236d97d2011-09-06 17:56:07 +02004919 bus_set_iommu(&pci_bus_type, &intel_iommu_ops);
Fenghua Yu99dcade2009-11-11 07:23:06 -08004920 bus_register_notifier(&pci_bus_type, &device_nb);
Jiang Liu75f05562014-02-19 14:07:37 +08004921 if (si_domain && !hw_pass_through)
4922 register_memory_notifier(&intel_iommu_memory_nb);
Anna-Maria Gleixner21647612016-11-27 00:13:41 +01004923 cpuhp_setup_state(CPUHP_IOMMU_INTEL_DEAD, "iommu/intel:dead", NULL,
4924 intel_iommu_cpu_dead);
Eugeni Dodonov8bc1f852011-11-23 16:42:14 -02004925 intel_iommu_enabled = 1;
Sohil Mehtaee2636b2018-09-11 17:11:38 -07004926 intel_iommu_debugfs_init();
Eugeni Dodonov8bc1f852011-11-23 16:42:14 -02004927
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004928 return 0;
Jiang Liu9bdc5312014-01-06 14:18:27 +08004929
4930out_free_reserved_range:
4931 put_iova_domain(&reserved_iova_list);
Jiang Liu9bdc5312014-01-06 14:18:27 +08004932out_free_dmar:
4933 intel_iommu_free_dmars();
Jiang Liu3a5670e2014-02-19 14:07:33 +08004934 up_write(&dmar_global_lock);
4935 iommu_exit_mempool();
Jiang Liu9bdc5312014-01-06 14:18:27 +08004936 return ret;
Keshavamurthy, Anil Sba395922007-10-21 16:41:49 -07004937}
Keshavamurthy, Anil Se8204822007-10-21 16:41:55 -07004938
Joerg Roedel2452d9d2015-07-23 16:20:14 +02004939static int domain_context_clear_one_cb(struct pci_dev *pdev, u16 alias, void *opaque)
Alex Williamson579305f2014-07-03 09:51:43 -06004940{
4941 struct intel_iommu *iommu = opaque;
4942
Joerg Roedel2452d9d2015-07-23 16:20:14 +02004943 domain_context_clear_one(iommu, PCI_BUS_NUM(alias), alias & 0xff);
Alex Williamson579305f2014-07-03 09:51:43 -06004944 return 0;
4945}
4946
4947/*
4948 * NB - intel-iommu lacks any sort of reference counting for the users of
4949 * dependent devices. If multiple endpoints have intersecting dependent
4950 * devices, unbinding the driver from any one of them will possibly leave
4951 * the others unable to operate.
4952 */
Joerg Roedel2452d9d2015-07-23 16:20:14 +02004953static void domain_context_clear(struct intel_iommu *iommu, struct device *dev)
Han, Weidong3199aa62009-02-26 17:31:12 +08004954{
David Woodhouse0bcb3e22014-03-06 17:12:03 +00004955 if (!iommu || !dev || !dev_is_pci(dev))
Han, Weidong3199aa62009-02-26 17:31:12 +08004956 return;
4957
Joerg Roedel2452d9d2015-07-23 16:20:14 +02004958 pci_for_each_dma_alias(to_pci_dev(dev), &domain_context_clear_one_cb, iommu);
Han, Weidong3199aa62009-02-26 17:31:12 +08004959}
4960
Joerg Roedel127c7612015-07-23 17:44:46 +02004961static void __dmar_remove_one_dev_info(struct device_domain_info *info)
Weidong Hanc7151a82008-12-08 22:51:37 +08004962{
Weidong Hanc7151a82008-12-08 22:51:37 +08004963 struct intel_iommu *iommu;
4964 unsigned long flags;
Weidong Hanc7151a82008-12-08 22:51:37 +08004965
Joerg Roedel55d94042015-07-22 16:50:40 +02004966 assert_spin_locked(&device_domain_lock);
4967
Joerg Roedelb608ac32015-07-21 18:19:08 +02004968 if (WARN_ON(!info))
Weidong Hanc7151a82008-12-08 22:51:37 +08004969 return;
4970
Joerg Roedel127c7612015-07-23 17:44:46 +02004971 iommu = info->iommu;
4972
4973 if (info->dev) {
Lu Baoluef848b72018-12-10 09:59:01 +08004974 if (dev_is_pci(info->dev) && sm_supported(iommu))
4975 intel_pasid_tear_down_entry(iommu, info->dev,
4976 PASID_RID2PASID);
4977
Joerg Roedel127c7612015-07-23 17:44:46 +02004978 iommu_disable_dev_iotlb(info);
4979 domain_context_clear(iommu, info->dev);
Lu Baolua7fc93f2018-07-14 15:47:00 +08004980 intel_pasid_free_table(info->dev);
Joerg Roedel127c7612015-07-23 17:44:46 +02004981 }
4982
Joerg Roedelb608ac32015-07-21 18:19:08 +02004983 unlink_domain_info(info);
Roland Dreier3e7abe22011-07-20 06:22:21 -07004984
Joerg Roedeld160aca2015-07-22 11:52:53 +02004985 spin_lock_irqsave(&iommu->lock, flags);
Joerg Roedel127c7612015-07-23 17:44:46 +02004986 domain_detach_iommu(info->domain, iommu);
Joerg Roedeld160aca2015-07-22 11:52:53 +02004987 spin_unlock_irqrestore(&iommu->lock, flags);
Joerg Roedel127c7612015-07-23 17:44:46 +02004988
4989 free_devinfo_mem(info);
Weidong Hanc7151a82008-12-08 22:51:37 +08004990}
4991
Joerg Roedel55d94042015-07-22 16:50:40 +02004992static void dmar_remove_one_dev_info(struct dmar_domain *domain,
4993 struct device *dev)
4994{
Joerg Roedel127c7612015-07-23 17:44:46 +02004995 struct device_domain_info *info;
Joerg Roedel55d94042015-07-22 16:50:40 +02004996 unsigned long flags;
4997
Weidong Hanc7151a82008-12-08 22:51:37 +08004998 spin_lock_irqsave(&device_domain_lock, flags);
Joerg Roedel127c7612015-07-23 17:44:46 +02004999 info = dev->archdata.iommu;
5000 __dmar_remove_one_dev_info(info);
Weidong Han5e98c4b2008-12-08 23:03:27 +08005001 spin_unlock_irqrestore(&device_domain_lock, flags);
Weidong Han5e98c4b2008-12-08 23:03:27 +08005002}
5003
5004static int md_domain_init(struct dmar_domain *domain, int guest_width)
5005{
5006 int adjust_width;
5007
Zhen Leiaa3ac942017-09-21 16:52:45 +01005008 init_iova_domain(&domain->iovad, VTD_PAGE_SIZE, IOVA_START_PFN);
Weidong Han5e98c4b2008-12-08 23:03:27 +08005009 domain_reserve_special_ranges(domain);
5010
5011 /* calculate AGAW */
5012 domain->gaw = guest_width;
5013 adjust_width = guestwidth_to_adjustwidth(guest_width);
5014 domain->agaw = width_to_agaw(adjust_width);
5015
Weidong Han5e98c4b2008-12-08 23:03:27 +08005016 domain->iommu_coherency = 0;
Sheng Yangc5b15252009-08-06 13:31:56 +08005017 domain->iommu_snooping = 0;
Youquan Song6dd9a7c2011-05-25 19:13:49 +01005018 domain->iommu_superpage = 0;
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005019 domain->max_addr = 0;
Weidong Han5e98c4b2008-12-08 23:03:27 +08005020
5021 /* always allocate the top pgd */
Suresh Siddha4c923d42009-10-02 11:01:24 -07005022 domain->pgd = (struct dma_pte *)alloc_pgtable_page(domain->nid);
Weidong Han5e98c4b2008-12-08 23:03:27 +08005023 if (!domain->pgd)
5024 return -ENOMEM;
5025 domain_flush_cache(domain, domain->pgd, PAGE_SIZE);
5026 return 0;
5027}
5028
Joerg Roedel00a77de2015-03-26 13:43:08 +01005029static struct iommu_domain *intel_iommu_domain_alloc(unsigned type)
Kay, Allen M38717942008-09-09 18:37:29 +03005030{
Joerg Roedel5d450802008-12-03 14:52:32 +01005031 struct dmar_domain *dmar_domain;
Joerg Roedel00a77de2015-03-26 13:43:08 +01005032 struct iommu_domain *domain;
5033
5034 if (type != IOMMU_DOMAIN_UNMANAGED)
5035 return NULL;
Kay, Allen M38717942008-09-09 18:37:29 +03005036
Jiang Liuab8dfe22014-07-11 14:19:27 +08005037 dmar_domain = alloc_domain(DOMAIN_FLAG_VIRTUAL_MACHINE);
Joerg Roedel5d450802008-12-03 14:52:32 +01005038 if (!dmar_domain) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02005039 pr_err("Can't allocate dmar_domain\n");
Joerg Roedel00a77de2015-03-26 13:43:08 +01005040 return NULL;
Kay, Allen M38717942008-09-09 18:37:29 +03005041 }
Fenghua Yu2c2e2c32009-06-19 13:47:29 -07005042 if (md_domain_init(dmar_domain, DEFAULT_DOMAIN_ADDRESS_WIDTH)) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02005043 pr_err("Domain initialization failed\n");
Jiang Liu92d03cc2014-02-19 14:07:28 +08005044 domain_exit(dmar_domain);
Joerg Roedel00a77de2015-03-26 13:43:08 +01005045 return NULL;
Kay, Allen M38717942008-09-09 18:37:29 +03005046 }
Allen Kay8140a952011-10-14 12:32:17 -07005047 domain_update_iommu_cap(dmar_domain);
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005048
Joerg Roedel00a77de2015-03-26 13:43:08 +01005049 domain = &dmar_domain->domain;
Joerg Roedel8a0e7152012-01-26 19:40:54 +01005050 domain->geometry.aperture_start = 0;
5051 domain->geometry.aperture_end = __DOMAIN_MAX_ADDR(dmar_domain->gaw);
5052 domain->geometry.force_aperture = true;
5053
Joerg Roedel00a77de2015-03-26 13:43:08 +01005054 return domain;
Kay, Allen M38717942008-09-09 18:37:29 +03005055}
Kay, Allen M38717942008-09-09 18:37:29 +03005056
Joerg Roedel00a77de2015-03-26 13:43:08 +01005057static void intel_iommu_domain_free(struct iommu_domain *domain)
Kay, Allen M38717942008-09-09 18:37:29 +03005058{
Joerg Roedel00a77de2015-03-26 13:43:08 +01005059 domain_exit(to_dmar_domain(domain));
Kay, Allen M38717942008-09-09 18:37:29 +03005060}
Kay, Allen M38717942008-09-09 18:37:29 +03005061
Joerg Roedel4c5478c2008-12-03 14:58:24 +01005062static int intel_iommu_attach_device(struct iommu_domain *domain,
5063 struct device *dev)
Kay, Allen M38717942008-09-09 18:37:29 +03005064{
Joerg Roedel00a77de2015-03-26 13:43:08 +01005065 struct dmar_domain *dmar_domain = to_dmar_domain(domain);
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005066 struct intel_iommu *iommu;
5067 int addr_width;
David Woodhouse156baca2014-03-09 14:00:57 -07005068 u8 bus, devfn;
Kay, Allen M38717942008-09-09 18:37:29 +03005069
Alex Williamsonc875d2c2014-07-03 09:57:02 -06005070 if (device_is_rmrr_locked(dev)) {
5071 dev_warn(dev, "Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor.\n");
5072 return -EPERM;
5073 }
5074
David Woodhouse7207d8f2014-03-09 16:31:06 -07005075 /* normally dev is not mapped */
5076 if (unlikely(domain_context_mapped(dev))) {
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005077 struct dmar_domain *old_domain;
5078
David Woodhouse1525a292014-03-06 16:19:30 +00005079 old_domain = find_domain(dev);
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005080 if (old_domain) {
Joerg Roedeld160aca2015-07-22 11:52:53 +02005081 rcu_read_lock();
Joerg Roedelde7e8882015-07-22 11:58:07 +02005082 dmar_remove_one_dev_info(old_domain, dev);
Joerg Roedeld160aca2015-07-22 11:52:53 +02005083 rcu_read_unlock();
Joerg Roedel62c22162014-12-09 12:56:45 +01005084
5085 if (!domain_type_is_vm_or_si(old_domain) &&
5086 list_empty(&old_domain->devices))
5087 domain_exit(old_domain);
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005088 }
5089 }
5090
David Woodhouse156baca2014-03-09 14:00:57 -07005091 iommu = device_to_iommu(dev, &bus, &devfn);
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005092 if (!iommu)
5093 return -ENODEV;
5094
5095 /* check if this iommu agaw is sufficient for max mapped address */
5096 addr_width = agaw_to_width(iommu->agaw);
Tom Lyona99c47a2010-05-17 08:20:45 +01005097 if (addr_width > cap_mgaw(iommu->cap))
5098 addr_width = cap_mgaw(iommu->cap);
5099
5100 if (dmar_domain->max_addr > (1LL << addr_width)) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06005101 dev_err(dev, "%s: iommu width (%d) is not "
5102 "sufficient for the mapped address (%llx)\n",
5103 __func__, addr_width, dmar_domain->max_addr);
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005104 return -EFAULT;
5105 }
Tom Lyona99c47a2010-05-17 08:20:45 +01005106 dmar_domain->gaw = addr_width;
5107
5108 /*
5109 * Knock out extra levels of page tables if necessary
5110 */
5111 while (iommu->agaw < dmar_domain->agaw) {
5112 struct dma_pte *pte;
5113
5114 pte = dmar_domain->pgd;
5115 if (dma_pte_present(pte)) {
Sheng Yang25cbff12010-06-12 19:21:42 +08005116 dmar_domain->pgd = (struct dma_pte *)
5117 phys_to_virt(dma_pte_addr(pte));
Jan Kiszka7a661012010-11-02 08:05:51 +01005118 free_pgtable_page(pte);
Tom Lyona99c47a2010-05-17 08:20:45 +01005119 }
5120 dmar_domain->agaw--;
5121 }
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005122
Joerg Roedel28ccce02015-07-21 14:45:31 +02005123 return domain_add_dev_info(dmar_domain, dev);
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005124}
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005125
Joerg Roedel4c5478c2008-12-03 14:58:24 +01005126static void intel_iommu_detach_device(struct iommu_domain *domain,
5127 struct device *dev)
Kay, Allen M38717942008-09-09 18:37:29 +03005128{
Joerg Roedele6de0f82015-07-22 16:30:36 +02005129 dmar_remove_one_dev_info(to_dmar_domain(domain), dev);
Kay, Allen M38717942008-09-09 18:37:29 +03005130}
Kay, Allen M38717942008-09-09 18:37:29 +03005131
Joerg Roedelb146a1c9f2010-01-20 17:17:37 +01005132static int intel_iommu_map(struct iommu_domain *domain,
5133 unsigned long iova, phys_addr_t hpa,
Ohad Ben-Cohen50090652011-11-10 11:32:25 +02005134 size_t size, int iommu_prot)
Kay, Allen M38717942008-09-09 18:37:29 +03005135{
Joerg Roedel00a77de2015-03-26 13:43:08 +01005136 struct dmar_domain *dmar_domain = to_dmar_domain(domain);
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005137 u64 max_addr;
Joerg Roedeldde57a22008-12-03 15:04:09 +01005138 int prot = 0;
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005139 int ret;
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005140
Joerg Roedeldde57a22008-12-03 15:04:09 +01005141 if (iommu_prot & IOMMU_READ)
5142 prot |= DMA_PTE_READ;
5143 if (iommu_prot & IOMMU_WRITE)
5144 prot |= DMA_PTE_WRITE;
Sheng Yang9cf06692009-03-18 15:33:07 +08005145 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping)
5146 prot |= DMA_PTE_SNP;
Joerg Roedeldde57a22008-12-03 15:04:09 +01005147
David Woodhouse163cc522009-06-28 00:51:17 +01005148 max_addr = iova + size;
Joerg Roedeldde57a22008-12-03 15:04:09 +01005149 if (dmar_domain->max_addr < max_addr) {
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005150 u64 end;
5151
5152 /* check if minimum agaw is sufficient for mapped address */
Tom Lyon8954da12010-05-17 08:19:52 +01005153 end = __DOMAIN_MAX_ADDR(dmar_domain->gaw) + 1;
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005154 if (end < max_addr) {
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02005155 pr_err("%s: iommu width (%d) is not "
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005156 "sufficient for the mapped address (%llx)\n",
Tom Lyon8954da12010-05-17 08:19:52 +01005157 __func__, dmar_domain->gaw, max_addr);
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005158 return -EFAULT;
5159 }
Joerg Roedeldde57a22008-12-03 15:04:09 +01005160 dmar_domain->max_addr = max_addr;
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005161 }
David Woodhousead051222009-06-28 14:22:28 +01005162 /* Round up size to next multiple of PAGE_SIZE, if it and
5163 the low bits of hpa would take us onto the next page */
David Woodhouse88cb6a72009-06-28 15:03:06 +01005164 size = aligned_nrpages(hpa, size);
David Woodhousead051222009-06-28 14:22:28 +01005165 ret = domain_pfn_mapping(dmar_domain, iova >> VTD_PAGE_SHIFT,
5166 hpa >> VTD_PAGE_SHIFT, size, prot);
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005167 return ret;
Kay, Allen M38717942008-09-09 18:37:29 +03005168}
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005169
Ohad Ben-Cohen50090652011-11-10 11:32:25 +02005170static size_t intel_iommu_unmap(struct iommu_domain *domain,
David Woodhouseea8ea462014-03-05 17:09:32 +00005171 unsigned long iova, size_t size)
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005172{
Joerg Roedel00a77de2015-03-26 13:43:08 +01005173 struct dmar_domain *dmar_domain = to_dmar_domain(domain);
David Woodhouseea8ea462014-03-05 17:09:32 +00005174 struct page *freelist = NULL;
David Woodhouseea8ea462014-03-05 17:09:32 +00005175 unsigned long start_pfn, last_pfn;
5176 unsigned int npages;
Joerg Roedel42e8c182015-07-21 15:50:02 +02005177 int iommu_id, level = 0;
Sheng Yang4b99d352009-07-08 11:52:52 +01005178
David Woodhouse5cf0a762014-03-19 16:07:49 +00005179 /* Cope with horrid API which requires us to unmap more than the
5180 size argument if it happens to be a large-page mapping. */
Joerg Roedeldc02e462015-08-13 11:15:13 +02005181 BUG_ON(!pfn_to_dma_pte(dmar_domain, iova >> VTD_PAGE_SHIFT, &level));
David Woodhouse5cf0a762014-03-19 16:07:49 +00005182
5183 if (size < VTD_PAGE_SIZE << level_to_offset_bits(level))
5184 size = VTD_PAGE_SIZE << level_to_offset_bits(level);
5185
David Woodhouseea8ea462014-03-05 17:09:32 +00005186 start_pfn = iova >> VTD_PAGE_SHIFT;
5187 last_pfn = (iova + size - 1) >> VTD_PAGE_SHIFT;
5188
5189 freelist = domain_unmap(dmar_domain, start_pfn, last_pfn);
5190
5191 npages = last_pfn - start_pfn + 1;
5192
Shaokun Zhangf746a022018-03-22 18:18:06 +08005193 for_each_domain_iommu(iommu_id, dmar_domain)
Joerg Roedel42e8c182015-07-21 15:50:02 +02005194 iommu_flush_iotlb_psi(g_iommus[iommu_id], dmar_domain,
5195 start_pfn, npages, !freelist, 0);
David Woodhouseea8ea462014-03-05 17:09:32 +00005196
5197 dma_free_pagelist(freelist);
Weidong Hanfe40f1e2008-12-08 23:10:23 +08005198
David Woodhouse163cc522009-06-28 00:51:17 +01005199 if (dmar_domain->max_addr == iova + size)
5200 dmar_domain->max_addr = iova;
Joerg Roedelb146a1c9f2010-01-20 17:17:37 +01005201
David Woodhouse5cf0a762014-03-19 16:07:49 +00005202 return size;
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005203}
Kay, Allen M38717942008-09-09 18:37:29 +03005204
Joerg Roedeld14d6572008-12-03 15:06:57 +01005205static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain,
Varun Sethibb5547a2013-03-29 01:23:58 +05305206 dma_addr_t iova)
Kay, Allen M38717942008-09-09 18:37:29 +03005207{
Joerg Roedel00a77de2015-03-26 13:43:08 +01005208 struct dmar_domain *dmar_domain = to_dmar_domain(domain);
Kay, Allen M38717942008-09-09 18:37:29 +03005209 struct dma_pte *pte;
David Woodhouse5cf0a762014-03-19 16:07:49 +00005210 int level = 0;
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005211 u64 phys = 0;
Kay, Allen M38717942008-09-09 18:37:29 +03005212
David Woodhouse5cf0a762014-03-19 16:07:49 +00005213 pte = pfn_to_dma_pte(dmar_domain, iova >> VTD_PAGE_SHIFT, &level);
Kay, Allen M38717942008-09-09 18:37:29 +03005214 if (pte)
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005215 phys = dma_pte_addr(pte);
Kay, Allen M38717942008-09-09 18:37:29 +03005216
Weidong Hanfaa3d6f2008-12-08 23:09:29 +08005217 return phys;
Kay, Allen M38717942008-09-09 18:37:29 +03005218}
Joerg Roedela8bcbb0d2008-12-03 15:14:02 +01005219
Joerg Roedel5d587b82014-09-05 10:50:45 +02005220static bool intel_iommu_capable(enum iommu_cap cap)
Sheng Yangdbb9fd82009-03-18 15:33:06 +08005221{
Sheng Yangdbb9fd82009-03-18 15:33:06 +08005222 if (cap == IOMMU_CAP_CACHE_COHERENCY)
Joerg Roedel5d587b82014-09-05 10:50:45 +02005223 return domain_update_iommu_snooping(NULL) == 1;
Tom Lyon323f99c2010-07-02 16:56:14 -04005224 if (cap == IOMMU_CAP_INTR_REMAP)
Joerg Roedel5d587b82014-09-05 10:50:45 +02005225 return irq_remapping_enabled == 1;
Sheng Yangdbb9fd82009-03-18 15:33:06 +08005226
Joerg Roedel5d587b82014-09-05 10:50:45 +02005227 return false;
Sheng Yangdbb9fd82009-03-18 15:33:06 +08005228}
5229
Alex Williamsonabdfdde2012-05-30 14:19:19 -06005230static int intel_iommu_add_device(struct device *dev)
Alex Williamson70ae6f02011-10-21 15:56:11 -04005231{
Alex Williamsona5459cf2014-06-12 16:12:31 -06005232 struct intel_iommu *iommu;
Alex Williamsonabdfdde2012-05-30 14:19:19 -06005233 struct iommu_group *group;
David Woodhouse156baca2014-03-09 14:00:57 -07005234 u8 bus, devfn;
Alex Williamson70ae6f02011-10-21 15:56:11 -04005235
Alex Williamsona5459cf2014-06-12 16:12:31 -06005236 iommu = device_to_iommu(dev, &bus, &devfn);
5237 if (!iommu)
Alex Williamson70ae6f02011-10-21 15:56:11 -04005238 return -ENODEV;
5239
Joerg Roedele3d10af2017-02-01 17:23:22 +01005240 iommu_device_link(&iommu->iommu, dev);
Alex Williamsonabdfdde2012-05-30 14:19:19 -06005241
Alex Williamsone17f9ff2014-07-03 09:51:37 -06005242 group = iommu_group_get_for_dev(dev);
Alex Williamson783f1572012-05-30 14:19:43 -06005243
Alex Williamsone17f9ff2014-07-03 09:51:37 -06005244 if (IS_ERR(group))
5245 return PTR_ERR(group);
Alex Williamson70ae6f02011-10-21 15:56:11 -04005246
Alex Williamsonabdfdde2012-05-30 14:19:19 -06005247 iommu_group_put(group);
Alex Williamsone17f9ff2014-07-03 09:51:37 -06005248 return 0;
Alex Williamsonabdfdde2012-05-30 14:19:19 -06005249}
5250
5251static void intel_iommu_remove_device(struct device *dev)
5252{
Alex Williamsona5459cf2014-06-12 16:12:31 -06005253 struct intel_iommu *iommu;
5254 u8 bus, devfn;
5255
5256 iommu = device_to_iommu(dev, &bus, &devfn);
5257 if (!iommu)
5258 return;
5259
Alex Williamsonabdfdde2012-05-30 14:19:19 -06005260 iommu_group_remove_device(dev);
Alex Williamsona5459cf2014-06-12 16:12:31 -06005261
Joerg Roedele3d10af2017-02-01 17:23:22 +01005262 iommu_device_unlink(&iommu->iommu, dev);
Alex Williamson70ae6f02011-10-21 15:56:11 -04005263}
5264
Eric Auger0659b8d2017-01-19 20:57:53 +00005265static void intel_iommu_get_resv_regions(struct device *device,
5266 struct list_head *head)
5267{
5268 struct iommu_resv_region *reg;
5269 struct dmar_rmrr_unit *rmrr;
5270 struct device *i_dev;
5271 int i;
5272
5273 rcu_read_lock();
5274 for_each_rmrr_units(rmrr) {
5275 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt,
5276 i, i_dev) {
5277 if (i_dev != device)
5278 continue;
5279
5280 list_add_tail(&rmrr->resv->list, head);
5281 }
5282 }
5283 rcu_read_unlock();
5284
5285 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START,
5286 IOAPIC_RANGE_END - IOAPIC_RANGE_START + 1,
Robin Murphy9d3a4de2017-03-16 17:00:16 +00005287 0, IOMMU_RESV_MSI);
Eric Auger0659b8d2017-01-19 20:57:53 +00005288 if (!reg)
5289 return;
5290 list_add_tail(&reg->list, head);
5291}
5292
5293static void intel_iommu_put_resv_regions(struct device *dev,
5294 struct list_head *head)
5295{
5296 struct iommu_resv_region *entry, *next;
5297
5298 list_for_each_entry_safe(entry, next, head, list) {
5299 if (entry->type == IOMMU_RESV_RESERVED)
5300 kfree(entry);
5301 }
Kay, Allen M38717942008-09-09 18:37:29 +03005302}
Joerg Roedela8bcbb0d2008-12-03 15:14:02 +01005303
David Woodhouse2f26e0a2015-09-09 11:40:47 +01005304#ifdef CONFIG_INTEL_IOMMU_SVM
5305int intel_iommu_enable_pasid(struct intel_iommu *iommu, struct intel_svm_dev *sdev)
5306{
5307 struct device_domain_info *info;
5308 struct context_entry *context;
5309 struct dmar_domain *domain;
5310 unsigned long flags;
5311 u64 ctx_lo;
5312 int ret;
5313
5314 domain = get_valid_domain_for_dev(sdev->dev);
5315 if (!domain)
5316 return -EINVAL;
5317
5318 spin_lock_irqsave(&device_domain_lock, flags);
5319 spin_lock(&iommu->lock);
5320
5321 ret = -EINVAL;
5322 info = sdev->dev->archdata.iommu;
5323 if (!info || !info->pasid_supported)
5324 goto out;
5325
5326 context = iommu_context_addr(iommu, info->bus, info->devfn, 0);
5327 if (WARN_ON(!context))
5328 goto out;
5329
5330 ctx_lo = context[0].lo;
5331
5332 sdev->did = domain->iommu_did[iommu->seq_id];
5333 sdev->sid = PCI_DEVID(info->bus, info->devfn);
5334
5335 if (!(ctx_lo & CONTEXT_PASIDE)) {
David Woodhouse2f26e0a2015-09-09 11:40:47 +01005336 ctx_lo |= CONTEXT_PASIDE;
5337 context[0].lo = ctx_lo;
5338 wmb();
5339 iommu->flush.flush_context(iommu, sdev->did, sdev->sid,
5340 DMA_CCMD_MASK_NOBIT,
5341 DMA_CCMD_DEVICE_INVL);
5342 }
5343
5344 /* Enable PASID support in the device, if it wasn't already */
5345 if (!info->pasid_enabled)
5346 iommu_enable_dev_iotlb(info);
5347
5348 if (info->ats_enabled) {
5349 sdev->dev_iotlb = 1;
5350 sdev->qdep = info->ats_qdep;
5351 if (sdev->qdep >= QI_DEV_EIOTLB_MAX_INVS)
5352 sdev->qdep = 0;
5353 }
5354 ret = 0;
5355
5356 out:
5357 spin_unlock(&iommu->lock);
5358 spin_unlock_irqrestore(&device_domain_lock, flags);
5359
5360 return ret;
5361}
5362
5363struct intel_iommu *intel_svm_device_to_iommu(struct device *dev)
5364{
5365 struct intel_iommu *iommu;
5366 u8 bus, devfn;
5367
5368 if (iommu_dummy(dev)) {
5369 dev_warn(dev,
5370 "No IOMMU translation for device; cannot enable SVM\n");
5371 return NULL;
5372 }
5373
5374 iommu = device_to_iommu(dev, &bus, &devfn);
5375 if ((!iommu)) {
Sudeep Duttb9997e32015-10-18 20:54:37 -07005376 dev_err(dev, "No IOMMU for device; cannot enable SVM\n");
David Woodhouse2f26e0a2015-09-09 11:40:47 +01005377 return NULL;
5378 }
5379
David Woodhouse2f26e0a2015-09-09 11:40:47 +01005380 return iommu;
5381}
5382#endif /* CONFIG_INTEL_IOMMU_SVM */
5383
Joerg Roedelb0119e82017-02-01 13:23:08 +01005384const struct iommu_ops intel_iommu_ops = {
Eric Auger0659b8d2017-01-19 20:57:53 +00005385 .capable = intel_iommu_capable,
5386 .domain_alloc = intel_iommu_domain_alloc,
5387 .domain_free = intel_iommu_domain_free,
5388 .attach_dev = intel_iommu_attach_device,
5389 .detach_dev = intel_iommu_detach_device,
5390 .map = intel_iommu_map,
5391 .unmap = intel_iommu_unmap,
Eric Auger0659b8d2017-01-19 20:57:53 +00005392 .iova_to_phys = intel_iommu_iova_to_phys,
5393 .add_device = intel_iommu_add_device,
5394 .remove_device = intel_iommu_remove_device,
5395 .get_resv_regions = intel_iommu_get_resv_regions,
5396 .put_resv_regions = intel_iommu_put_resv_regions,
5397 .device_group = pci_device_group,
5398 .pgsize_bitmap = INTEL_IOMMU_PGSIZES,
Joerg Roedela8bcbb0d2008-12-03 15:14:02 +01005399};
David Woodhouse9af88142009-02-13 23:18:03 +00005400
Daniel Vetter94526182013-01-20 23:50:13 +01005401static void quirk_iommu_g4x_gfx(struct pci_dev *dev)
5402{
5403 /* G4x/GM45 integrated gfx dmar support is totally busted. */
Bjorn Helgaas932a6522019-02-08 16:06:00 -06005404 pci_info(dev, "Disabling IOMMU for graphics on this chipset\n");
Daniel Vetter94526182013-01-20 23:50:13 +01005405 dmar_map_gfx = 0;
5406}
5407
5408DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2a40, quirk_iommu_g4x_gfx);
5409DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e00, quirk_iommu_g4x_gfx);
5410DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e10, quirk_iommu_g4x_gfx);
5411DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e20, quirk_iommu_g4x_gfx);
5412DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e30, quirk_iommu_g4x_gfx);
5413DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e40, quirk_iommu_g4x_gfx);
5414DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e90, quirk_iommu_g4x_gfx);
5415
Greg Kroah-Hartmand34d6512012-12-21 15:05:21 -08005416static void quirk_iommu_rwbf(struct pci_dev *dev)
David Woodhouse9af88142009-02-13 23:18:03 +00005417{
5418 /*
5419 * Mobile 4 Series Chipset neglects to set RWBF capability,
Daniel Vetter210561f2013-01-21 19:48:59 +01005420 * but needs it. Same seems to hold for the desktop versions.
David Woodhouse9af88142009-02-13 23:18:03 +00005421 */
Bjorn Helgaas932a6522019-02-08 16:06:00 -06005422 pci_info(dev, "Forcing write-buffer flush capability\n");
David Woodhouse9af88142009-02-13 23:18:03 +00005423 rwbf_quirk = 1;
5424}
5425
5426DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2a40, quirk_iommu_rwbf);
Daniel Vetter210561f2013-01-21 19:48:59 +01005427DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e00, quirk_iommu_rwbf);
5428DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e10, quirk_iommu_rwbf);
5429DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e20, quirk_iommu_rwbf);
5430DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e30, quirk_iommu_rwbf);
5431DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e40, quirk_iommu_rwbf);
5432DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e90, quirk_iommu_rwbf);
David Woodhousee0fc7e02009-09-30 09:12:17 -07005433
Adam Jacksoneecfd572010-08-25 21:17:34 +01005434#define GGC 0x52
5435#define GGC_MEMORY_SIZE_MASK (0xf << 8)
5436#define GGC_MEMORY_SIZE_NONE (0x0 << 8)
5437#define GGC_MEMORY_SIZE_1M (0x1 << 8)
5438#define GGC_MEMORY_SIZE_2M (0x3 << 8)
5439#define GGC_MEMORY_VT_ENABLED (0x8 << 8)
5440#define GGC_MEMORY_SIZE_2M_VT (0x9 << 8)
5441#define GGC_MEMORY_SIZE_3M_VT (0xa << 8)
5442#define GGC_MEMORY_SIZE_4M_VT (0xb << 8)
5443
Greg Kroah-Hartmand34d6512012-12-21 15:05:21 -08005444static void quirk_calpella_no_shadow_gtt(struct pci_dev *dev)
David Woodhouse9eecabc2010-09-21 22:28:23 +01005445{
5446 unsigned short ggc;
5447
Adam Jacksoneecfd572010-08-25 21:17:34 +01005448 if (pci_read_config_word(dev, GGC, &ggc))
David Woodhouse9eecabc2010-09-21 22:28:23 +01005449 return;
5450
Adam Jacksoneecfd572010-08-25 21:17:34 +01005451 if (!(ggc & GGC_MEMORY_VT_ENABLED)) {
Bjorn Helgaas932a6522019-02-08 16:06:00 -06005452 pci_info(dev, "BIOS has allocated no shadow GTT; disabling IOMMU for graphics\n");
David Woodhouse9eecabc2010-09-21 22:28:23 +01005453 dmar_map_gfx = 0;
David Woodhouse6fbcfb32011-09-25 19:11:14 -07005454 } else if (dmar_map_gfx) {
5455 /* we have to ensure the gfx device is idle before we flush */
Bjorn Helgaas932a6522019-02-08 16:06:00 -06005456 pci_info(dev, "Disabling batched IOTLB flush on Ironlake\n");
David Woodhouse6fbcfb32011-09-25 19:11:14 -07005457 intel_iommu_strict = 1;
5458 }
David Woodhouse9eecabc2010-09-21 22:28:23 +01005459}
5460DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0040, quirk_calpella_no_shadow_gtt);
5461DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0044, quirk_calpella_no_shadow_gtt);
5462DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0062, quirk_calpella_no_shadow_gtt);
5463DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x006a, quirk_calpella_no_shadow_gtt);
5464
David Woodhousee0fc7e02009-09-30 09:12:17 -07005465/* On Tylersburg chipsets, some BIOSes have been known to enable the
5466 ISOCH DMAR unit for the Azalia sound device, but not give it any
5467 TLB entries, which causes it to deadlock. Check for that. We do
5468 this in a function called from init_dmars(), instead of in a PCI
5469 quirk, because we don't want to print the obnoxious "BIOS broken"
5470 message if VT-d is actually disabled.
5471*/
5472static void __init check_tylersburg_isoch(void)
5473{
5474 struct pci_dev *pdev;
5475 uint32_t vtisochctrl;
5476
5477 /* If there's no Azalia in the system anyway, forget it. */
5478 pdev = pci_get_device(PCI_VENDOR_ID_INTEL, 0x3a3e, NULL);
5479 if (!pdev)
5480 return;
5481 pci_dev_put(pdev);
5482
5483 /* System Management Registers. Might be hidden, in which case
5484 we can't do the sanity check. But that's OK, because the
5485 known-broken BIOSes _don't_ actually hide it, so far. */
5486 pdev = pci_get_device(PCI_VENDOR_ID_INTEL, 0x342e, NULL);
5487 if (!pdev)
5488 return;
5489
5490 if (pci_read_config_dword(pdev, 0x188, &vtisochctrl)) {
5491 pci_dev_put(pdev);
5492 return;
5493 }
5494
5495 pci_dev_put(pdev);
5496
5497 /* If Azalia DMA is routed to the non-isoch DMAR unit, fine. */
5498 if (vtisochctrl & 1)
5499 return;
5500
5501 /* Drop all bits other than the number of TLB entries */
5502 vtisochctrl &= 0x1c;
5503
5504 /* If we have the recommended number of TLB entries (16), fine. */
5505 if (vtisochctrl == 0x10)
5506 return;
5507
5508 /* Zero TLB entries? You get to ride the short bus to school. */
5509 if (!vtisochctrl) {
5510 WARN(1, "Your BIOS is broken; DMA routed to ISOCH DMAR unit but no TLB space.\n"
5511 "BIOS vendor: %s; Ver: %s; Product Version: %s\n",
5512 dmi_get_system_info(DMI_BIOS_VENDOR),
5513 dmi_get_system_info(DMI_BIOS_VERSION),
5514 dmi_get_system_info(DMI_PRODUCT_VERSION));
5515 iommu_identity_mapping |= IDENTMAP_AZALIA;
5516 return;
5517 }
Joerg Roedel9f10e5b2015-06-12 09:57:06 +02005518
5519 pr_warn("Recommended TLB entries for ISOCH unit is 16; your BIOS set %d\n",
David Woodhousee0fc7e02009-09-30 09:12:17 -07005520 vtisochctrl);
5521}