blob: 5265dd17eb5c16d70452b66771049252fed3122c [file] [log] [blame]
Joerg Roedelb6c02712008-06-26 21:27:53 +02001/*
2 * Copyright (C) 2007-2008 Advanced Micro Devices, Inc.
3 * Author: Joerg Roedel <joerg.roedel@amd.com>
4 * Leo Duran <leo.duran@amd.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20#include <linux/pci.h>
21#include <linux/gfp.h>
22#include <linux/bitops.h>
Joerg Roedel7f265082008-12-12 13:50:21 +010023#include <linux/debugfs.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020024#include <linux/scatterlist.h>
FUJITA Tomonori51491362009-01-05 23:47:25 +090025#include <linux/dma-mapping.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020026#include <linux/iommu-helper.h>
Joerg Roedelc156e342008-12-02 18:13:27 +010027#include <linux/iommu.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020028#include <asm/proto.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090029#include <asm/iommu.h>
Joerg Roedel1d9b16d2008-11-27 18:39:15 +010030#include <asm/gart.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020031#include <asm/amd_iommu_types.h>
Joerg Roedelc6da9922008-06-26 21:28:06 +020032#include <asm/amd_iommu.h>
Joerg Roedelb6c02712008-06-26 21:27:53 +020033
34#define CMD_SET_TYPE(cmd, t) ((cmd)->data[1] |= ((t) << 28))
35
Joerg Roedel136f78a2008-07-11 17:14:27 +020036#define EXIT_LOOP_COUNT 10000000
37
Joerg Roedelb6c02712008-06-26 21:27:53 +020038static DEFINE_RWLOCK(amd_iommu_devtable_lock);
39
Joerg Roedelbd60b732008-09-11 10:24:48 +020040/* A list of preallocated protection domains */
41static LIST_HEAD(iommu_pd_list);
42static DEFINE_SPINLOCK(iommu_pd_list_lock);
43
Joerg Roedel26961ef2008-12-03 17:00:17 +010044#ifdef CONFIG_IOMMU_API
45static struct iommu_ops amd_iommu_ops;
46#endif
47
Joerg Roedel431b2a22008-07-11 17:14:22 +020048/*
49 * general struct to manage commands send to an IOMMU
50 */
Joerg Roedeld6449532008-07-11 17:14:28 +020051struct iommu_cmd {
Joerg Roedelb6c02712008-06-26 21:27:53 +020052 u32 data[4];
53};
54
Joerg Roedelbd0e5212008-06-26 21:27:56 +020055static int dma_ops_unity_map(struct dma_ops_domain *dma_dom,
56 struct unity_map_entry *e);
Joerg Roedele275a2a2008-12-10 18:27:25 +010057static struct dma_ops_domain *find_protection_domain(u16 devid);
Joerg Roedel8bda3092009-05-12 12:02:46 +020058static u64* alloc_pte(struct protection_domain *dom,
59 unsigned long address, u64
60 **pte_page, gfp_t gfp);
Joerg Roedel00cd1222009-05-19 09:52:40 +020061static void dma_ops_reserve_addresses(struct dma_ops_domain *dom,
62 unsigned long start_page,
63 unsigned int pages);
Joerg Roedel9355a082009-09-02 14:24:08 +020064static u64 *fetch_pte(struct protection_domain *domain,
65 unsigned long address);
Joerg Roedelbd0e5212008-06-26 21:27:56 +020066
Chris Wrightc1eee672009-05-21 00:56:58 -070067#ifndef BUS_NOTIFY_UNBOUND_DRIVER
68#define BUS_NOTIFY_UNBOUND_DRIVER 0x0005
69#endif
70
Joerg Roedel7f265082008-12-12 13:50:21 +010071#ifdef CONFIG_AMD_IOMMU_STATS
72
73/*
74 * Initialization code for statistics collection
75 */
76
Joerg Roedelda49f6d2008-12-12 14:59:58 +010077DECLARE_STATS_COUNTER(compl_wait);
Joerg Roedel0f2a86f2008-12-12 15:05:16 +010078DECLARE_STATS_COUNTER(cnt_map_single);
Joerg Roedel146a6912008-12-12 15:07:12 +010079DECLARE_STATS_COUNTER(cnt_unmap_single);
Joerg Roedeld03f0672008-12-12 15:09:48 +010080DECLARE_STATS_COUNTER(cnt_map_sg);
Joerg Roedel55877a62008-12-12 15:12:14 +010081DECLARE_STATS_COUNTER(cnt_unmap_sg);
Joerg Roedelc8f0fb32008-12-12 15:14:21 +010082DECLARE_STATS_COUNTER(cnt_alloc_coherent);
Joerg Roedel5d31ee72008-12-12 15:16:38 +010083DECLARE_STATS_COUNTER(cnt_free_coherent);
Joerg Roedelc1858972008-12-12 15:42:39 +010084DECLARE_STATS_COUNTER(cross_page);
Joerg Roedelf57d98a2008-12-12 15:46:29 +010085DECLARE_STATS_COUNTER(domain_flush_single);
Joerg Roedel18811f52008-12-12 15:48:28 +010086DECLARE_STATS_COUNTER(domain_flush_all);
Joerg Roedel5774f7c2008-12-12 15:57:30 +010087DECLARE_STATS_COUNTER(alloced_io_mem);
Joerg Roedel8ecaf8f2008-12-12 16:13:04 +010088DECLARE_STATS_COUNTER(total_map_requests);
Joerg Roedelda49f6d2008-12-12 14:59:58 +010089
Joerg Roedel7f265082008-12-12 13:50:21 +010090static struct dentry *stats_dir;
91static struct dentry *de_isolate;
92static struct dentry *de_fflush;
93
94static void amd_iommu_stats_add(struct __iommu_counter *cnt)
95{
96 if (stats_dir == NULL)
97 return;
98
99 cnt->dent = debugfs_create_u64(cnt->name, 0444, stats_dir,
100 &cnt->value);
101}
102
103static void amd_iommu_stats_init(void)
104{
105 stats_dir = debugfs_create_dir("amd-iommu", NULL);
106 if (stats_dir == NULL)
107 return;
108
109 de_isolate = debugfs_create_bool("isolation", 0444, stats_dir,
110 (u32 *)&amd_iommu_isolate);
111
112 de_fflush = debugfs_create_bool("fullflush", 0444, stats_dir,
113 (u32 *)&amd_iommu_unmap_flush);
Joerg Roedelda49f6d2008-12-12 14:59:58 +0100114
115 amd_iommu_stats_add(&compl_wait);
Joerg Roedel0f2a86f2008-12-12 15:05:16 +0100116 amd_iommu_stats_add(&cnt_map_single);
Joerg Roedel146a6912008-12-12 15:07:12 +0100117 amd_iommu_stats_add(&cnt_unmap_single);
Joerg Roedeld03f0672008-12-12 15:09:48 +0100118 amd_iommu_stats_add(&cnt_map_sg);
Joerg Roedel55877a62008-12-12 15:12:14 +0100119 amd_iommu_stats_add(&cnt_unmap_sg);
Joerg Roedelc8f0fb32008-12-12 15:14:21 +0100120 amd_iommu_stats_add(&cnt_alloc_coherent);
Joerg Roedel5d31ee72008-12-12 15:16:38 +0100121 amd_iommu_stats_add(&cnt_free_coherent);
Joerg Roedelc1858972008-12-12 15:42:39 +0100122 amd_iommu_stats_add(&cross_page);
Joerg Roedelf57d98a2008-12-12 15:46:29 +0100123 amd_iommu_stats_add(&domain_flush_single);
Joerg Roedel18811f52008-12-12 15:48:28 +0100124 amd_iommu_stats_add(&domain_flush_all);
Joerg Roedel5774f7c2008-12-12 15:57:30 +0100125 amd_iommu_stats_add(&alloced_io_mem);
Joerg Roedel8ecaf8f2008-12-12 16:13:04 +0100126 amd_iommu_stats_add(&total_map_requests);
Joerg Roedel7f265082008-12-12 13:50:21 +0100127}
128
129#endif
130
Joerg Roedel431b2a22008-07-11 17:14:22 +0200131/* returns !0 if the IOMMU is caching non-present entries in its TLB */
Joerg Roedel4da70b92008-06-26 21:28:01 +0200132static int iommu_has_npcache(struct amd_iommu *iommu)
133{
Joerg Roedelae9b9402008-10-30 17:43:57 +0100134 return iommu->cap & (1UL << IOMMU_CAP_NPCACHE);
Joerg Roedel4da70b92008-06-26 21:28:01 +0200135}
136
Joerg Roedel431b2a22008-07-11 17:14:22 +0200137/****************************************************************************
138 *
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200139 * Interrupt handling functions
140 *
141 ****************************************************************************/
142
Joerg Roedel90008ee2008-09-09 16:41:05 +0200143static void iommu_print_event(void *__evt)
144{
145 u32 *event = __evt;
146 int type = (event[1] >> EVENT_TYPE_SHIFT) & EVENT_TYPE_MASK;
147 int devid = (event[0] >> EVENT_DEVID_SHIFT) & EVENT_DEVID_MASK;
148 int domid = (event[1] >> EVENT_DOMID_SHIFT) & EVENT_DOMID_MASK;
149 int flags = (event[1] >> EVENT_FLAGS_SHIFT) & EVENT_FLAGS_MASK;
150 u64 address = (u64)(((u64)event[3]) << 32) | event[2];
151
152 printk(KERN_ERR "AMD IOMMU: Event logged [");
153
154 switch (type) {
155 case EVENT_TYPE_ILL_DEV:
156 printk("ILLEGAL_DEV_TABLE_ENTRY device=%02x:%02x.%x "
157 "address=0x%016llx flags=0x%04x]\n",
158 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
159 address, flags);
160 break;
161 case EVENT_TYPE_IO_FAULT:
162 printk("IO_PAGE_FAULT device=%02x:%02x.%x "
163 "domain=0x%04x address=0x%016llx flags=0x%04x]\n",
164 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
165 domid, address, flags);
166 break;
167 case EVENT_TYPE_DEV_TAB_ERR:
168 printk("DEV_TAB_HARDWARE_ERROR device=%02x:%02x.%x "
169 "address=0x%016llx flags=0x%04x]\n",
170 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
171 address, flags);
172 break;
173 case EVENT_TYPE_PAGE_TAB_ERR:
174 printk("PAGE_TAB_HARDWARE_ERROR device=%02x:%02x.%x "
175 "domain=0x%04x address=0x%016llx flags=0x%04x]\n",
176 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
177 domid, address, flags);
178 break;
179 case EVENT_TYPE_ILL_CMD:
180 printk("ILLEGAL_COMMAND_ERROR address=0x%016llx]\n", address);
181 break;
182 case EVENT_TYPE_CMD_HARD_ERR:
183 printk("COMMAND_HARDWARE_ERROR address=0x%016llx "
184 "flags=0x%04x]\n", address, flags);
185 break;
186 case EVENT_TYPE_IOTLB_INV_TO:
187 printk("IOTLB_INV_TIMEOUT device=%02x:%02x.%x "
188 "address=0x%016llx]\n",
189 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
190 address);
191 break;
192 case EVENT_TYPE_INV_DEV_REQ:
193 printk("INVALID_DEVICE_REQUEST device=%02x:%02x.%x "
194 "address=0x%016llx flags=0x%04x]\n",
195 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
196 address, flags);
197 break;
198 default:
199 printk(KERN_ERR "UNKNOWN type=0x%02x]\n", type);
200 }
201}
202
203static void iommu_poll_events(struct amd_iommu *iommu)
204{
205 u32 head, tail;
206 unsigned long flags;
207
208 spin_lock_irqsave(&iommu->lock, flags);
209
210 head = readl(iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
211 tail = readl(iommu->mmio_base + MMIO_EVT_TAIL_OFFSET);
212
213 while (head != tail) {
214 iommu_print_event(iommu->evt_buf + head);
215 head = (head + EVENT_ENTRY_SIZE) % iommu->evt_buf_size;
216 }
217
218 writel(head, iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
219
220 spin_unlock_irqrestore(&iommu->lock, flags);
221}
222
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200223irqreturn_t amd_iommu_int_handler(int irq, void *data)
224{
Joerg Roedel90008ee2008-09-09 16:41:05 +0200225 struct amd_iommu *iommu;
226
Joerg Roedel3bd22172009-05-04 15:06:20 +0200227 for_each_iommu(iommu)
Joerg Roedel90008ee2008-09-09 16:41:05 +0200228 iommu_poll_events(iommu);
229
230 return IRQ_HANDLED;
Joerg Roedela80dc3e2008-09-11 16:51:41 +0200231}
232
233/****************************************************************************
234 *
Joerg Roedel431b2a22008-07-11 17:14:22 +0200235 * IOMMU command queuing functions
236 *
237 ****************************************************************************/
238
239/*
240 * Writes the command to the IOMMUs command buffer and informs the
241 * hardware about the new command. Must be called with iommu->lock held.
242 */
Joerg Roedeld6449532008-07-11 17:14:28 +0200243static int __iommu_queue_command(struct amd_iommu *iommu, struct iommu_cmd *cmd)
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200244{
245 u32 tail, head;
246 u8 *target;
247
248 tail = readl(iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
Jiri Kosina8a7c5ef2008-08-19 02:13:55 +0200249 target = iommu->cmd_buf + tail;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200250 memcpy_toio(target, cmd, sizeof(*cmd));
251 tail = (tail + sizeof(*cmd)) % iommu->cmd_buf_size;
252 head = readl(iommu->mmio_base + MMIO_CMD_HEAD_OFFSET);
253 if (tail == head)
254 return -ENOMEM;
255 writel(tail, iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
256
257 return 0;
258}
259
Joerg Roedel431b2a22008-07-11 17:14:22 +0200260/*
261 * General queuing function for commands. Takes iommu->lock and calls
262 * __iommu_queue_command().
263 */
Joerg Roedeld6449532008-07-11 17:14:28 +0200264static int iommu_queue_command(struct amd_iommu *iommu, struct iommu_cmd *cmd)
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200265{
266 unsigned long flags;
267 int ret;
268
269 spin_lock_irqsave(&iommu->lock, flags);
270 ret = __iommu_queue_command(iommu, cmd);
Joerg Roedel09ee17e2008-12-03 12:19:27 +0100271 if (!ret)
Joerg Roedel0cfd7aa2008-12-10 19:58:00 +0100272 iommu->need_sync = true;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200273 spin_unlock_irqrestore(&iommu->lock, flags);
274
275 return ret;
276}
277
Joerg Roedel431b2a22008-07-11 17:14:22 +0200278/*
Joerg Roedel8d201962008-12-02 20:34:41 +0100279 * This function waits until an IOMMU has completed a completion
280 * wait command
Joerg Roedel431b2a22008-07-11 17:14:22 +0200281 */
Joerg Roedel8d201962008-12-02 20:34:41 +0100282static void __iommu_wait_for_completion(struct amd_iommu *iommu)
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200283{
Joerg Roedel8d201962008-12-02 20:34:41 +0100284 int ready = 0;
Joerg Roedel519c31b2008-08-14 19:55:15 +0200285 unsigned status = 0;
Joerg Roedel8d201962008-12-02 20:34:41 +0100286 unsigned long i = 0;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200287
Joerg Roedelda49f6d2008-12-12 14:59:58 +0100288 INC_STATS_COUNTER(compl_wait);
289
Joerg Roedel136f78a2008-07-11 17:14:27 +0200290 while (!ready && (i < EXIT_LOOP_COUNT)) {
291 ++i;
Joerg Roedel519c31b2008-08-14 19:55:15 +0200292 /* wait for the bit to become one */
293 status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET);
294 ready = status & MMIO_STATUS_COM_WAIT_INT_MASK;
Joerg Roedel136f78a2008-07-11 17:14:27 +0200295 }
296
Joerg Roedel519c31b2008-08-14 19:55:15 +0200297 /* set bit back to zero */
298 status &= ~MMIO_STATUS_COM_WAIT_INT_MASK;
299 writel(status, iommu->mmio_base + MMIO_STATUS_OFFSET);
300
Joerg Roedel84df8172008-12-17 16:36:44 +0100301 if (unlikely(i == EXIT_LOOP_COUNT))
302 panic("AMD IOMMU: Completion wait loop failed\n");
Joerg Roedel8d201962008-12-02 20:34:41 +0100303}
304
305/*
306 * This function queues a completion wait command into the command
307 * buffer of an IOMMU
308 */
309static int __iommu_completion_wait(struct amd_iommu *iommu)
310{
311 struct iommu_cmd cmd;
312
313 memset(&cmd, 0, sizeof(cmd));
314 cmd.data[0] = CMD_COMPL_WAIT_INT_MASK;
315 CMD_SET_TYPE(&cmd, CMD_COMPL_WAIT);
316
317 return __iommu_queue_command(iommu, &cmd);
318}
319
320/*
321 * This function is called whenever we need to ensure that the IOMMU has
322 * completed execution of all commands we sent. It sends a
323 * COMPLETION_WAIT command and waits for it to finish. The IOMMU informs
324 * us about that by writing a value to a physical address we pass with
325 * the command.
326 */
327static int iommu_completion_wait(struct amd_iommu *iommu)
328{
329 int ret = 0;
330 unsigned long flags;
331
332 spin_lock_irqsave(&iommu->lock, flags);
333
334 if (!iommu->need_sync)
335 goto out;
336
337 ret = __iommu_completion_wait(iommu);
338
Joerg Roedel0cfd7aa2008-12-10 19:58:00 +0100339 iommu->need_sync = false;
Joerg Roedel8d201962008-12-02 20:34:41 +0100340
341 if (ret)
342 goto out;
343
344 __iommu_wait_for_completion(iommu);
Joerg Roedel84df8172008-12-17 16:36:44 +0100345
Joerg Roedel7e4f88d2008-09-17 14:19:15 +0200346out:
347 spin_unlock_irqrestore(&iommu->lock, flags);
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200348
349 return 0;
350}
351
Joerg Roedel431b2a22008-07-11 17:14:22 +0200352/*
353 * Command send function for invalidating a device table entry
354 */
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200355static int iommu_queue_inv_dev_entry(struct amd_iommu *iommu, u16 devid)
356{
Joerg Roedeld6449532008-07-11 17:14:28 +0200357 struct iommu_cmd cmd;
Joerg Roedelee2fa742008-09-17 13:47:25 +0200358 int ret;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200359
360 BUG_ON(iommu == NULL);
361
362 memset(&cmd, 0, sizeof(cmd));
363 CMD_SET_TYPE(&cmd, CMD_INV_DEV_ENTRY);
364 cmd.data[0] = devid;
365
Joerg Roedelee2fa742008-09-17 13:47:25 +0200366 ret = iommu_queue_command(iommu, &cmd);
367
Joerg Roedelee2fa742008-09-17 13:47:25 +0200368 return ret;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200369}
370
Joerg Roedel237b6f32008-12-02 20:54:37 +0100371static void __iommu_build_inv_iommu_pages(struct iommu_cmd *cmd, u64 address,
372 u16 domid, int pde, int s)
373{
374 memset(cmd, 0, sizeof(*cmd));
375 address &= PAGE_MASK;
376 CMD_SET_TYPE(cmd, CMD_INV_IOMMU_PAGES);
377 cmd->data[1] |= domid;
378 cmd->data[2] = lower_32_bits(address);
379 cmd->data[3] = upper_32_bits(address);
380 if (s) /* size bit - we flush more than one 4kb page */
381 cmd->data[2] |= CMD_INV_IOMMU_PAGES_SIZE_MASK;
382 if (pde) /* PDE bit - we wan't flush everything not only the PTEs */
383 cmd->data[2] |= CMD_INV_IOMMU_PAGES_PDE_MASK;
384}
385
Joerg Roedel431b2a22008-07-11 17:14:22 +0200386/*
387 * Generic command send function for invalidaing TLB entries
388 */
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200389static int iommu_queue_inv_iommu_pages(struct amd_iommu *iommu,
390 u64 address, u16 domid, int pde, int s)
391{
Joerg Roedeld6449532008-07-11 17:14:28 +0200392 struct iommu_cmd cmd;
Joerg Roedelee2fa742008-09-17 13:47:25 +0200393 int ret;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200394
Joerg Roedel237b6f32008-12-02 20:54:37 +0100395 __iommu_build_inv_iommu_pages(&cmd, address, domid, pde, s);
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200396
Joerg Roedelee2fa742008-09-17 13:47:25 +0200397 ret = iommu_queue_command(iommu, &cmd);
398
Joerg Roedelee2fa742008-09-17 13:47:25 +0200399 return ret;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200400}
401
Joerg Roedel431b2a22008-07-11 17:14:22 +0200402/*
403 * TLB invalidation function which is called from the mapping functions.
404 * It invalidates a single PTE if the range to flush is within a single
405 * page. Otherwise it flushes the whole TLB of the IOMMU.
406 */
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200407static int iommu_flush_pages(struct amd_iommu *iommu, u16 domid,
408 u64 address, size_t size)
409{
Joerg Roedel999ba412008-07-03 19:35:08 +0200410 int s = 0;
Joerg Roedele3c449f2008-10-15 22:02:11 -0700411 unsigned pages = iommu_num_pages(address, size, PAGE_SIZE);
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200412
413 address &= PAGE_MASK;
414
Joerg Roedel999ba412008-07-03 19:35:08 +0200415 if (pages > 1) {
416 /*
417 * If we have to flush more than one page, flush all
418 * TLB entries for this domain
419 */
420 address = CMD_INV_IOMMU_ALL_PAGES_ADDRESS;
421 s = 1;
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200422 }
423
Joerg Roedel999ba412008-07-03 19:35:08 +0200424 iommu_queue_inv_iommu_pages(iommu, address, domid, 0, s);
425
Joerg Roedela19ae1e2008-06-26 21:27:55 +0200426 return 0;
427}
Joerg Roedelb6c02712008-06-26 21:27:53 +0200428
Joerg Roedel1c655772008-09-04 18:40:05 +0200429/* Flush the whole IO/TLB for a given protection domain */
430static void iommu_flush_tlb(struct amd_iommu *iommu, u16 domid)
431{
432 u64 address = CMD_INV_IOMMU_ALL_PAGES_ADDRESS;
433
Joerg Roedelf57d98a2008-12-12 15:46:29 +0100434 INC_STATS_COUNTER(domain_flush_single);
435
Joerg Roedel1c655772008-09-04 18:40:05 +0200436 iommu_queue_inv_iommu_pages(iommu, address, domid, 0, 1);
437}
438
Chris Wright42a49f92009-06-15 15:42:00 +0200439/* Flush the whole IO/TLB for a given protection domain - including PDE */
440static void iommu_flush_tlb_pde(struct amd_iommu *iommu, u16 domid)
441{
442 u64 address = CMD_INV_IOMMU_ALL_PAGES_ADDRESS;
443
444 INC_STATS_COUNTER(domain_flush_single);
445
446 iommu_queue_inv_iommu_pages(iommu, address, domid, 1, 1);
447}
448
Joerg Roedel43f49602008-12-02 21:01:12 +0100449/*
450 * This function is used to flush the IO/TLB for a given protection domain
451 * on every IOMMU in the system
452 */
453static void iommu_flush_domain(u16 domid)
454{
455 unsigned long flags;
456 struct amd_iommu *iommu;
457 struct iommu_cmd cmd;
458
Joerg Roedel18811f52008-12-12 15:48:28 +0100459 INC_STATS_COUNTER(domain_flush_all);
460
Joerg Roedel43f49602008-12-02 21:01:12 +0100461 __iommu_build_inv_iommu_pages(&cmd, CMD_INV_IOMMU_ALL_PAGES_ADDRESS,
462 domid, 1, 1);
463
Joerg Roedel3bd22172009-05-04 15:06:20 +0200464 for_each_iommu(iommu) {
Joerg Roedel43f49602008-12-02 21:01:12 +0100465 spin_lock_irqsave(&iommu->lock, flags);
466 __iommu_queue_command(iommu, &cmd);
467 __iommu_completion_wait(iommu);
468 __iommu_wait_for_completion(iommu);
469 spin_unlock_irqrestore(&iommu->lock, flags);
470 }
471}
Joerg Roedel43f49602008-12-02 21:01:12 +0100472
Joerg Roedelbfd1be12009-05-05 15:33:57 +0200473void amd_iommu_flush_all_domains(void)
474{
475 int i;
476
477 for (i = 1; i < MAX_DOMAIN_ID; ++i) {
478 if (!test_bit(i, amd_iommu_pd_alloc_bitmap))
479 continue;
480 iommu_flush_domain(i);
481 }
482}
483
Joerg Roedel6a0dbcb2009-09-02 15:41:59 +0200484static void flush_devices_by_domain(struct protection_domain *domain)
Joerg Roedel7d7a1102009-05-05 15:48:10 +0200485{
486 struct amd_iommu *iommu;
487 int i;
488
489 for (i = 0; i <= amd_iommu_last_bdf; ++i) {
Joerg Roedel6a0dbcb2009-09-02 15:41:59 +0200490 if ((domain == NULL && amd_iommu_pd_table[i] == NULL) ||
491 (amd_iommu_pd_table[i] != domain))
Joerg Roedel7d7a1102009-05-05 15:48:10 +0200492 continue;
493
494 iommu = amd_iommu_rlookup_table[i];
495 if (!iommu)
496 continue;
497
498 iommu_queue_inv_dev_entry(iommu, i);
499 iommu_completion_wait(iommu);
500 }
501}
502
Joerg Roedel6a0dbcb2009-09-02 15:41:59 +0200503void amd_iommu_flush_all_devices(void)
504{
505 flush_devices_by_domain(NULL);
506}
507
Joerg Roedel431b2a22008-07-11 17:14:22 +0200508/****************************************************************************
509 *
510 * The functions below are used the create the page table mappings for
511 * unity mapped regions.
512 *
513 ****************************************************************************/
514
515/*
516 * Generic mapping functions. It maps a physical address into a DMA
517 * address space. It allocates the page table pages if necessary.
518 * In the future it can be extended to a generic mapping function
519 * supporting all features of AMD IOMMU page tables like level skipping
520 * and full 64 bit address spaces.
521 */
Joerg Roedel38e817f2008-12-02 17:27:52 +0100522static int iommu_map_page(struct protection_domain *dom,
523 unsigned long bus_addr,
524 unsigned long phys_addr,
525 int prot)
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200526{
Joerg Roedel8bda3092009-05-12 12:02:46 +0200527 u64 __pte, *pte;
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200528
529 bus_addr = PAGE_ALIGN(bus_addr);
Joerg Roedelbb9d4ff2008-12-04 15:59:48 +0100530 phys_addr = PAGE_ALIGN(phys_addr);
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200531
532 /* only support 512GB address spaces for now */
533 if (bus_addr > IOMMU_MAP_SIZE_L3 || !(prot & IOMMU_PROT_MASK))
534 return -EINVAL;
535
Joerg Roedel8bda3092009-05-12 12:02:46 +0200536 pte = alloc_pte(dom, bus_addr, NULL, GFP_KERNEL);
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200537
538 if (IOMMU_PTE_PRESENT(*pte))
539 return -EBUSY;
540
541 __pte = phys_addr | IOMMU_PTE_P;
542 if (prot & IOMMU_PROT_IR)
543 __pte |= IOMMU_PTE_IR;
544 if (prot & IOMMU_PROT_IW)
545 __pte |= IOMMU_PTE_IW;
546
547 *pte = __pte;
548
549 return 0;
550}
551
Joerg Roedeleb74ff62008-12-02 19:59:10 +0100552static void iommu_unmap_page(struct protection_domain *dom,
553 unsigned long bus_addr)
554{
Joerg Roedel38a76ee2009-09-02 17:02:47 +0200555 u64 *pte = fetch_pte(dom, bus_addr);
Joerg Roedeleb74ff62008-12-02 19:59:10 +0100556
Joerg Roedel38a76ee2009-09-02 17:02:47 +0200557 if (pte)
558 *pte = 0;
Joerg Roedeleb74ff62008-12-02 19:59:10 +0100559}
Joerg Roedeleb74ff62008-12-02 19:59:10 +0100560
Joerg Roedel431b2a22008-07-11 17:14:22 +0200561/*
562 * This function checks if a specific unity mapping entry is needed for
563 * this specific IOMMU.
564 */
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200565static int iommu_for_unity_map(struct amd_iommu *iommu,
566 struct unity_map_entry *entry)
567{
568 u16 bdf, i;
569
570 for (i = entry->devid_start; i <= entry->devid_end; ++i) {
571 bdf = amd_iommu_alias_table[i];
572 if (amd_iommu_rlookup_table[bdf] == iommu)
573 return 1;
574 }
575
576 return 0;
577}
578
Joerg Roedel431b2a22008-07-11 17:14:22 +0200579/*
580 * Init the unity mappings for a specific IOMMU in the system
581 *
582 * Basically iterates over all unity mapping entries and applies them to
583 * the default domain DMA of that IOMMU if necessary.
584 */
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200585static int iommu_init_unity_mappings(struct amd_iommu *iommu)
586{
587 struct unity_map_entry *entry;
588 int ret;
589
590 list_for_each_entry(entry, &amd_iommu_unity_map, list) {
591 if (!iommu_for_unity_map(iommu, entry))
592 continue;
593 ret = dma_ops_unity_map(iommu->default_dom, entry);
594 if (ret)
595 return ret;
596 }
597
598 return 0;
599}
600
Joerg Roedel431b2a22008-07-11 17:14:22 +0200601/*
602 * This function actually applies the mapping to the page table of the
603 * dma_ops domain.
604 */
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200605static int dma_ops_unity_map(struct dma_ops_domain *dma_dom,
606 struct unity_map_entry *e)
607{
608 u64 addr;
609 int ret;
610
611 for (addr = e->address_start; addr < e->address_end;
612 addr += PAGE_SIZE) {
Joerg Roedel38e817f2008-12-02 17:27:52 +0100613 ret = iommu_map_page(&dma_dom->domain, addr, addr, e->prot);
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200614 if (ret)
615 return ret;
616 /*
617 * if unity mapping is in aperture range mark the page
618 * as allocated in the aperture
619 */
620 if (addr < dma_dom->aperture_size)
Joerg Roedelc3239562009-05-12 10:56:44 +0200621 __set_bit(addr >> PAGE_SHIFT,
Joerg Roedel384de722009-05-15 12:30:05 +0200622 dma_dom->aperture[0]->bitmap);
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200623 }
624
625 return 0;
626}
627
Joerg Roedel431b2a22008-07-11 17:14:22 +0200628/*
629 * Inits the unity mappings required for a specific device
630 */
Joerg Roedelbd0e5212008-06-26 21:27:56 +0200631static int init_unity_mappings_for_device(struct dma_ops_domain *dma_dom,
632 u16 devid)
633{
634 struct unity_map_entry *e;
635 int ret;
636
637 list_for_each_entry(e, &amd_iommu_unity_map, list) {
638 if (!(devid >= e->devid_start && devid <= e->devid_end))
639 continue;
640 ret = dma_ops_unity_map(dma_dom, e);
641 if (ret)
642 return ret;
643 }
644
645 return 0;
646}
647
Joerg Roedel431b2a22008-07-11 17:14:22 +0200648/****************************************************************************
649 *
650 * The next functions belong to the address allocator for the dma_ops
651 * interface functions. They work like the allocators in the other IOMMU
652 * drivers. Its basically a bitmap which marks the allocated pages in
653 * the aperture. Maybe it could be enhanced in the future to a more
654 * efficient allocator.
655 *
656 ****************************************************************************/
Joerg Roedeld3086442008-06-26 21:27:57 +0200657
Joerg Roedel431b2a22008-07-11 17:14:22 +0200658/*
Joerg Roedel384de722009-05-15 12:30:05 +0200659 * The address allocator core functions.
Joerg Roedel431b2a22008-07-11 17:14:22 +0200660 *
661 * called with domain->lock held
662 */
Joerg Roedel384de722009-05-15 12:30:05 +0200663
Joerg Roedel9cabe892009-05-18 16:38:55 +0200664/*
Joerg Roedel00cd1222009-05-19 09:52:40 +0200665 * This function checks if there is a PTE for a given dma address. If
666 * there is one, it returns the pointer to it.
667 */
Joerg Roedel9355a082009-09-02 14:24:08 +0200668static u64 *fetch_pte(struct protection_domain *domain,
Joerg Roedel00cd1222009-05-19 09:52:40 +0200669 unsigned long address)
670{
Joerg Roedel9355a082009-09-02 14:24:08 +0200671 int level;
Joerg Roedel00cd1222009-05-19 09:52:40 +0200672 u64 *pte;
673
Joerg Roedel9355a082009-09-02 14:24:08 +0200674 level = domain->mode - 1;
675 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
Joerg Roedel00cd1222009-05-19 09:52:40 +0200676
Joerg Roedel9355a082009-09-02 14:24:08 +0200677 while (level > 0) {
678 if (!IOMMU_PTE_PRESENT(*pte))
679 return NULL;
Joerg Roedel00cd1222009-05-19 09:52:40 +0200680
Joerg Roedel9355a082009-09-02 14:24:08 +0200681 level -= 1;
Joerg Roedel00cd1222009-05-19 09:52:40 +0200682
Joerg Roedel9355a082009-09-02 14:24:08 +0200683 pte = IOMMU_PTE_PAGE(*pte);
684 pte = &pte[PM_LEVEL_INDEX(level, address)];
685 }
Joerg Roedel00cd1222009-05-19 09:52:40 +0200686
687 return pte;
688}
689
690/*
Joerg Roedel9cabe892009-05-18 16:38:55 +0200691 * This function is used to add a new aperture range to an existing
692 * aperture in case of dma_ops domain allocation or address allocation
693 * failure.
694 */
Joerg Roedel00cd1222009-05-19 09:52:40 +0200695static int alloc_new_range(struct amd_iommu *iommu,
696 struct dma_ops_domain *dma_dom,
Joerg Roedel9cabe892009-05-18 16:38:55 +0200697 bool populate, gfp_t gfp)
698{
699 int index = dma_dom->aperture_size >> APERTURE_RANGE_SHIFT;
Joerg Roedel00cd1222009-05-19 09:52:40 +0200700 int i;
Joerg Roedel9cabe892009-05-18 16:38:55 +0200701
Joerg Roedelf5e97052009-05-22 12:31:53 +0200702#ifdef CONFIG_IOMMU_STRESS
703 populate = false;
704#endif
705
Joerg Roedel9cabe892009-05-18 16:38:55 +0200706 if (index >= APERTURE_MAX_RANGES)
707 return -ENOMEM;
708
709 dma_dom->aperture[index] = kzalloc(sizeof(struct aperture_range), gfp);
710 if (!dma_dom->aperture[index])
711 return -ENOMEM;
712
713 dma_dom->aperture[index]->bitmap = (void *)get_zeroed_page(gfp);
714 if (!dma_dom->aperture[index]->bitmap)
715 goto out_free;
716
717 dma_dom->aperture[index]->offset = dma_dom->aperture_size;
718
719 if (populate) {
720 unsigned long address = dma_dom->aperture_size;
721 int i, num_ptes = APERTURE_RANGE_PAGES / 512;
722 u64 *pte, *pte_page;
723
724 for (i = 0; i < num_ptes; ++i) {
725 pte = alloc_pte(&dma_dom->domain, address,
726 &pte_page, gfp);
727 if (!pte)
728 goto out_free;
729
730 dma_dom->aperture[index]->pte_pages[i] = pte_page;
731
732 address += APERTURE_RANGE_SIZE / 64;
733 }
734 }
735
736 dma_dom->aperture_size += APERTURE_RANGE_SIZE;
737
Joerg Roedel00cd1222009-05-19 09:52:40 +0200738 /* Intialize the exclusion range if necessary */
739 if (iommu->exclusion_start &&
740 iommu->exclusion_start >= dma_dom->aperture[index]->offset &&
741 iommu->exclusion_start < dma_dom->aperture_size) {
742 unsigned long startpage = iommu->exclusion_start >> PAGE_SHIFT;
743 int pages = iommu_num_pages(iommu->exclusion_start,
744 iommu->exclusion_length,
745 PAGE_SIZE);
746 dma_ops_reserve_addresses(dma_dom, startpage, pages);
747 }
748
749 /*
750 * Check for areas already mapped as present in the new aperture
751 * range and mark those pages as reserved in the allocator. Such
752 * mappings may already exist as a result of requested unity
753 * mappings for devices.
754 */
755 for (i = dma_dom->aperture[index]->offset;
756 i < dma_dom->aperture_size;
757 i += PAGE_SIZE) {
758 u64 *pte = fetch_pte(&dma_dom->domain, i);
759 if (!pte || !IOMMU_PTE_PRESENT(*pte))
760 continue;
761
762 dma_ops_reserve_addresses(dma_dom, i << PAGE_SHIFT, 1);
763 }
764
Joerg Roedel9cabe892009-05-18 16:38:55 +0200765 return 0;
766
767out_free:
768 free_page((unsigned long)dma_dom->aperture[index]->bitmap);
769
770 kfree(dma_dom->aperture[index]);
771 dma_dom->aperture[index] = NULL;
772
773 return -ENOMEM;
774}
775
Joerg Roedel384de722009-05-15 12:30:05 +0200776static unsigned long dma_ops_area_alloc(struct device *dev,
777 struct dma_ops_domain *dom,
778 unsigned int pages,
779 unsigned long align_mask,
780 u64 dma_mask,
781 unsigned long start)
782{
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200783 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE;
Joerg Roedel384de722009-05-15 12:30:05 +0200784 int max_index = dom->aperture_size >> APERTURE_RANGE_SHIFT;
785 int i = start >> APERTURE_RANGE_SHIFT;
786 unsigned long boundary_size;
787 unsigned long address = -1;
788 unsigned long limit;
789
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200790 next_bit >>= PAGE_SHIFT;
791
Joerg Roedel384de722009-05-15 12:30:05 +0200792 boundary_size = ALIGN(dma_get_seg_boundary(dev) + 1,
793 PAGE_SIZE) >> PAGE_SHIFT;
794
795 for (;i < max_index; ++i) {
796 unsigned long offset = dom->aperture[i]->offset >> PAGE_SHIFT;
797
798 if (dom->aperture[i]->offset >= dma_mask)
799 break;
800
801 limit = iommu_device_max_index(APERTURE_RANGE_PAGES, offset,
802 dma_mask >> PAGE_SHIFT);
803
804 address = iommu_area_alloc(dom->aperture[i]->bitmap,
805 limit, next_bit, pages, 0,
806 boundary_size, align_mask);
807 if (address != -1) {
808 address = dom->aperture[i]->offset +
809 (address << PAGE_SHIFT);
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200810 dom->next_address = address + (pages << PAGE_SHIFT);
Joerg Roedel384de722009-05-15 12:30:05 +0200811 break;
812 }
813
814 next_bit = 0;
815 }
816
817 return address;
818}
819
Joerg Roedeld3086442008-06-26 21:27:57 +0200820static unsigned long dma_ops_alloc_addresses(struct device *dev,
821 struct dma_ops_domain *dom,
Joerg Roedel6d4f3432008-09-04 19:18:02 +0200822 unsigned int pages,
Joerg Roedel832a90c2008-09-18 15:54:23 +0200823 unsigned long align_mask,
824 u64 dma_mask)
Joerg Roedeld3086442008-06-26 21:27:57 +0200825{
Joerg Roedeld3086442008-06-26 21:27:57 +0200826 unsigned long address;
Joerg Roedeld3086442008-06-26 21:27:57 +0200827
Joerg Roedelfe16f082009-05-22 12:27:53 +0200828#ifdef CONFIG_IOMMU_STRESS
829 dom->next_address = 0;
830 dom->need_flush = true;
831#endif
Joerg Roedeld3086442008-06-26 21:27:57 +0200832
Joerg Roedel384de722009-05-15 12:30:05 +0200833 address = dma_ops_area_alloc(dev, dom, pages, align_mask,
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200834 dma_mask, dom->next_address);
Joerg Roedeld3086442008-06-26 21:27:57 +0200835
Joerg Roedel1c655772008-09-04 18:40:05 +0200836 if (address == -1) {
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200837 dom->next_address = 0;
Joerg Roedel384de722009-05-15 12:30:05 +0200838 address = dma_ops_area_alloc(dev, dom, pages, align_mask,
839 dma_mask, 0);
Joerg Roedel1c655772008-09-04 18:40:05 +0200840 dom->need_flush = true;
841 }
Joerg Roedeld3086442008-06-26 21:27:57 +0200842
Joerg Roedel384de722009-05-15 12:30:05 +0200843 if (unlikely(address == -1))
Joerg Roedeld3086442008-06-26 21:27:57 +0200844 address = bad_dma_address;
845
846 WARN_ON((address + (PAGE_SIZE*pages)) > dom->aperture_size);
847
848 return address;
849}
850
Joerg Roedel431b2a22008-07-11 17:14:22 +0200851/*
852 * The address free function.
853 *
854 * called with domain->lock held
855 */
Joerg Roedeld3086442008-06-26 21:27:57 +0200856static void dma_ops_free_addresses(struct dma_ops_domain *dom,
857 unsigned long address,
858 unsigned int pages)
859{
Joerg Roedel384de722009-05-15 12:30:05 +0200860 unsigned i = address >> APERTURE_RANGE_SHIFT;
861 struct aperture_range *range = dom->aperture[i];
Joerg Roedel80be3082008-11-06 14:59:05 +0100862
Joerg Roedel384de722009-05-15 12:30:05 +0200863 BUG_ON(i >= APERTURE_MAX_RANGES || range == NULL);
864
Joerg Roedel47bccd62009-05-22 12:40:54 +0200865#ifdef CONFIG_IOMMU_STRESS
866 if (i < 4)
867 return;
868#endif
869
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200870 if (address >= dom->next_address)
Joerg Roedel80be3082008-11-06 14:59:05 +0100871 dom->need_flush = true;
Joerg Roedel384de722009-05-15 12:30:05 +0200872
873 address = (address % APERTURE_RANGE_SIZE) >> PAGE_SHIFT;
Joerg Roedel803b8cb2009-05-18 15:32:48 +0200874
Joerg Roedel384de722009-05-15 12:30:05 +0200875 iommu_area_free(range->bitmap, address, pages);
876
Joerg Roedeld3086442008-06-26 21:27:57 +0200877}
878
Joerg Roedel431b2a22008-07-11 17:14:22 +0200879/****************************************************************************
880 *
881 * The next functions belong to the domain allocation. A domain is
882 * allocated for every IOMMU as the default domain. If device isolation
883 * is enabled, every device get its own domain. The most important thing
884 * about domains is the page table mapping the DMA address space they
885 * contain.
886 *
887 ****************************************************************************/
888
Joerg Roedelec487d12008-06-26 21:27:58 +0200889static u16 domain_id_alloc(void)
890{
891 unsigned long flags;
892 int id;
893
894 write_lock_irqsave(&amd_iommu_devtable_lock, flags);
895 id = find_first_zero_bit(amd_iommu_pd_alloc_bitmap, MAX_DOMAIN_ID);
896 BUG_ON(id == 0);
897 if (id > 0 && id < MAX_DOMAIN_ID)
898 __set_bit(id, amd_iommu_pd_alloc_bitmap);
899 else
900 id = 0;
901 write_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
902
903 return id;
904}
905
Joerg Roedela2acfb72008-12-02 18:28:53 +0100906static void domain_id_free(int id)
907{
908 unsigned long flags;
909
910 write_lock_irqsave(&amd_iommu_devtable_lock, flags);
911 if (id > 0 && id < MAX_DOMAIN_ID)
912 __clear_bit(id, amd_iommu_pd_alloc_bitmap);
913 write_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
914}
Joerg Roedela2acfb72008-12-02 18:28:53 +0100915
Joerg Roedel431b2a22008-07-11 17:14:22 +0200916/*
917 * Used to reserve address ranges in the aperture (e.g. for exclusion
918 * ranges.
919 */
Joerg Roedelec487d12008-06-26 21:27:58 +0200920static void dma_ops_reserve_addresses(struct dma_ops_domain *dom,
921 unsigned long start_page,
922 unsigned int pages)
923{
Joerg Roedel384de722009-05-15 12:30:05 +0200924 unsigned int i, last_page = dom->aperture_size >> PAGE_SHIFT;
Joerg Roedelec487d12008-06-26 21:27:58 +0200925
926 if (start_page + pages > last_page)
927 pages = last_page - start_page;
928
Joerg Roedel384de722009-05-15 12:30:05 +0200929 for (i = start_page; i < start_page + pages; ++i) {
930 int index = i / APERTURE_RANGE_PAGES;
931 int page = i % APERTURE_RANGE_PAGES;
932 __set_bit(page, dom->aperture[index]->bitmap);
933 }
Joerg Roedelec487d12008-06-26 21:27:58 +0200934}
935
Joerg Roedel86db2e52008-12-02 18:20:21 +0100936static void free_pagetable(struct protection_domain *domain)
Joerg Roedelec487d12008-06-26 21:27:58 +0200937{
938 int i, j;
939 u64 *p1, *p2, *p3;
940
Joerg Roedel86db2e52008-12-02 18:20:21 +0100941 p1 = domain->pt_root;
Joerg Roedelec487d12008-06-26 21:27:58 +0200942
943 if (!p1)
944 return;
945
946 for (i = 0; i < 512; ++i) {
947 if (!IOMMU_PTE_PRESENT(p1[i]))
948 continue;
949
950 p2 = IOMMU_PTE_PAGE(p1[i]);
Joerg Roedel3cc3d842008-12-04 16:44:31 +0100951 for (j = 0; j < 512; ++j) {
Joerg Roedelec487d12008-06-26 21:27:58 +0200952 if (!IOMMU_PTE_PRESENT(p2[j]))
953 continue;
954 p3 = IOMMU_PTE_PAGE(p2[j]);
955 free_page((unsigned long)p3);
956 }
957
958 free_page((unsigned long)p2);
959 }
960
961 free_page((unsigned long)p1);
Joerg Roedel86db2e52008-12-02 18:20:21 +0100962
963 domain->pt_root = NULL;
Joerg Roedelec487d12008-06-26 21:27:58 +0200964}
965
Joerg Roedel431b2a22008-07-11 17:14:22 +0200966/*
967 * Free a domain, only used if something went wrong in the
968 * allocation path and we need to free an already allocated page table
969 */
Joerg Roedelec487d12008-06-26 21:27:58 +0200970static void dma_ops_domain_free(struct dma_ops_domain *dom)
971{
Joerg Roedel384de722009-05-15 12:30:05 +0200972 int i;
973
Joerg Roedelec487d12008-06-26 21:27:58 +0200974 if (!dom)
975 return;
976
Joerg Roedel86db2e52008-12-02 18:20:21 +0100977 free_pagetable(&dom->domain);
Joerg Roedelec487d12008-06-26 21:27:58 +0200978
Joerg Roedel384de722009-05-15 12:30:05 +0200979 for (i = 0; i < APERTURE_MAX_RANGES; ++i) {
980 if (!dom->aperture[i])
981 continue;
982 free_page((unsigned long)dom->aperture[i]->bitmap);
983 kfree(dom->aperture[i]);
984 }
Joerg Roedelec487d12008-06-26 21:27:58 +0200985
986 kfree(dom);
987}
988
Joerg Roedel431b2a22008-07-11 17:14:22 +0200989/*
990 * Allocates a new protection domain usable for the dma_ops functions.
991 * It also intializes the page table and the address allocator data
992 * structures required for the dma_ops interface
993 */
Joerg Roedeld9cfed92009-05-19 12:16:29 +0200994static struct dma_ops_domain *dma_ops_domain_alloc(struct amd_iommu *iommu)
Joerg Roedelec487d12008-06-26 21:27:58 +0200995{
996 struct dma_ops_domain *dma_dom;
Joerg Roedelec487d12008-06-26 21:27:58 +0200997
998 dma_dom = kzalloc(sizeof(struct dma_ops_domain), GFP_KERNEL);
999 if (!dma_dom)
1000 return NULL;
1001
1002 spin_lock_init(&dma_dom->domain.lock);
1003
1004 dma_dom->domain.id = domain_id_alloc();
1005 if (dma_dom->domain.id == 0)
1006 goto free_dma_dom;
1007 dma_dom->domain.mode = PAGE_MODE_3_LEVEL;
1008 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL);
Joerg Roedel9fdb19d2008-12-02 17:46:25 +01001009 dma_dom->domain.flags = PD_DMA_OPS_MASK;
Joerg Roedelec487d12008-06-26 21:27:58 +02001010 dma_dom->domain.priv = dma_dom;
1011 if (!dma_dom->domain.pt_root)
1012 goto free_dma_dom;
Joerg Roedelec487d12008-06-26 21:27:58 +02001013
Joerg Roedel1c655772008-09-04 18:40:05 +02001014 dma_dom->need_flush = false;
Joerg Roedelbd60b732008-09-11 10:24:48 +02001015 dma_dom->target_dev = 0xffff;
Joerg Roedel1c655772008-09-04 18:40:05 +02001016
Joerg Roedel00cd1222009-05-19 09:52:40 +02001017 if (alloc_new_range(iommu, dma_dom, true, GFP_KERNEL))
Joerg Roedelec487d12008-06-26 21:27:58 +02001018 goto free_dma_dom;
Joerg Roedelec487d12008-06-26 21:27:58 +02001019
Joerg Roedel431b2a22008-07-11 17:14:22 +02001020 /*
Joerg Roedelec487d12008-06-26 21:27:58 +02001021 * mark the first page as allocated so we never return 0 as
1022 * a valid dma-address. So we can use 0 as error value
Joerg Roedel431b2a22008-07-11 17:14:22 +02001023 */
Joerg Roedel384de722009-05-15 12:30:05 +02001024 dma_dom->aperture[0]->bitmap[0] = 1;
Joerg Roedel803b8cb2009-05-18 15:32:48 +02001025 dma_dom->next_address = 0;
Joerg Roedelec487d12008-06-26 21:27:58 +02001026
Joerg Roedelec487d12008-06-26 21:27:58 +02001027
1028 return dma_dom;
1029
1030free_dma_dom:
1031 dma_ops_domain_free(dma_dom);
1032
1033 return NULL;
1034}
1035
Joerg Roedel431b2a22008-07-11 17:14:22 +02001036/*
Joerg Roedel5b28df62008-12-02 17:49:42 +01001037 * little helper function to check whether a given protection domain is a
1038 * dma_ops domain
1039 */
1040static bool dma_ops_domain(struct protection_domain *domain)
1041{
1042 return domain->flags & PD_DMA_OPS_MASK;
1043}
1044
1045/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02001046 * Find out the protection domain structure for a given PCI device. This
1047 * will give us the pointer to the page table root for example.
1048 */
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001049static struct protection_domain *domain_for_device(u16 devid)
1050{
1051 struct protection_domain *dom;
1052 unsigned long flags;
1053
1054 read_lock_irqsave(&amd_iommu_devtable_lock, flags);
1055 dom = amd_iommu_pd_table[devid];
1056 read_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
1057
1058 return dom;
1059}
1060
Joerg Roedel431b2a22008-07-11 17:14:22 +02001061/*
1062 * If a device is not yet associated with a domain, this function does
1063 * assigns it visible for the hardware
1064 */
Joerg Roedelf1179dc2008-12-10 14:39:51 +01001065static void attach_device(struct amd_iommu *iommu,
1066 struct protection_domain *domain,
1067 u16 devid)
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001068{
1069 unsigned long flags;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001070 u64 pte_root = virt_to_phys(domain->pt_root);
1071
Joerg Roedel863c74e2008-12-02 17:56:36 +01001072 domain->dev_cnt += 1;
1073
Joerg Roedel38ddf412008-09-11 10:38:32 +02001074 pte_root |= (domain->mode & DEV_ENTRY_MODE_MASK)
1075 << DEV_ENTRY_MODE_SHIFT;
1076 pte_root |= IOMMU_PTE_IR | IOMMU_PTE_IW | IOMMU_PTE_P | IOMMU_PTE_TV;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001077
1078 write_lock_irqsave(&amd_iommu_devtable_lock, flags);
Joerg Roedel38ddf412008-09-11 10:38:32 +02001079 amd_iommu_dev_table[devid].data[0] = lower_32_bits(pte_root);
1080 amd_iommu_dev_table[devid].data[1] = upper_32_bits(pte_root);
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001081 amd_iommu_dev_table[devid].data[2] = domain->id;
1082
1083 amd_iommu_pd_table[devid] = domain;
1084 write_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
1085
Chris Wright42a49f92009-06-15 15:42:00 +02001086 /*
1087 * We might boot into a crash-kernel here. The crashed kernel
1088 * left the caches in the IOMMU dirty. So we have to flush
1089 * here to evict all dirty stuff.
1090 */
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001091 iommu_queue_inv_dev_entry(iommu, devid);
Chris Wright42a49f92009-06-15 15:42:00 +02001092 iommu_flush_tlb_pde(iommu, domain->id);
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001093}
1094
Joerg Roedel355bf552008-12-08 12:02:41 +01001095/*
1096 * Removes a device from a protection domain (unlocked)
1097 */
1098static void __detach_device(struct protection_domain *domain, u16 devid)
1099{
1100
1101 /* lock domain */
1102 spin_lock(&domain->lock);
1103
1104 /* remove domain from the lookup table */
1105 amd_iommu_pd_table[devid] = NULL;
1106
1107 /* remove entry from the device table seen by the hardware */
1108 amd_iommu_dev_table[devid].data[0] = IOMMU_PTE_P | IOMMU_PTE_TV;
1109 amd_iommu_dev_table[devid].data[1] = 0;
1110 amd_iommu_dev_table[devid].data[2] = 0;
1111
1112 /* decrease reference counter */
1113 domain->dev_cnt -= 1;
1114
1115 /* ready */
1116 spin_unlock(&domain->lock);
1117}
1118
1119/*
1120 * Removes a device from a protection domain (with devtable_lock held)
1121 */
1122static void detach_device(struct protection_domain *domain, u16 devid)
1123{
1124 unsigned long flags;
1125
1126 /* lock device table */
1127 write_lock_irqsave(&amd_iommu_devtable_lock, flags);
1128 __detach_device(domain, devid);
1129 write_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
1130}
Joerg Roedele275a2a2008-12-10 18:27:25 +01001131
1132static int device_change_notifier(struct notifier_block *nb,
1133 unsigned long action, void *data)
1134{
1135 struct device *dev = data;
1136 struct pci_dev *pdev = to_pci_dev(dev);
1137 u16 devid = calc_devid(pdev->bus->number, pdev->devfn);
1138 struct protection_domain *domain;
1139 struct dma_ops_domain *dma_domain;
1140 struct amd_iommu *iommu;
Joerg Roedel1ac4cbb2008-12-10 19:33:26 +01001141 unsigned long flags;
Joerg Roedele275a2a2008-12-10 18:27:25 +01001142
1143 if (devid > amd_iommu_last_bdf)
1144 goto out;
1145
1146 devid = amd_iommu_alias_table[devid];
1147
1148 iommu = amd_iommu_rlookup_table[devid];
1149 if (iommu == NULL)
1150 goto out;
1151
1152 domain = domain_for_device(devid);
1153
1154 if (domain && !dma_ops_domain(domain))
1155 WARN_ONCE(1, "AMD IOMMU WARNING: device %s already bound "
1156 "to a non-dma-ops domain\n", dev_name(dev));
1157
1158 switch (action) {
Chris Wrightc1eee672009-05-21 00:56:58 -07001159 case BUS_NOTIFY_UNBOUND_DRIVER:
Joerg Roedele275a2a2008-12-10 18:27:25 +01001160 if (!domain)
1161 goto out;
1162 detach_device(domain, devid);
1163 break;
Joerg Roedel1ac4cbb2008-12-10 19:33:26 +01001164 case BUS_NOTIFY_ADD_DEVICE:
1165 /* allocate a protection domain if a device is added */
1166 dma_domain = find_protection_domain(devid);
1167 if (dma_domain)
1168 goto out;
Joerg Roedeld9cfed92009-05-19 12:16:29 +02001169 dma_domain = dma_ops_domain_alloc(iommu);
Joerg Roedel1ac4cbb2008-12-10 19:33:26 +01001170 if (!dma_domain)
1171 goto out;
1172 dma_domain->target_dev = devid;
1173
1174 spin_lock_irqsave(&iommu_pd_list_lock, flags);
1175 list_add_tail(&dma_domain->list, &iommu_pd_list);
1176 spin_unlock_irqrestore(&iommu_pd_list_lock, flags);
1177
1178 break;
Joerg Roedele275a2a2008-12-10 18:27:25 +01001179 default:
1180 goto out;
1181 }
1182
1183 iommu_queue_inv_dev_entry(iommu, devid);
1184 iommu_completion_wait(iommu);
1185
1186out:
1187 return 0;
1188}
1189
Jaswinder Singh Rajputb25ae672009-07-01 19:53:14 +05301190static struct notifier_block device_nb = {
Joerg Roedele275a2a2008-12-10 18:27:25 +01001191 .notifier_call = device_change_notifier,
1192};
Joerg Roedel355bf552008-12-08 12:02:41 +01001193
Joerg Roedel431b2a22008-07-11 17:14:22 +02001194/*****************************************************************************
1195 *
1196 * The next functions belong to the dma_ops mapping/unmapping code.
1197 *
1198 *****************************************************************************/
1199
1200/*
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001201 * This function checks if the driver got a valid device from the caller to
1202 * avoid dereferencing invalid pointers.
1203 */
1204static bool check_device(struct device *dev)
1205{
1206 if (!dev || !dev->dma_mask)
1207 return false;
1208
1209 return true;
1210}
1211
1212/*
Joerg Roedelbd60b732008-09-11 10:24:48 +02001213 * In this function the list of preallocated protection domains is traversed to
1214 * find the domain for a specific device
1215 */
1216static struct dma_ops_domain *find_protection_domain(u16 devid)
1217{
1218 struct dma_ops_domain *entry, *ret = NULL;
1219 unsigned long flags;
1220
1221 if (list_empty(&iommu_pd_list))
1222 return NULL;
1223
1224 spin_lock_irqsave(&iommu_pd_list_lock, flags);
1225
1226 list_for_each_entry(entry, &iommu_pd_list, list) {
1227 if (entry->target_dev == devid) {
1228 ret = entry;
Joerg Roedelbd60b732008-09-11 10:24:48 +02001229 break;
1230 }
1231 }
1232
1233 spin_unlock_irqrestore(&iommu_pd_list_lock, flags);
1234
1235 return ret;
1236}
1237
1238/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02001239 * In the dma_ops path we only have the struct device. This function
1240 * finds the corresponding IOMMU, the protection domain and the
1241 * requestor id for a given device.
1242 * If the device is not yet associated with a domain this is also done
1243 * in this function.
1244 */
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001245static int get_device_resources(struct device *dev,
1246 struct amd_iommu **iommu,
1247 struct protection_domain **domain,
1248 u16 *bdf)
1249{
1250 struct dma_ops_domain *dma_dom;
1251 struct pci_dev *pcidev;
1252 u16 _bdf;
1253
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001254 *iommu = NULL;
1255 *domain = NULL;
1256 *bdf = 0xffff;
1257
1258 if (dev->bus != &pci_bus_type)
1259 return 0;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001260
1261 pcidev = to_pci_dev(dev);
Joerg Roedeld591b0a2008-07-11 17:14:35 +02001262 _bdf = calc_devid(pcidev->bus->number, pcidev->devfn);
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001263
Joerg Roedel431b2a22008-07-11 17:14:22 +02001264 /* device not translated by any IOMMU in the system? */
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001265 if (_bdf > amd_iommu_last_bdf)
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001266 return 0;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001267
1268 *bdf = amd_iommu_alias_table[_bdf];
1269
1270 *iommu = amd_iommu_rlookup_table[*bdf];
1271 if (*iommu == NULL)
1272 return 0;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001273 *domain = domain_for_device(*bdf);
1274 if (*domain == NULL) {
Joerg Roedelbd60b732008-09-11 10:24:48 +02001275 dma_dom = find_protection_domain(*bdf);
1276 if (!dma_dom)
1277 dma_dom = (*iommu)->default_dom;
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001278 *domain = &dma_dom->domain;
Joerg Roedelf1179dc2008-12-10 14:39:51 +01001279 attach_device(*iommu, *domain, *bdf);
Joerg Roedele9a22a12009-06-09 12:00:37 +02001280 DUMP_printk("Using protection domain %d for device %s\n",
1281 (*domain)->id, dev_name(dev));
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001282 }
1283
Joerg Roedelf91ba192008-11-25 12:56:12 +01001284 if (domain_for_device(_bdf) == NULL)
Joerg Roedelf1179dc2008-12-10 14:39:51 +01001285 attach_device(*iommu, *domain, _bdf);
Joerg Roedelf91ba192008-11-25 12:56:12 +01001286
Joerg Roedelb20ac0d2008-06-26 21:27:59 +02001287 return 1;
1288}
1289
Joerg Roedel431b2a22008-07-11 17:14:22 +02001290/*
Joerg Roedel8bda3092009-05-12 12:02:46 +02001291 * If the pte_page is not yet allocated this function is called
1292 */
1293static u64* alloc_pte(struct protection_domain *dom,
1294 unsigned long address, u64 **pte_page, gfp_t gfp)
1295{
1296 u64 *pte, *page;
1297
1298 pte = &dom->pt_root[IOMMU_PTE_L2_INDEX(address)];
1299
1300 if (!IOMMU_PTE_PRESENT(*pte)) {
1301 page = (u64 *)get_zeroed_page(gfp);
1302 if (!page)
1303 return NULL;
1304 *pte = IOMMU_L2_PDE(virt_to_phys(page));
1305 }
1306
1307 pte = IOMMU_PTE_PAGE(*pte);
1308 pte = &pte[IOMMU_PTE_L1_INDEX(address)];
1309
1310 if (!IOMMU_PTE_PRESENT(*pte)) {
1311 page = (u64 *)get_zeroed_page(gfp);
1312 if (!page)
1313 return NULL;
1314 *pte = IOMMU_L1_PDE(virt_to_phys(page));
1315 }
1316
1317 pte = IOMMU_PTE_PAGE(*pte);
1318
1319 if (pte_page)
1320 *pte_page = pte;
1321
1322 pte = &pte[IOMMU_PTE_L0_INDEX(address)];
1323
1324 return pte;
1325}
1326
1327/*
1328 * This function fetches the PTE for a given address in the aperture
1329 */
1330static u64* dma_ops_get_pte(struct dma_ops_domain *dom,
1331 unsigned long address)
1332{
Joerg Roedel384de722009-05-15 12:30:05 +02001333 struct aperture_range *aperture;
Joerg Roedel8bda3092009-05-12 12:02:46 +02001334 u64 *pte, *pte_page;
1335
Joerg Roedel384de722009-05-15 12:30:05 +02001336 aperture = dom->aperture[APERTURE_RANGE_INDEX(address)];
1337 if (!aperture)
1338 return NULL;
1339
1340 pte = aperture->pte_pages[APERTURE_PAGE_INDEX(address)];
Joerg Roedel8bda3092009-05-12 12:02:46 +02001341 if (!pte) {
1342 pte = alloc_pte(&dom->domain, address, &pte_page, GFP_ATOMIC);
Joerg Roedel384de722009-05-15 12:30:05 +02001343 aperture->pte_pages[APERTURE_PAGE_INDEX(address)] = pte_page;
1344 } else
1345 pte += IOMMU_PTE_L0_INDEX(address);
Joerg Roedel8bda3092009-05-12 12:02:46 +02001346
1347 return pte;
1348}
1349
1350/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02001351 * This is the generic map function. It maps one 4kb page at paddr to
1352 * the given address in the DMA address space for the domain.
1353 */
Joerg Roedelcb76c322008-06-26 21:28:00 +02001354static dma_addr_t dma_ops_domain_map(struct amd_iommu *iommu,
1355 struct dma_ops_domain *dom,
1356 unsigned long address,
1357 phys_addr_t paddr,
1358 int direction)
1359{
1360 u64 *pte, __pte;
1361
1362 WARN_ON(address > dom->aperture_size);
1363
1364 paddr &= PAGE_MASK;
1365
Joerg Roedel8bda3092009-05-12 12:02:46 +02001366 pte = dma_ops_get_pte(dom, address);
Joerg Roedel53812c12009-05-12 12:17:38 +02001367 if (!pte)
1368 return bad_dma_address;
Joerg Roedelcb76c322008-06-26 21:28:00 +02001369
1370 __pte = paddr | IOMMU_PTE_P | IOMMU_PTE_FC;
1371
1372 if (direction == DMA_TO_DEVICE)
1373 __pte |= IOMMU_PTE_IR;
1374 else if (direction == DMA_FROM_DEVICE)
1375 __pte |= IOMMU_PTE_IW;
1376 else if (direction == DMA_BIDIRECTIONAL)
1377 __pte |= IOMMU_PTE_IR | IOMMU_PTE_IW;
1378
1379 WARN_ON(*pte);
1380
1381 *pte = __pte;
1382
1383 return (dma_addr_t)address;
1384}
1385
Joerg Roedel431b2a22008-07-11 17:14:22 +02001386/*
1387 * The generic unmapping function for on page in the DMA address space.
1388 */
Joerg Roedelcb76c322008-06-26 21:28:00 +02001389static void dma_ops_domain_unmap(struct amd_iommu *iommu,
1390 struct dma_ops_domain *dom,
1391 unsigned long address)
1392{
Joerg Roedel384de722009-05-15 12:30:05 +02001393 struct aperture_range *aperture;
Joerg Roedelcb76c322008-06-26 21:28:00 +02001394 u64 *pte;
1395
1396 if (address >= dom->aperture_size)
1397 return;
1398
Joerg Roedel384de722009-05-15 12:30:05 +02001399 aperture = dom->aperture[APERTURE_RANGE_INDEX(address)];
1400 if (!aperture)
1401 return;
Joerg Roedelcb76c322008-06-26 21:28:00 +02001402
Joerg Roedel384de722009-05-15 12:30:05 +02001403 pte = aperture->pte_pages[APERTURE_PAGE_INDEX(address)];
1404 if (!pte)
1405 return;
1406
Joerg Roedelcb76c322008-06-26 21:28:00 +02001407 pte += IOMMU_PTE_L0_INDEX(address);
1408
1409 WARN_ON(!*pte);
1410
1411 *pte = 0ULL;
1412}
1413
Joerg Roedel431b2a22008-07-11 17:14:22 +02001414/*
1415 * This function contains common code for mapping of a physically
Joerg Roedel24f81162008-12-08 14:25:39 +01001416 * contiguous memory region into DMA address space. It is used by all
1417 * mapping functions provided with this IOMMU driver.
Joerg Roedel431b2a22008-07-11 17:14:22 +02001418 * Must be called with the domain lock held.
1419 */
Joerg Roedelcb76c322008-06-26 21:28:00 +02001420static dma_addr_t __map_single(struct device *dev,
1421 struct amd_iommu *iommu,
1422 struct dma_ops_domain *dma_dom,
1423 phys_addr_t paddr,
1424 size_t size,
Joerg Roedel6d4f3432008-09-04 19:18:02 +02001425 int dir,
Joerg Roedel832a90c2008-09-18 15:54:23 +02001426 bool align,
1427 u64 dma_mask)
Joerg Roedelcb76c322008-06-26 21:28:00 +02001428{
1429 dma_addr_t offset = paddr & ~PAGE_MASK;
Joerg Roedel53812c12009-05-12 12:17:38 +02001430 dma_addr_t address, start, ret;
Joerg Roedelcb76c322008-06-26 21:28:00 +02001431 unsigned int pages;
Joerg Roedel6d4f3432008-09-04 19:18:02 +02001432 unsigned long align_mask = 0;
Joerg Roedelcb76c322008-06-26 21:28:00 +02001433 int i;
1434
Joerg Roedele3c449f2008-10-15 22:02:11 -07001435 pages = iommu_num_pages(paddr, size, PAGE_SIZE);
Joerg Roedelcb76c322008-06-26 21:28:00 +02001436 paddr &= PAGE_MASK;
1437
Joerg Roedel8ecaf8f2008-12-12 16:13:04 +01001438 INC_STATS_COUNTER(total_map_requests);
1439
Joerg Roedelc1858972008-12-12 15:42:39 +01001440 if (pages > 1)
1441 INC_STATS_COUNTER(cross_page);
1442
Joerg Roedel6d4f3432008-09-04 19:18:02 +02001443 if (align)
1444 align_mask = (1UL << get_order(size)) - 1;
1445
Joerg Roedel11b83882009-05-19 10:23:15 +02001446retry:
Joerg Roedel832a90c2008-09-18 15:54:23 +02001447 address = dma_ops_alloc_addresses(dev, dma_dom, pages, align_mask,
1448 dma_mask);
Joerg Roedel11b83882009-05-19 10:23:15 +02001449 if (unlikely(address == bad_dma_address)) {
1450 /*
1451 * setting next_address here will let the address
1452 * allocator only scan the new allocated range in the
1453 * first run. This is a small optimization.
1454 */
1455 dma_dom->next_address = dma_dom->aperture_size;
1456
1457 if (alloc_new_range(iommu, dma_dom, false, GFP_ATOMIC))
1458 goto out;
1459
1460 /*
1461 * aperture was sucessfully enlarged by 128 MB, try
1462 * allocation again
1463 */
1464 goto retry;
1465 }
Joerg Roedelcb76c322008-06-26 21:28:00 +02001466
1467 start = address;
1468 for (i = 0; i < pages; ++i) {
Joerg Roedel53812c12009-05-12 12:17:38 +02001469 ret = dma_ops_domain_map(iommu, dma_dom, start, paddr, dir);
1470 if (ret == bad_dma_address)
1471 goto out_unmap;
1472
Joerg Roedelcb76c322008-06-26 21:28:00 +02001473 paddr += PAGE_SIZE;
1474 start += PAGE_SIZE;
1475 }
1476 address += offset;
1477
Joerg Roedel5774f7c2008-12-12 15:57:30 +01001478 ADD_STATS_COUNTER(alloced_io_mem, size);
1479
FUJITA Tomonoriafa9fdc2008-09-20 01:23:30 +09001480 if (unlikely(dma_dom->need_flush && !amd_iommu_unmap_flush)) {
Joerg Roedel1c655772008-09-04 18:40:05 +02001481 iommu_flush_tlb(iommu, dma_dom->domain.id);
1482 dma_dom->need_flush = false;
1483 } else if (unlikely(iommu_has_npcache(iommu)))
Joerg Roedel270cab242008-09-04 15:49:46 +02001484 iommu_flush_pages(iommu, dma_dom->domain.id, address, size);
1485
Joerg Roedelcb76c322008-06-26 21:28:00 +02001486out:
1487 return address;
Joerg Roedel53812c12009-05-12 12:17:38 +02001488
1489out_unmap:
1490
1491 for (--i; i >= 0; --i) {
1492 start -= PAGE_SIZE;
1493 dma_ops_domain_unmap(iommu, dma_dom, start);
1494 }
1495
1496 dma_ops_free_addresses(dma_dom, address, pages);
1497
1498 return bad_dma_address;
Joerg Roedelcb76c322008-06-26 21:28:00 +02001499}
1500
Joerg Roedel431b2a22008-07-11 17:14:22 +02001501/*
1502 * Does the reverse of the __map_single function. Must be called with
1503 * the domain lock held too
1504 */
Joerg Roedelcb76c322008-06-26 21:28:00 +02001505static void __unmap_single(struct amd_iommu *iommu,
1506 struct dma_ops_domain *dma_dom,
1507 dma_addr_t dma_addr,
1508 size_t size,
1509 int dir)
1510{
1511 dma_addr_t i, start;
1512 unsigned int pages;
1513
Joerg Roedelb8d99052008-12-08 14:40:26 +01001514 if ((dma_addr == bad_dma_address) ||
1515 (dma_addr + size > dma_dom->aperture_size))
Joerg Roedelcb76c322008-06-26 21:28:00 +02001516 return;
1517
Joerg Roedele3c449f2008-10-15 22:02:11 -07001518 pages = iommu_num_pages(dma_addr, size, PAGE_SIZE);
Joerg Roedelcb76c322008-06-26 21:28:00 +02001519 dma_addr &= PAGE_MASK;
1520 start = dma_addr;
1521
1522 for (i = 0; i < pages; ++i) {
1523 dma_ops_domain_unmap(iommu, dma_dom, start);
1524 start += PAGE_SIZE;
1525 }
1526
Joerg Roedel5774f7c2008-12-12 15:57:30 +01001527 SUB_STATS_COUNTER(alloced_io_mem, size);
1528
Joerg Roedelcb76c322008-06-26 21:28:00 +02001529 dma_ops_free_addresses(dma_dom, dma_addr, pages);
Joerg Roedel270cab242008-09-04 15:49:46 +02001530
Joerg Roedel80be3082008-11-06 14:59:05 +01001531 if (amd_iommu_unmap_flush || dma_dom->need_flush) {
Joerg Roedel1c655772008-09-04 18:40:05 +02001532 iommu_flush_pages(iommu, dma_dom->domain.id, dma_addr, size);
Joerg Roedel80be3082008-11-06 14:59:05 +01001533 dma_dom->need_flush = false;
1534 }
Joerg Roedelcb76c322008-06-26 21:28:00 +02001535}
1536
Joerg Roedel431b2a22008-07-11 17:14:22 +02001537/*
1538 * The exported map_single function for dma_ops.
1539 */
FUJITA Tomonori51491362009-01-05 23:47:25 +09001540static dma_addr_t map_page(struct device *dev, struct page *page,
1541 unsigned long offset, size_t size,
1542 enum dma_data_direction dir,
1543 struct dma_attrs *attrs)
Joerg Roedel4da70b92008-06-26 21:28:01 +02001544{
1545 unsigned long flags;
1546 struct amd_iommu *iommu;
1547 struct protection_domain *domain;
1548 u16 devid;
1549 dma_addr_t addr;
Joerg Roedel832a90c2008-09-18 15:54:23 +02001550 u64 dma_mask;
FUJITA Tomonori51491362009-01-05 23:47:25 +09001551 phys_addr_t paddr = page_to_phys(page) + offset;
Joerg Roedel4da70b92008-06-26 21:28:01 +02001552
Joerg Roedel0f2a86f2008-12-12 15:05:16 +01001553 INC_STATS_COUNTER(cnt_map_single);
1554
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001555 if (!check_device(dev))
1556 return bad_dma_address;
1557
Joerg Roedel832a90c2008-09-18 15:54:23 +02001558 dma_mask = *dev->dma_mask;
Joerg Roedel4da70b92008-06-26 21:28:01 +02001559
1560 get_device_resources(dev, &iommu, &domain, &devid);
1561
1562 if (iommu == NULL || domain == NULL)
Joerg Roedel431b2a22008-07-11 17:14:22 +02001563 /* device not handled by any AMD IOMMU */
Joerg Roedel4da70b92008-06-26 21:28:01 +02001564 return (dma_addr_t)paddr;
1565
Joerg Roedel5b28df62008-12-02 17:49:42 +01001566 if (!dma_ops_domain(domain))
1567 return bad_dma_address;
1568
Joerg Roedel4da70b92008-06-26 21:28:01 +02001569 spin_lock_irqsave(&domain->lock, flags);
Joerg Roedel832a90c2008-09-18 15:54:23 +02001570 addr = __map_single(dev, iommu, domain->priv, paddr, size, dir, false,
1571 dma_mask);
Joerg Roedel4da70b92008-06-26 21:28:01 +02001572 if (addr == bad_dma_address)
1573 goto out;
1574
Joerg Roedel09ee17e2008-12-03 12:19:27 +01001575 iommu_completion_wait(iommu);
Joerg Roedel4da70b92008-06-26 21:28:01 +02001576
1577out:
1578 spin_unlock_irqrestore(&domain->lock, flags);
1579
1580 return addr;
1581}
1582
Joerg Roedel431b2a22008-07-11 17:14:22 +02001583/*
1584 * The exported unmap_single function for dma_ops.
1585 */
FUJITA Tomonori51491362009-01-05 23:47:25 +09001586static void unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size,
1587 enum dma_data_direction dir, struct dma_attrs *attrs)
Joerg Roedel4da70b92008-06-26 21:28:01 +02001588{
1589 unsigned long flags;
1590 struct amd_iommu *iommu;
1591 struct protection_domain *domain;
1592 u16 devid;
1593
Joerg Roedel146a6912008-12-12 15:07:12 +01001594 INC_STATS_COUNTER(cnt_unmap_single);
1595
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001596 if (!check_device(dev) ||
1597 !get_device_resources(dev, &iommu, &domain, &devid))
Joerg Roedel431b2a22008-07-11 17:14:22 +02001598 /* device not handled by any AMD IOMMU */
Joerg Roedel4da70b92008-06-26 21:28:01 +02001599 return;
1600
Joerg Roedel5b28df62008-12-02 17:49:42 +01001601 if (!dma_ops_domain(domain))
1602 return;
1603
Joerg Roedel4da70b92008-06-26 21:28:01 +02001604 spin_lock_irqsave(&domain->lock, flags);
1605
1606 __unmap_single(iommu, domain->priv, dma_addr, size, dir);
1607
Joerg Roedel09ee17e2008-12-03 12:19:27 +01001608 iommu_completion_wait(iommu);
Joerg Roedel4da70b92008-06-26 21:28:01 +02001609
1610 spin_unlock_irqrestore(&domain->lock, flags);
1611}
1612
Joerg Roedel431b2a22008-07-11 17:14:22 +02001613/*
1614 * This is a special map_sg function which is used if we should map a
1615 * device which is not handled by an AMD IOMMU in the system.
1616 */
Joerg Roedel65b050a2008-06-26 21:28:02 +02001617static int map_sg_no_iommu(struct device *dev, struct scatterlist *sglist,
1618 int nelems, int dir)
1619{
1620 struct scatterlist *s;
1621 int i;
1622
1623 for_each_sg(sglist, s, nelems, i) {
1624 s->dma_address = (dma_addr_t)sg_phys(s);
1625 s->dma_length = s->length;
1626 }
1627
1628 return nelems;
1629}
1630
Joerg Roedel431b2a22008-07-11 17:14:22 +02001631/*
1632 * The exported map_sg function for dma_ops (handles scatter-gather
1633 * lists).
1634 */
Joerg Roedel65b050a2008-06-26 21:28:02 +02001635static int map_sg(struct device *dev, struct scatterlist *sglist,
FUJITA Tomonori160c1d82009-01-05 23:59:02 +09001636 int nelems, enum dma_data_direction dir,
1637 struct dma_attrs *attrs)
Joerg Roedel65b050a2008-06-26 21:28:02 +02001638{
1639 unsigned long flags;
1640 struct amd_iommu *iommu;
1641 struct protection_domain *domain;
1642 u16 devid;
1643 int i;
1644 struct scatterlist *s;
1645 phys_addr_t paddr;
1646 int mapped_elems = 0;
Joerg Roedel832a90c2008-09-18 15:54:23 +02001647 u64 dma_mask;
Joerg Roedel65b050a2008-06-26 21:28:02 +02001648
Joerg Roedeld03f0672008-12-12 15:09:48 +01001649 INC_STATS_COUNTER(cnt_map_sg);
1650
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001651 if (!check_device(dev))
1652 return 0;
1653
Joerg Roedel832a90c2008-09-18 15:54:23 +02001654 dma_mask = *dev->dma_mask;
Joerg Roedel65b050a2008-06-26 21:28:02 +02001655
1656 get_device_resources(dev, &iommu, &domain, &devid);
1657
1658 if (!iommu || !domain)
1659 return map_sg_no_iommu(dev, sglist, nelems, dir);
1660
Joerg Roedel5b28df62008-12-02 17:49:42 +01001661 if (!dma_ops_domain(domain))
1662 return 0;
1663
Joerg Roedel65b050a2008-06-26 21:28:02 +02001664 spin_lock_irqsave(&domain->lock, flags);
1665
1666 for_each_sg(sglist, s, nelems, i) {
1667 paddr = sg_phys(s);
1668
1669 s->dma_address = __map_single(dev, iommu, domain->priv,
Joerg Roedel832a90c2008-09-18 15:54:23 +02001670 paddr, s->length, dir, false,
1671 dma_mask);
Joerg Roedel65b050a2008-06-26 21:28:02 +02001672
1673 if (s->dma_address) {
1674 s->dma_length = s->length;
1675 mapped_elems++;
1676 } else
1677 goto unmap;
Joerg Roedel65b050a2008-06-26 21:28:02 +02001678 }
1679
Joerg Roedel09ee17e2008-12-03 12:19:27 +01001680 iommu_completion_wait(iommu);
Joerg Roedel65b050a2008-06-26 21:28:02 +02001681
1682out:
1683 spin_unlock_irqrestore(&domain->lock, flags);
1684
1685 return mapped_elems;
1686unmap:
1687 for_each_sg(sglist, s, mapped_elems, i) {
1688 if (s->dma_address)
1689 __unmap_single(iommu, domain->priv, s->dma_address,
1690 s->dma_length, dir);
1691 s->dma_address = s->dma_length = 0;
1692 }
1693
1694 mapped_elems = 0;
1695
1696 goto out;
1697}
1698
Joerg Roedel431b2a22008-07-11 17:14:22 +02001699/*
1700 * The exported map_sg function for dma_ops (handles scatter-gather
1701 * lists).
1702 */
Joerg Roedel65b050a2008-06-26 21:28:02 +02001703static void unmap_sg(struct device *dev, struct scatterlist *sglist,
FUJITA Tomonori160c1d82009-01-05 23:59:02 +09001704 int nelems, enum dma_data_direction dir,
1705 struct dma_attrs *attrs)
Joerg Roedel65b050a2008-06-26 21:28:02 +02001706{
1707 unsigned long flags;
1708 struct amd_iommu *iommu;
1709 struct protection_domain *domain;
1710 struct scatterlist *s;
1711 u16 devid;
1712 int i;
1713
Joerg Roedel55877a62008-12-12 15:12:14 +01001714 INC_STATS_COUNTER(cnt_unmap_sg);
1715
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001716 if (!check_device(dev) ||
1717 !get_device_resources(dev, &iommu, &domain, &devid))
Joerg Roedel65b050a2008-06-26 21:28:02 +02001718 return;
1719
Joerg Roedel5b28df62008-12-02 17:49:42 +01001720 if (!dma_ops_domain(domain))
1721 return;
1722
Joerg Roedel65b050a2008-06-26 21:28:02 +02001723 spin_lock_irqsave(&domain->lock, flags);
1724
1725 for_each_sg(sglist, s, nelems, i) {
1726 __unmap_single(iommu, domain->priv, s->dma_address,
1727 s->dma_length, dir);
Joerg Roedel65b050a2008-06-26 21:28:02 +02001728 s->dma_address = s->dma_length = 0;
1729 }
1730
Joerg Roedel09ee17e2008-12-03 12:19:27 +01001731 iommu_completion_wait(iommu);
Joerg Roedel65b050a2008-06-26 21:28:02 +02001732
1733 spin_unlock_irqrestore(&domain->lock, flags);
1734}
1735
Joerg Roedel431b2a22008-07-11 17:14:22 +02001736/*
1737 * The exported alloc_coherent function for dma_ops.
1738 */
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001739static void *alloc_coherent(struct device *dev, size_t size,
1740 dma_addr_t *dma_addr, gfp_t flag)
1741{
1742 unsigned long flags;
1743 void *virt_addr;
1744 struct amd_iommu *iommu;
1745 struct protection_domain *domain;
1746 u16 devid;
1747 phys_addr_t paddr;
Joerg Roedel832a90c2008-09-18 15:54:23 +02001748 u64 dma_mask = dev->coherent_dma_mask;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001749
Joerg Roedelc8f0fb32008-12-12 15:14:21 +01001750 INC_STATS_COUNTER(cnt_alloc_coherent);
1751
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001752 if (!check_device(dev))
1753 return NULL;
1754
FUJITA Tomonori13d9fea2008-09-10 20:19:40 +09001755 if (!get_device_resources(dev, &iommu, &domain, &devid))
1756 flag &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32);
1757
Joerg Roedelc97ac532008-09-11 10:59:15 +02001758 flag |= __GFP_ZERO;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001759 virt_addr = (void *)__get_free_pages(flag, get_order(size));
1760 if (!virt_addr)
Jaswinder Singh Rajputb25ae672009-07-01 19:53:14 +05301761 return NULL;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001762
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001763 paddr = virt_to_phys(virt_addr);
1764
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001765 if (!iommu || !domain) {
1766 *dma_addr = (dma_addr_t)paddr;
1767 return virt_addr;
1768 }
1769
Joerg Roedel5b28df62008-12-02 17:49:42 +01001770 if (!dma_ops_domain(domain))
1771 goto out_free;
1772
Joerg Roedel832a90c2008-09-18 15:54:23 +02001773 if (!dma_mask)
1774 dma_mask = *dev->dma_mask;
1775
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001776 spin_lock_irqsave(&domain->lock, flags);
1777
1778 *dma_addr = __map_single(dev, iommu, domain->priv, paddr,
Joerg Roedel832a90c2008-09-18 15:54:23 +02001779 size, DMA_BIDIRECTIONAL, true, dma_mask);
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001780
Jiri Slaby367d04c2009-05-28 09:54:48 +02001781 if (*dma_addr == bad_dma_address) {
1782 spin_unlock_irqrestore(&domain->lock, flags);
Joerg Roedel5b28df62008-12-02 17:49:42 +01001783 goto out_free;
Jiri Slaby367d04c2009-05-28 09:54:48 +02001784 }
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001785
Joerg Roedel09ee17e2008-12-03 12:19:27 +01001786 iommu_completion_wait(iommu);
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001787
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001788 spin_unlock_irqrestore(&domain->lock, flags);
1789
1790 return virt_addr;
Joerg Roedel5b28df62008-12-02 17:49:42 +01001791
1792out_free:
1793
1794 free_pages((unsigned long)virt_addr, get_order(size));
1795
1796 return NULL;
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001797}
1798
Joerg Roedel431b2a22008-07-11 17:14:22 +02001799/*
1800 * The exported free_coherent function for dma_ops.
Joerg Roedel431b2a22008-07-11 17:14:22 +02001801 */
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001802static void free_coherent(struct device *dev, size_t size,
1803 void *virt_addr, dma_addr_t dma_addr)
1804{
1805 unsigned long flags;
1806 struct amd_iommu *iommu;
1807 struct protection_domain *domain;
1808 u16 devid;
1809
Joerg Roedel5d31ee72008-12-12 15:16:38 +01001810 INC_STATS_COUNTER(cnt_free_coherent);
1811
Joerg Roedeldbcc1122008-09-04 15:04:26 +02001812 if (!check_device(dev))
1813 return;
1814
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001815 get_device_resources(dev, &iommu, &domain, &devid);
1816
1817 if (!iommu || !domain)
1818 goto free_mem;
1819
Joerg Roedel5b28df62008-12-02 17:49:42 +01001820 if (!dma_ops_domain(domain))
1821 goto free_mem;
1822
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001823 spin_lock_irqsave(&domain->lock, flags);
1824
1825 __unmap_single(iommu, domain->priv, dma_addr, size, DMA_BIDIRECTIONAL);
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001826
Joerg Roedel09ee17e2008-12-03 12:19:27 +01001827 iommu_completion_wait(iommu);
Joerg Roedel5d8b53c2008-06-26 21:28:03 +02001828
1829 spin_unlock_irqrestore(&domain->lock, flags);
1830
1831free_mem:
1832 free_pages((unsigned long)virt_addr, get_order(size));
1833}
1834
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001835/*
Joerg Roedelb39ba6a2008-09-09 18:40:46 +02001836 * This function is called by the DMA layer to find out if we can handle a
1837 * particular device. It is part of the dma_ops.
1838 */
1839static int amd_iommu_dma_supported(struct device *dev, u64 mask)
1840{
1841 u16 bdf;
1842 struct pci_dev *pcidev;
1843
1844 /* No device or no PCI device */
1845 if (!dev || dev->bus != &pci_bus_type)
1846 return 0;
1847
1848 pcidev = to_pci_dev(dev);
1849
1850 bdf = calc_devid(pcidev->bus->number, pcidev->devfn);
1851
1852 /* Out of our scope? */
1853 if (bdf > amd_iommu_last_bdf)
1854 return 0;
1855
1856 return 1;
1857}
1858
1859/*
Joerg Roedel431b2a22008-07-11 17:14:22 +02001860 * The function for pre-allocating protection domains.
1861 *
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001862 * If the driver core informs the DMA layer if a driver grabs a device
1863 * we don't need to preallocate the protection domains anymore.
1864 * For now we have to.
1865 */
Jaswinder Singh Rajput0e93dd82008-12-29 21:45:22 +05301866static void prealloc_protection_domains(void)
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001867{
1868 struct pci_dev *dev = NULL;
1869 struct dma_ops_domain *dma_dom;
1870 struct amd_iommu *iommu;
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001871 u16 devid;
1872
1873 while ((dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
Joerg Roedeledcb34d2008-12-10 20:01:45 +01001874 devid = calc_devid(dev->bus->number, dev->devfn);
Joerg Roedel3a61ec32008-07-25 13:07:50 +02001875 if (devid > amd_iommu_last_bdf)
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001876 continue;
1877 devid = amd_iommu_alias_table[devid];
1878 if (domain_for_device(devid))
1879 continue;
1880 iommu = amd_iommu_rlookup_table[devid];
1881 if (!iommu)
1882 continue;
Joerg Roedeld9cfed92009-05-19 12:16:29 +02001883 dma_dom = dma_ops_domain_alloc(iommu);
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001884 if (!dma_dom)
1885 continue;
1886 init_unity_mappings_for_device(dma_dom, devid);
Joerg Roedelbd60b732008-09-11 10:24:48 +02001887 dma_dom->target_dev = devid;
1888
1889 list_add_tail(&dma_dom->list, &iommu_pd_list);
Joerg Roedelc432f3d2008-06-26 21:28:04 +02001890 }
1891}
1892
FUJITA Tomonori160c1d82009-01-05 23:59:02 +09001893static struct dma_map_ops amd_iommu_dma_ops = {
Joerg Roedel6631ee92008-06-26 21:28:05 +02001894 .alloc_coherent = alloc_coherent,
1895 .free_coherent = free_coherent,
FUJITA Tomonori51491362009-01-05 23:47:25 +09001896 .map_page = map_page,
1897 .unmap_page = unmap_page,
Joerg Roedel6631ee92008-06-26 21:28:05 +02001898 .map_sg = map_sg,
1899 .unmap_sg = unmap_sg,
Joerg Roedelb39ba6a2008-09-09 18:40:46 +02001900 .dma_supported = amd_iommu_dma_supported,
Joerg Roedel6631ee92008-06-26 21:28:05 +02001901};
1902
Joerg Roedel431b2a22008-07-11 17:14:22 +02001903/*
1904 * The function which clues the AMD IOMMU driver into dma_ops.
1905 */
Joerg Roedel6631ee92008-06-26 21:28:05 +02001906int __init amd_iommu_init_dma_ops(void)
1907{
1908 struct amd_iommu *iommu;
Joerg Roedel6631ee92008-06-26 21:28:05 +02001909 int ret;
1910
Joerg Roedel431b2a22008-07-11 17:14:22 +02001911 /*
1912 * first allocate a default protection domain for every IOMMU we
1913 * found in the system. Devices not assigned to any other
1914 * protection domain will be assigned to the default one.
1915 */
Joerg Roedel3bd22172009-05-04 15:06:20 +02001916 for_each_iommu(iommu) {
Joerg Roedeld9cfed92009-05-19 12:16:29 +02001917 iommu->default_dom = dma_ops_domain_alloc(iommu);
Joerg Roedel6631ee92008-06-26 21:28:05 +02001918 if (iommu->default_dom == NULL)
1919 return -ENOMEM;
Joerg Roedele2dc14a2008-12-10 18:48:59 +01001920 iommu->default_dom->domain.flags |= PD_DEFAULT_MASK;
Joerg Roedel6631ee92008-06-26 21:28:05 +02001921 ret = iommu_init_unity_mappings(iommu);
1922 if (ret)
1923 goto free_domains;
1924 }
1925
Joerg Roedel431b2a22008-07-11 17:14:22 +02001926 /*
1927 * If device isolation is enabled, pre-allocate the protection
1928 * domains for each device.
1929 */
Joerg Roedel6631ee92008-06-26 21:28:05 +02001930 if (amd_iommu_isolate)
1931 prealloc_protection_domains();
1932
1933 iommu_detected = 1;
1934 force_iommu = 1;
1935 bad_dma_address = 0;
Ingo Molnar92af4e22008-06-27 10:48:16 +02001936#ifdef CONFIG_GART_IOMMU
Joerg Roedel6631ee92008-06-26 21:28:05 +02001937 gart_iommu_aperture_disabled = 1;
1938 gart_iommu_aperture = 0;
Ingo Molnar92af4e22008-06-27 10:48:16 +02001939#endif
Joerg Roedel6631ee92008-06-26 21:28:05 +02001940
Joerg Roedel431b2a22008-07-11 17:14:22 +02001941 /* Make the driver finally visible to the drivers */
Joerg Roedel6631ee92008-06-26 21:28:05 +02001942 dma_ops = &amd_iommu_dma_ops;
1943
Joerg Roedel26961ef2008-12-03 17:00:17 +01001944 register_iommu(&amd_iommu_ops);
Joerg Roedel26961ef2008-12-03 17:00:17 +01001945
Joerg Roedele275a2a2008-12-10 18:27:25 +01001946 bus_register_notifier(&pci_bus_type, &device_nb);
1947
Joerg Roedel7f265082008-12-12 13:50:21 +01001948 amd_iommu_stats_init();
1949
Joerg Roedel6631ee92008-06-26 21:28:05 +02001950 return 0;
1951
1952free_domains:
1953
Joerg Roedel3bd22172009-05-04 15:06:20 +02001954 for_each_iommu(iommu) {
Joerg Roedel6631ee92008-06-26 21:28:05 +02001955 if (iommu->default_dom)
1956 dma_ops_domain_free(iommu->default_dom);
1957 }
1958
1959 return ret;
1960}
Joerg Roedel6d98cd82008-12-08 12:05:55 +01001961
1962/*****************************************************************************
1963 *
1964 * The following functions belong to the exported interface of AMD IOMMU
1965 *
1966 * This interface allows access to lower level functions of the IOMMU
1967 * like protection domain handling and assignement of devices to domains
1968 * which is not possible with the dma_ops interface.
1969 *
1970 *****************************************************************************/
1971
Joerg Roedel6d98cd82008-12-08 12:05:55 +01001972static void cleanup_domain(struct protection_domain *domain)
1973{
1974 unsigned long flags;
1975 u16 devid;
1976
1977 write_lock_irqsave(&amd_iommu_devtable_lock, flags);
1978
1979 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid)
1980 if (amd_iommu_pd_table[devid] == domain)
1981 __detach_device(domain, devid);
1982
1983 write_unlock_irqrestore(&amd_iommu_devtable_lock, flags);
1984}
1985
Joerg Roedelc156e342008-12-02 18:13:27 +01001986static int amd_iommu_domain_init(struct iommu_domain *dom)
1987{
1988 struct protection_domain *domain;
1989
1990 domain = kzalloc(sizeof(*domain), GFP_KERNEL);
1991 if (!domain)
1992 return -ENOMEM;
1993
1994 spin_lock_init(&domain->lock);
1995 domain->mode = PAGE_MODE_3_LEVEL;
1996 domain->id = domain_id_alloc();
1997 if (!domain->id)
1998 goto out_free;
1999 domain->pt_root = (void *)get_zeroed_page(GFP_KERNEL);
2000 if (!domain->pt_root)
2001 goto out_free;
2002
2003 dom->priv = domain;
2004
2005 return 0;
2006
2007out_free:
2008 kfree(domain);
2009
2010 return -ENOMEM;
2011}
2012
Joerg Roedel98383fc2008-12-02 18:34:12 +01002013static void amd_iommu_domain_destroy(struct iommu_domain *dom)
2014{
2015 struct protection_domain *domain = dom->priv;
2016
2017 if (!domain)
2018 return;
2019
2020 if (domain->dev_cnt > 0)
2021 cleanup_domain(domain);
2022
2023 BUG_ON(domain->dev_cnt != 0);
2024
2025 free_pagetable(domain);
2026
2027 domain_id_free(domain->id);
2028
2029 kfree(domain);
2030
2031 dom->priv = NULL;
2032}
2033
Joerg Roedel684f2882008-12-08 12:07:44 +01002034static void amd_iommu_detach_device(struct iommu_domain *dom,
2035 struct device *dev)
2036{
2037 struct protection_domain *domain = dom->priv;
2038 struct amd_iommu *iommu;
2039 struct pci_dev *pdev;
2040 u16 devid;
2041
2042 if (dev->bus != &pci_bus_type)
2043 return;
2044
2045 pdev = to_pci_dev(dev);
2046
2047 devid = calc_devid(pdev->bus->number, pdev->devfn);
2048
2049 if (devid > 0)
2050 detach_device(domain, devid);
2051
2052 iommu = amd_iommu_rlookup_table[devid];
2053 if (!iommu)
2054 return;
2055
2056 iommu_queue_inv_dev_entry(iommu, devid);
2057 iommu_completion_wait(iommu);
2058}
2059
Joerg Roedel01106062008-12-02 19:34:11 +01002060static int amd_iommu_attach_device(struct iommu_domain *dom,
2061 struct device *dev)
2062{
2063 struct protection_domain *domain = dom->priv;
2064 struct protection_domain *old_domain;
2065 struct amd_iommu *iommu;
2066 struct pci_dev *pdev;
2067 u16 devid;
2068
2069 if (dev->bus != &pci_bus_type)
2070 return -EINVAL;
2071
2072 pdev = to_pci_dev(dev);
2073
2074 devid = calc_devid(pdev->bus->number, pdev->devfn);
2075
2076 if (devid >= amd_iommu_last_bdf ||
2077 devid != amd_iommu_alias_table[devid])
2078 return -EINVAL;
2079
2080 iommu = amd_iommu_rlookup_table[devid];
2081 if (!iommu)
2082 return -EINVAL;
2083
2084 old_domain = domain_for_device(devid);
2085 if (old_domain)
Joerg Roedel71ff3bc2009-06-08 13:47:33 -07002086 detach_device(old_domain, devid);
Joerg Roedel01106062008-12-02 19:34:11 +01002087
2088 attach_device(iommu, domain, devid);
2089
2090 iommu_completion_wait(iommu);
2091
2092 return 0;
2093}
2094
Joerg Roedelc6229ca2008-12-02 19:48:43 +01002095static int amd_iommu_map_range(struct iommu_domain *dom,
2096 unsigned long iova, phys_addr_t paddr,
2097 size_t size, int iommu_prot)
2098{
2099 struct protection_domain *domain = dom->priv;
2100 unsigned long i, npages = iommu_num_pages(paddr, size, PAGE_SIZE);
2101 int prot = 0;
2102 int ret;
2103
2104 if (iommu_prot & IOMMU_READ)
2105 prot |= IOMMU_PROT_IR;
2106 if (iommu_prot & IOMMU_WRITE)
2107 prot |= IOMMU_PROT_IW;
2108
2109 iova &= PAGE_MASK;
2110 paddr &= PAGE_MASK;
2111
2112 for (i = 0; i < npages; ++i) {
2113 ret = iommu_map_page(domain, iova, paddr, prot);
2114 if (ret)
2115 return ret;
2116
2117 iova += PAGE_SIZE;
2118 paddr += PAGE_SIZE;
2119 }
2120
2121 return 0;
2122}
2123
Joerg Roedeleb74ff62008-12-02 19:59:10 +01002124static void amd_iommu_unmap_range(struct iommu_domain *dom,
2125 unsigned long iova, size_t size)
2126{
2127
2128 struct protection_domain *domain = dom->priv;
2129 unsigned long i, npages = iommu_num_pages(iova, size, PAGE_SIZE);
2130
2131 iova &= PAGE_MASK;
2132
2133 for (i = 0; i < npages; ++i) {
2134 iommu_unmap_page(domain, iova);
2135 iova += PAGE_SIZE;
2136 }
2137
2138 iommu_flush_domain(domain->id);
2139}
2140
Joerg Roedel645c4c82008-12-02 20:05:50 +01002141static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom,
2142 unsigned long iova)
2143{
2144 struct protection_domain *domain = dom->priv;
2145 unsigned long offset = iova & ~PAGE_MASK;
2146 phys_addr_t paddr;
2147 u64 *pte;
2148
Joerg Roedela6d41a42009-09-02 17:08:55 +02002149 pte = fetch_pte(domain, iova);
Joerg Roedel645c4c82008-12-02 20:05:50 +01002150
Joerg Roedela6d41a42009-09-02 17:08:55 +02002151 if (!pte || !IOMMU_PTE_PRESENT(*pte))
Joerg Roedel645c4c82008-12-02 20:05:50 +01002152 return 0;
2153
2154 paddr = *pte & IOMMU_PAGE_MASK;
2155 paddr |= offset;
2156
2157 return paddr;
2158}
2159
Sheng Yangdbb9fd82009-03-18 15:33:06 +08002160static int amd_iommu_domain_has_cap(struct iommu_domain *domain,
2161 unsigned long cap)
2162{
2163 return 0;
2164}
2165
Joerg Roedel26961ef2008-12-03 17:00:17 +01002166static struct iommu_ops amd_iommu_ops = {
2167 .domain_init = amd_iommu_domain_init,
2168 .domain_destroy = amd_iommu_domain_destroy,
2169 .attach_dev = amd_iommu_attach_device,
2170 .detach_dev = amd_iommu_detach_device,
2171 .map = amd_iommu_map_range,
2172 .unmap = amd_iommu_unmap_range,
2173 .iova_to_phys = amd_iommu_iova_to_phys,
Sheng Yangdbb9fd82009-03-18 15:33:06 +08002174 .domain_has_cap = amd_iommu_domain_has_cap,
Joerg Roedel26961ef2008-12-03 17:00:17 +01002175};
2176