2 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc.
3 * Author: Joerg Roedel <joerg.roedel@amd.com>
4 * Leo Duran <leo.duran@amd.com>
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.
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.
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
20 #include <linux/pci.h>
21 #include <linux/acpi.h>
22 #include <linux/list.h>
23 #include <linux/slab.h>
24 #include <linux/syscore_ops.h>
25 #include <linux/interrupt.h>
26 #include <linux/msi.h>
27 #include <linux/amd-iommu.h>
28 #include <linux/export.h>
29 #include <acpi/acpi.h>
30 #include <asm/pci-direct.h>
31 #include <asm/iommu.h>
33 #include <asm/x86_init.h>
34 #include <asm/iommu_table.h>
35 #include <asm/io_apic.h>
36 #include <asm/irq_remapping.h>
38 #include "amd_iommu_proto.h"
39 #include "amd_iommu_types.h"
40 #include "irq_remapping.h"
43 * definitions for the ACPI scanning code
45 #define IVRS_HEADER_LENGTH 48
47 #define ACPI_IVHD_TYPE 0x10
48 #define ACPI_IVMD_TYPE_ALL 0x20
49 #define ACPI_IVMD_TYPE 0x21
50 #define ACPI_IVMD_TYPE_RANGE 0x22
52 #define IVHD_DEV_ALL 0x01
53 #define IVHD_DEV_SELECT 0x02
54 #define IVHD_DEV_SELECT_RANGE_START 0x03
55 #define IVHD_DEV_RANGE_END 0x04
56 #define IVHD_DEV_ALIAS 0x42
57 #define IVHD_DEV_ALIAS_RANGE 0x43
58 #define IVHD_DEV_EXT_SELECT 0x46
59 #define IVHD_DEV_EXT_SELECT_RANGE 0x47
60 #define IVHD_DEV_SPECIAL 0x48
62 #define IVHD_SPECIAL_IOAPIC 1
63 #define IVHD_SPECIAL_HPET 2
65 #define IVHD_FLAG_HT_TUN_EN_MASK 0x01
66 #define IVHD_FLAG_PASSPW_EN_MASK 0x02
67 #define IVHD_FLAG_RESPASSPW_EN_MASK 0x04
68 #define IVHD_FLAG_ISOC_EN_MASK 0x08
70 #define IVMD_FLAG_EXCL_RANGE 0x08
71 #define IVMD_FLAG_UNITY_MAP 0x01
73 #define ACPI_DEVFLAG_INITPASS 0x01
74 #define ACPI_DEVFLAG_EXTINT 0x02
75 #define ACPI_DEVFLAG_NMI 0x04
76 #define ACPI_DEVFLAG_SYSMGT1 0x10
77 #define ACPI_DEVFLAG_SYSMGT2 0x20
78 #define ACPI_DEVFLAG_LINT0 0x40
79 #define ACPI_DEVFLAG_LINT1 0x80
80 #define ACPI_DEVFLAG_ATSDIS 0x10000000
83 * ACPI table definitions
85 * These data structures are laid over the table to parse the important values
90 * structure describing one IOMMU in the ACPI table. Typically followed by one
91 * or more ivhd_entrys.
103 } __attribute__((packed
));
106 * A device entry describing which devices a specific IOMMU translates and
107 * which requestor ids they use.
114 } __attribute__((packed
));
117 * An AMD IOMMU memory definition structure. It defines things like exclusion
118 * ranges for devices and regions that should be unity mapped.
129 } __attribute__((packed
));
132 bool amd_iommu_irq_remap __read_mostly
;
134 static bool amd_iommu_detected
;
135 static bool __initdata amd_iommu_disabled
;
137 u16 amd_iommu_last_bdf
; /* largest PCI device id we have
139 LIST_HEAD(amd_iommu_unity_map
); /* a list of required unity mappings
141 u32 amd_iommu_unmap_flush
; /* if true, flush on every unmap */
143 LIST_HEAD(amd_iommu_list
); /* list of all AMD IOMMUs in the
146 /* Array to assign indices to IOMMUs*/
147 struct amd_iommu
*amd_iommus
[MAX_IOMMUS
];
148 int amd_iommus_present
;
150 /* IOMMUs have a non-present cache? */
151 bool amd_iommu_np_cache __read_mostly
;
152 bool amd_iommu_iotlb_sup __read_mostly
= true;
154 u32 amd_iommu_max_pasids __read_mostly
= ~0;
156 bool amd_iommu_v2_present __read_mostly
;
157 bool amd_iommu_pc_present __read_mostly
;
159 bool amd_iommu_force_isolation __read_mostly
;
162 * List of protection domains - used during resume
164 LIST_HEAD(amd_iommu_pd_list
);
165 spinlock_t amd_iommu_pd_lock
;
168 * Pointer to the device table which is shared by all AMD IOMMUs
169 * it is indexed by the PCI device id or the HT unit id and contains
170 * information about the domain the device belongs to as well as the
171 * page table root pointer.
173 struct dev_table_entry
*amd_iommu_dev_table
;
176 * The alias table is a driver specific data structure which contains the
177 * mappings of the PCI device ids to the actual requestor ids on the IOMMU.
178 * More than one device can share the same requestor id.
180 u16
*amd_iommu_alias_table
;
183 * The rlookup table is used to find the IOMMU which is responsible
184 * for a specific device. It is also indexed by the PCI device id.
186 struct amd_iommu
**amd_iommu_rlookup_table
;
189 * This table is used to find the irq remapping table for a given device id
192 struct irq_remap_table
**irq_lookup_table
;
195 * AMD IOMMU allows up to 2^16 different protection domains. This is a bitmap
196 * to know which ones are already in use.
198 unsigned long *amd_iommu_pd_alloc_bitmap
;
200 static u32 dev_table_size
; /* size of the device table */
201 static u32 alias_table_size
; /* size of the alias table */
202 static u32 rlookup_table_size
; /* size if the rlookup table */
204 enum iommu_init_state
{
217 /* Early ioapic and hpet maps from kernel command line */
218 #define EARLY_MAP_SIZE 4
219 static struct devid_map __initdata early_ioapic_map
[EARLY_MAP_SIZE
];
220 static struct devid_map __initdata early_hpet_map
[EARLY_MAP_SIZE
];
221 static int __initdata early_ioapic_map_size
;
222 static int __initdata early_hpet_map_size
;
223 static bool __initdata cmdline_maps
;
225 static enum iommu_init_state init_state
= IOMMU_START_STATE
;
227 static int amd_iommu_enable_interrupts(void);
228 static int __init
iommu_go_to_state(enum iommu_init_state state
);
230 static inline void update_last_devid(u16 devid
)
232 if (devid
> amd_iommu_last_bdf
)
233 amd_iommu_last_bdf
= devid
;
236 static inline unsigned long tbl_size(int entry_size
)
238 unsigned shift
= PAGE_SHIFT
+
239 get_order(((int)amd_iommu_last_bdf
+ 1) * entry_size
);
244 /* Access to l1 and l2 indexed register spaces */
246 static u32
iommu_read_l1(struct amd_iommu
*iommu
, u16 l1
, u8 address
)
250 pci_write_config_dword(iommu
->dev
, 0xf8, (address
| l1
<< 16));
251 pci_read_config_dword(iommu
->dev
, 0xfc, &val
);
255 static void iommu_write_l1(struct amd_iommu
*iommu
, u16 l1
, u8 address
, u32 val
)
257 pci_write_config_dword(iommu
->dev
, 0xf8, (address
| l1
<< 16 | 1 << 31));
258 pci_write_config_dword(iommu
->dev
, 0xfc, val
);
259 pci_write_config_dword(iommu
->dev
, 0xf8, (address
| l1
<< 16));
262 static u32
iommu_read_l2(struct amd_iommu
*iommu
, u8 address
)
266 pci_write_config_dword(iommu
->dev
, 0xf0, address
);
267 pci_read_config_dword(iommu
->dev
, 0xf4, &val
);
271 static void iommu_write_l2(struct amd_iommu
*iommu
, u8 address
, u32 val
)
273 pci_write_config_dword(iommu
->dev
, 0xf0, (address
| 1 << 8));
274 pci_write_config_dword(iommu
->dev
, 0xf4, val
);
277 /****************************************************************************
279 * AMD IOMMU MMIO register space handling functions
281 * These functions are used to program the IOMMU device registers in
282 * MMIO space required for that driver.
284 ****************************************************************************/
287 * This function set the exclusion range in the IOMMU. DMA accesses to the
288 * exclusion range are passed through untranslated
290 static void iommu_set_exclusion_range(struct amd_iommu
*iommu
)
292 u64 start
= iommu
->exclusion_start
& PAGE_MASK
;
293 u64 limit
= (start
+ iommu
->exclusion_length
) & PAGE_MASK
;
296 if (!iommu
->exclusion_start
)
299 entry
= start
| MMIO_EXCL_ENABLE_MASK
;
300 memcpy_toio(iommu
->mmio_base
+ MMIO_EXCL_BASE_OFFSET
,
301 &entry
, sizeof(entry
));
304 memcpy_toio(iommu
->mmio_base
+ MMIO_EXCL_LIMIT_OFFSET
,
305 &entry
, sizeof(entry
));
308 /* Programs the physical address of the device table into the IOMMU hardware */
309 static void iommu_set_device_table(struct amd_iommu
*iommu
)
313 BUG_ON(iommu
->mmio_base
== NULL
);
315 entry
= virt_to_phys(amd_iommu_dev_table
);
316 entry
|= (dev_table_size
>> 12) - 1;
317 memcpy_toio(iommu
->mmio_base
+ MMIO_DEV_TABLE_OFFSET
,
318 &entry
, sizeof(entry
));
321 /* Generic functions to enable/disable certain features of the IOMMU. */
322 static void iommu_feature_enable(struct amd_iommu
*iommu
, u8 bit
)
326 ctrl
= readl(iommu
->mmio_base
+ MMIO_CONTROL_OFFSET
);
328 writel(ctrl
, iommu
->mmio_base
+ MMIO_CONTROL_OFFSET
);
331 static void iommu_feature_disable(struct amd_iommu
*iommu
, u8 bit
)
335 ctrl
= readl(iommu
->mmio_base
+ MMIO_CONTROL_OFFSET
);
337 writel(ctrl
, iommu
->mmio_base
+ MMIO_CONTROL_OFFSET
);
340 static void iommu_set_inv_tlb_timeout(struct amd_iommu
*iommu
, int timeout
)
344 ctrl
= readl(iommu
->mmio_base
+ MMIO_CONTROL_OFFSET
);
345 ctrl
&= ~CTRL_INV_TO_MASK
;
346 ctrl
|= (timeout
<< CONTROL_INV_TIMEOUT
) & CTRL_INV_TO_MASK
;
347 writel(ctrl
, iommu
->mmio_base
+ MMIO_CONTROL_OFFSET
);
350 /* Function to enable the hardware */
351 static void iommu_enable(struct amd_iommu
*iommu
)
353 iommu_feature_enable(iommu
, CONTROL_IOMMU_EN
);
356 static void iommu_disable(struct amd_iommu
*iommu
)
358 /* Disable command buffer */
359 iommu_feature_disable(iommu
, CONTROL_CMDBUF_EN
);
361 /* Disable event logging and event interrupts */
362 iommu_feature_disable(iommu
, CONTROL_EVT_INT_EN
);
363 iommu_feature_disable(iommu
, CONTROL_EVT_LOG_EN
);
365 /* Disable IOMMU hardware itself */
366 iommu_feature_disable(iommu
, CONTROL_IOMMU_EN
);
370 * mapping and unmapping functions for the IOMMU MMIO space. Each AMD IOMMU in
371 * the system has one.
373 static u8 __iomem
* __init
iommu_map_mmio_space(u64 address
, u64 end
)
375 if (!request_mem_region(address
, end
, "amd_iommu")) {
376 pr_err("AMD-Vi: Can not reserve memory region %llx-%llx for mmio\n",
378 pr_err("AMD-Vi: This is a BIOS bug. Please contact your hardware vendor\n");
382 return (u8 __iomem
*)ioremap_nocache(address
, end
);
385 static void __init
iommu_unmap_mmio_space(struct amd_iommu
*iommu
)
387 if (iommu
->mmio_base
)
388 iounmap(iommu
->mmio_base
);
389 release_mem_region(iommu
->mmio_phys
, iommu
->mmio_phys_end
);
392 /****************************************************************************
394 * The functions below belong to the first pass of AMD IOMMU ACPI table
395 * parsing. In this pass we try to find out the highest device id this
396 * code has to handle. Upon this information the size of the shared data
397 * structures is determined later.
399 ****************************************************************************/
402 * This function calculates the length of a given IVHD entry
404 static inline int ivhd_entry_length(u8
*ivhd
)
406 return 0x04 << (*ivhd
>> 6);
410 * This function reads the last device id the IOMMU has to handle from the PCI
411 * capability header for this IOMMU
413 static int __init
find_last_devid_on_pci(int bus
, int dev
, int fn
, int cap_ptr
)
417 cap
= read_pci_config(bus
, dev
, fn
, cap_ptr
+MMIO_RANGE_OFFSET
);
418 update_last_devid(PCI_DEVID(MMIO_GET_BUS(cap
), MMIO_GET_LD(cap
)));
424 * After reading the highest device id from the IOMMU PCI capability header
425 * this function looks if there is a higher device id defined in the ACPI table
427 static int __init
find_last_devid_from_ivhd(struct ivhd_header
*h
)
429 u8
*p
= (void *)h
, *end
= (void *)h
;
430 struct ivhd_entry
*dev
;
435 find_last_devid_on_pci(PCI_BUS_NUM(h
->devid
),
441 dev
= (struct ivhd_entry
*)p
;
443 case IVHD_DEV_SELECT
:
444 case IVHD_DEV_RANGE_END
:
446 case IVHD_DEV_EXT_SELECT
:
447 /* all the above subfield types refer to device ids */
448 update_last_devid(dev
->devid
);
453 p
+= ivhd_entry_length(p
);
462 * Iterate over all IVHD entries in the ACPI table and find the highest device
463 * id which we need to handle. This is the first of three functions which parse
464 * the ACPI table. So we check the checksum here.
466 static int __init
find_last_devid_acpi(struct acpi_table_header
*table
)
469 u8 checksum
= 0, *p
= (u8
*)table
, *end
= (u8
*)table
;
470 struct ivhd_header
*h
;
473 * Validate checksum here so we don't need to do it when
474 * we actually parse the table
476 for (i
= 0; i
< table
->length
; ++i
)
479 /* ACPI table corrupt */
482 p
+= IVRS_HEADER_LENGTH
;
484 end
+= table
->length
;
486 h
= (struct ivhd_header
*)p
;
489 find_last_devid_from_ivhd(h
);
501 /****************************************************************************
503 * The following functions belong to the code path which parses the ACPI table
504 * the second time. In this ACPI parsing iteration we allocate IOMMU specific
505 * data structures, initialize the device/alias/rlookup table and also
506 * basically initialize the hardware.
508 ****************************************************************************/
511 * Allocates the command buffer. This buffer is per AMD IOMMU. We can
512 * write commands to that buffer later and the IOMMU will execute them
515 static u8
* __init
alloc_command_buffer(struct amd_iommu
*iommu
)
517 u8
*cmd_buf
= (u8
*)__get_free_pages(GFP_KERNEL
| __GFP_ZERO
,
518 get_order(CMD_BUFFER_SIZE
));
523 iommu
->cmd_buf_size
= CMD_BUFFER_SIZE
| CMD_BUFFER_UNINITIALIZED
;
529 * This function resets the command buffer if the IOMMU stopped fetching
532 void amd_iommu_reset_cmd_buffer(struct amd_iommu
*iommu
)
534 iommu_feature_disable(iommu
, CONTROL_CMDBUF_EN
);
536 writel(0x00, iommu
->mmio_base
+ MMIO_CMD_HEAD_OFFSET
);
537 writel(0x00, iommu
->mmio_base
+ MMIO_CMD_TAIL_OFFSET
);
539 iommu_feature_enable(iommu
, CONTROL_CMDBUF_EN
);
543 * This function writes the command buffer address to the hardware and
546 static void iommu_enable_command_buffer(struct amd_iommu
*iommu
)
550 BUG_ON(iommu
->cmd_buf
== NULL
);
552 entry
= (u64
)virt_to_phys(iommu
->cmd_buf
);
553 entry
|= MMIO_CMD_SIZE_512
;
555 memcpy_toio(iommu
->mmio_base
+ MMIO_CMD_BUF_OFFSET
,
556 &entry
, sizeof(entry
));
558 amd_iommu_reset_cmd_buffer(iommu
);
559 iommu
->cmd_buf_size
&= ~(CMD_BUFFER_UNINITIALIZED
);
562 static void __init
free_command_buffer(struct amd_iommu
*iommu
)
564 free_pages((unsigned long)iommu
->cmd_buf
,
565 get_order(iommu
->cmd_buf_size
& ~(CMD_BUFFER_UNINITIALIZED
)));
568 /* allocates the memory where the IOMMU will log its events to */
569 static u8
* __init
alloc_event_buffer(struct amd_iommu
*iommu
)
571 iommu
->evt_buf
= (u8
*)__get_free_pages(GFP_KERNEL
| __GFP_ZERO
,
572 get_order(EVT_BUFFER_SIZE
));
574 if (iommu
->evt_buf
== NULL
)
577 iommu
->evt_buf_size
= EVT_BUFFER_SIZE
;
579 return iommu
->evt_buf
;
582 static void iommu_enable_event_buffer(struct amd_iommu
*iommu
)
586 BUG_ON(iommu
->evt_buf
== NULL
);
588 entry
= (u64
)virt_to_phys(iommu
->evt_buf
) | EVT_LEN_MASK
;
590 memcpy_toio(iommu
->mmio_base
+ MMIO_EVT_BUF_OFFSET
,
591 &entry
, sizeof(entry
));
593 /* set head and tail to zero manually */
594 writel(0x00, iommu
->mmio_base
+ MMIO_EVT_HEAD_OFFSET
);
595 writel(0x00, iommu
->mmio_base
+ MMIO_EVT_TAIL_OFFSET
);
597 iommu_feature_enable(iommu
, CONTROL_EVT_LOG_EN
);
600 static void __init
free_event_buffer(struct amd_iommu
*iommu
)
602 free_pages((unsigned long)iommu
->evt_buf
, get_order(EVT_BUFFER_SIZE
));
605 /* allocates the memory where the IOMMU will log its events to */
606 static u8
* __init
alloc_ppr_log(struct amd_iommu
*iommu
)
608 iommu
->ppr_log
= (u8
*)__get_free_pages(GFP_KERNEL
| __GFP_ZERO
,
609 get_order(PPR_LOG_SIZE
));
611 if (iommu
->ppr_log
== NULL
)
614 return iommu
->ppr_log
;
617 static void iommu_enable_ppr_log(struct amd_iommu
*iommu
)
621 if (iommu
->ppr_log
== NULL
)
624 entry
= (u64
)virt_to_phys(iommu
->ppr_log
) | PPR_LOG_SIZE_512
;
626 memcpy_toio(iommu
->mmio_base
+ MMIO_PPR_LOG_OFFSET
,
627 &entry
, sizeof(entry
));
629 /* set head and tail to zero manually */
630 writel(0x00, iommu
->mmio_base
+ MMIO_PPR_HEAD_OFFSET
);
631 writel(0x00, iommu
->mmio_base
+ MMIO_PPR_TAIL_OFFSET
);
633 iommu_feature_enable(iommu
, CONTROL_PPFLOG_EN
);
634 iommu_feature_enable(iommu
, CONTROL_PPR_EN
);
637 static void __init
free_ppr_log(struct amd_iommu
*iommu
)
639 if (iommu
->ppr_log
== NULL
)
642 free_pages((unsigned long)iommu
->ppr_log
, get_order(PPR_LOG_SIZE
));
645 static void iommu_enable_gt(struct amd_iommu
*iommu
)
647 if (!iommu_feature(iommu
, FEATURE_GT
))
650 iommu_feature_enable(iommu
, CONTROL_GT_EN
);
653 /* sets a specific bit in the device table entry. */
654 static void set_dev_entry_bit(u16 devid
, u8 bit
)
656 int i
= (bit
>> 6) & 0x03;
657 int _bit
= bit
& 0x3f;
659 amd_iommu_dev_table
[devid
].data
[i
] |= (1UL << _bit
);
662 static int get_dev_entry_bit(u16 devid
, u8 bit
)
664 int i
= (bit
>> 6) & 0x03;
665 int _bit
= bit
& 0x3f;
667 return (amd_iommu_dev_table
[devid
].data
[i
] & (1UL << _bit
)) >> _bit
;
671 void amd_iommu_apply_erratum_63(u16 devid
)
675 sysmgt
= get_dev_entry_bit(devid
, DEV_ENTRY_SYSMGT1
) |
676 (get_dev_entry_bit(devid
, DEV_ENTRY_SYSMGT2
) << 1);
679 set_dev_entry_bit(devid
, DEV_ENTRY_IW
);
682 /* Writes the specific IOMMU for a device into the rlookup table */
683 static void __init
set_iommu_for_device(struct amd_iommu
*iommu
, u16 devid
)
685 amd_iommu_rlookup_table
[devid
] = iommu
;
689 * This function takes the device specific flags read from the ACPI
690 * table and sets up the device table entry with that information
692 static void __init
set_dev_entry_from_acpi(struct amd_iommu
*iommu
,
693 u16 devid
, u32 flags
, u32 ext_flags
)
695 if (flags
& ACPI_DEVFLAG_INITPASS
)
696 set_dev_entry_bit(devid
, DEV_ENTRY_INIT_PASS
);
697 if (flags
& ACPI_DEVFLAG_EXTINT
)
698 set_dev_entry_bit(devid
, DEV_ENTRY_EINT_PASS
);
699 if (flags
& ACPI_DEVFLAG_NMI
)
700 set_dev_entry_bit(devid
, DEV_ENTRY_NMI_PASS
);
701 if (flags
& ACPI_DEVFLAG_SYSMGT1
)
702 set_dev_entry_bit(devid
, DEV_ENTRY_SYSMGT1
);
703 if (flags
& ACPI_DEVFLAG_SYSMGT2
)
704 set_dev_entry_bit(devid
, DEV_ENTRY_SYSMGT2
);
705 if (flags
& ACPI_DEVFLAG_LINT0
)
706 set_dev_entry_bit(devid
, DEV_ENTRY_LINT0_PASS
);
707 if (flags
& ACPI_DEVFLAG_LINT1
)
708 set_dev_entry_bit(devid
, DEV_ENTRY_LINT1_PASS
);
710 amd_iommu_apply_erratum_63(devid
);
712 set_iommu_for_device(iommu
, devid
);
715 static int __init
add_special_device(u8 type
, u8 id
, u16 devid
, bool cmd_line
)
717 struct devid_map
*entry
;
718 struct list_head
*list
;
720 if (type
== IVHD_SPECIAL_IOAPIC
)
722 else if (type
== IVHD_SPECIAL_HPET
)
727 list_for_each_entry(entry
, list
, list
) {
728 if (!(entry
->id
== id
&& entry
->cmd_line
))
731 pr_info("AMD-Vi: Command-line override present for %s id %d - ignoring\n",
732 type
== IVHD_SPECIAL_IOAPIC
? "IOAPIC" : "HPET", id
);
737 entry
= kzalloc(sizeof(*entry
), GFP_KERNEL
);
742 entry
->devid
= devid
;
743 entry
->cmd_line
= cmd_line
;
745 list_add_tail(&entry
->list
, list
);
750 static int __init
add_early_maps(void)
754 for (i
= 0; i
< early_ioapic_map_size
; ++i
) {
755 ret
= add_special_device(IVHD_SPECIAL_IOAPIC
,
756 early_ioapic_map
[i
].id
,
757 early_ioapic_map
[i
].devid
,
758 early_ioapic_map
[i
].cmd_line
);
763 for (i
= 0; i
< early_hpet_map_size
; ++i
) {
764 ret
= add_special_device(IVHD_SPECIAL_HPET
,
765 early_hpet_map
[i
].id
,
766 early_hpet_map
[i
].devid
,
767 early_hpet_map
[i
].cmd_line
);
776 * Reads the device exclusion range from ACPI and initializes the IOMMU with
779 static void __init
set_device_exclusion_range(u16 devid
, struct ivmd_header
*m
)
781 struct amd_iommu
*iommu
= amd_iommu_rlookup_table
[devid
];
783 if (!(m
->flags
& IVMD_FLAG_EXCL_RANGE
))
788 * We only can configure exclusion ranges per IOMMU, not
789 * per device. But we can enable the exclusion range per
790 * device. This is done here
792 set_dev_entry_bit(m
->devid
, DEV_ENTRY_EX
);
793 iommu
->exclusion_start
= m
->range_start
;
794 iommu
->exclusion_length
= m
->range_length
;
799 * Takes a pointer to an AMD IOMMU entry in the ACPI table and
800 * initializes the hardware and our data structures with it.
802 static int __init
init_iommu_from_acpi(struct amd_iommu
*iommu
,
803 struct ivhd_header
*h
)
806 u8
*end
= p
, flags
= 0;
807 u16 devid
= 0, devid_start
= 0, devid_to
= 0;
808 u32 dev_i
, ext_flags
= 0;
810 struct ivhd_entry
*e
;
814 ret
= add_early_maps();
819 * First save the recommended feature enable bits from ACPI
821 iommu
->acpi_flags
= h
->flags
;
824 * Done. Now parse the device entries
826 p
+= sizeof(struct ivhd_header
);
831 e
= (struct ivhd_entry
*)p
;
835 DUMP_printk(" DEV_ALL\t\t\t first devid: %02x:%02x.%x"
836 " last device %02x:%02x.%x flags: %02x\n",
837 PCI_BUS_NUM(iommu
->first_device
),
838 PCI_SLOT(iommu
->first_device
),
839 PCI_FUNC(iommu
->first_device
),
840 PCI_BUS_NUM(iommu
->last_device
),
841 PCI_SLOT(iommu
->last_device
),
842 PCI_FUNC(iommu
->last_device
),
845 for (dev_i
= iommu
->first_device
;
846 dev_i
<= iommu
->last_device
; ++dev_i
)
847 set_dev_entry_from_acpi(iommu
, dev_i
,
850 case IVHD_DEV_SELECT
:
852 DUMP_printk(" DEV_SELECT\t\t\t devid: %02x:%02x.%x "
854 PCI_BUS_NUM(e
->devid
),
860 set_dev_entry_from_acpi(iommu
, devid
, e
->flags
, 0);
862 case IVHD_DEV_SELECT_RANGE_START
:
864 DUMP_printk(" DEV_SELECT_RANGE_START\t "
865 "devid: %02x:%02x.%x flags: %02x\n",
866 PCI_BUS_NUM(e
->devid
),
871 devid_start
= e
->devid
;
878 DUMP_printk(" DEV_ALIAS\t\t\t devid: %02x:%02x.%x "
879 "flags: %02x devid_to: %02x:%02x.%x\n",
880 PCI_BUS_NUM(e
->devid
),
884 PCI_BUS_NUM(e
->ext
>> 8),
885 PCI_SLOT(e
->ext
>> 8),
886 PCI_FUNC(e
->ext
>> 8));
889 devid_to
= e
->ext
>> 8;
890 set_dev_entry_from_acpi(iommu
, devid
, e
->flags
, 0);
891 set_dev_entry_from_acpi(iommu
, devid_to
, e
->flags
, 0);
892 amd_iommu_alias_table
[devid
] = devid_to
;
894 case IVHD_DEV_ALIAS_RANGE
:
896 DUMP_printk(" DEV_ALIAS_RANGE\t\t "
897 "devid: %02x:%02x.%x flags: %02x "
898 "devid_to: %02x:%02x.%x\n",
899 PCI_BUS_NUM(e
->devid
),
903 PCI_BUS_NUM(e
->ext
>> 8),
904 PCI_SLOT(e
->ext
>> 8),
905 PCI_FUNC(e
->ext
>> 8));
907 devid_start
= e
->devid
;
909 devid_to
= e
->ext
>> 8;
913 case IVHD_DEV_EXT_SELECT
:
915 DUMP_printk(" DEV_EXT_SELECT\t\t devid: %02x:%02x.%x "
916 "flags: %02x ext: %08x\n",
917 PCI_BUS_NUM(e
->devid
),
923 set_dev_entry_from_acpi(iommu
, devid
, e
->flags
,
926 case IVHD_DEV_EXT_SELECT_RANGE
:
928 DUMP_printk(" DEV_EXT_SELECT_RANGE\t devid: "
929 "%02x:%02x.%x flags: %02x ext: %08x\n",
930 PCI_BUS_NUM(e
->devid
),
935 devid_start
= e
->devid
;
940 case IVHD_DEV_RANGE_END
:
942 DUMP_printk(" DEV_RANGE_END\t\t devid: %02x:%02x.%x\n",
943 PCI_BUS_NUM(e
->devid
),
948 for (dev_i
= devid_start
; dev_i
<= devid
; ++dev_i
) {
950 amd_iommu_alias_table
[dev_i
] = devid_to
;
951 set_dev_entry_from_acpi(iommu
,
952 devid_to
, flags
, ext_flags
);
954 set_dev_entry_from_acpi(iommu
, dev_i
,
958 case IVHD_DEV_SPECIAL
: {
964 handle
= e
->ext
& 0xff;
965 devid
= (e
->ext
>> 8) & 0xffff;
966 type
= (e
->ext
>> 24) & 0xff;
968 if (type
== IVHD_SPECIAL_IOAPIC
)
970 else if (type
== IVHD_SPECIAL_HPET
)
975 DUMP_printk(" DEV_SPECIAL(%s[%d])\t\tdevid: %02x:%02x.%x\n",
981 set_dev_entry_from_acpi(iommu
, devid
, e
->flags
, 0);
982 ret
= add_special_device(type
, handle
, devid
, false);
991 p
+= ivhd_entry_length(p
);
997 /* Initializes the device->iommu mapping for the driver */
998 static int __init
init_iommu_devices(struct amd_iommu
*iommu
)
1002 for (i
= iommu
->first_device
; i
<= iommu
->last_device
; ++i
)
1003 set_iommu_for_device(iommu
, i
);
1008 static void __init
free_iommu_one(struct amd_iommu
*iommu
)
1010 free_command_buffer(iommu
);
1011 free_event_buffer(iommu
);
1012 free_ppr_log(iommu
);
1013 iommu_unmap_mmio_space(iommu
);
1016 static void __init
free_iommu_all(void)
1018 struct amd_iommu
*iommu
, *next
;
1020 for_each_iommu_safe(iommu
, next
) {
1021 list_del(&iommu
->list
);
1022 free_iommu_one(iommu
);
1028 * Family15h Model 10h-1fh erratum 746 (IOMMU Logging May Stall Translations)
1030 * BIOS should disable L2B micellaneous clock gating by setting
1031 * L2_L2B_CK_GATE_CONTROL[CKGateL2BMiscDisable](D0F2xF4_x90[2]) = 1b
1033 static void amd_iommu_erratum_746_workaround(struct amd_iommu
*iommu
)
1037 if ((boot_cpu_data
.x86
!= 0x15) ||
1038 (boot_cpu_data
.x86_model
< 0x10) ||
1039 (boot_cpu_data
.x86_model
> 0x1f))
1042 pci_write_config_dword(iommu
->dev
, 0xf0, 0x90);
1043 pci_read_config_dword(iommu
->dev
, 0xf4, &value
);
1048 /* Select NB indirect register 0x90 and enable writing */
1049 pci_write_config_dword(iommu
->dev
, 0xf0, 0x90 | (1 << 8));
1051 pci_write_config_dword(iommu
->dev
, 0xf4, value
| 0x4);
1052 pr_info("AMD-Vi: Applying erratum 746 workaround for IOMMU at %s\n",
1053 dev_name(&iommu
->dev
->dev
));
1055 /* Clear the enable writing bit */
1056 pci_write_config_dword(iommu
->dev
, 0xf0, 0x90);
1060 * This function clues the initialization function for one IOMMU
1061 * together and also allocates the command buffer and programs the
1062 * hardware. It does NOT enable the IOMMU. This is done afterwards.
1064 static int __init
init_iommu_one(struct amd_iommu
*iommu
, struct ivhd_header
*h
)
1068 spin_lock_init(&iommu
->lock
);
1070 /* Add IOMMU to internal data structures */
1071 list_add_tail(&iommu
->list
, &amd_iommu_list
);
1072 iommu
->index
= amd_iommus_present
++;
1074 if (unlikely(iommu
->index
>= MAX_IOMMUS
)) {
1075 WARN(1, "AMD-Vi: System has more IOMMUs than supported by this driver\n");
1079 /* Index is fine - add IOMMU to the array */
1080 amd_iommus
[iommu
->index
] = iommu
;
1083 * Copy data from ACPI table entry to the iommu struct
1085 iommu
->devid
= h
->devid
;
1086 iommu
->cap_ptr
= h
->cap_ptr
;
1087 iommu
->pci_seg
= h
->pci_seg
;
1088 iommu
->mmio_phys
= h
->mmio_phys
;
1090 /* Check if IVHD EFR contains proper max banks/counters */
1091 if ((h
->efr
!= 0) &&
1092 ((h
->efr
& (0xF << 13)) != 0) &&
1093 ((h
->efr
& (0x3F << 17)) != 0)) {
1094 iommu
->mmio_phys_end
= MMIO_REG_END_OFFSET
;
1096 iommu
->mmio_phys_end
= MMIO_CNTR_CONF_OFFSET
;
1099 iommu
->mmio_base
= iommu_map_mmio_space(iommu
->mmio_phys
,
1100 iommu
->mmio_phys_end
);
1101 if (!iommu
->mmio_base
)
1104 iommu
->cmd_buf
= alloc_command_buffer(iommu
);
1105 if (!iommu
->cmd_buf
)
1108 iommu
->evt_buf
= alloc_event_buffer(iommu
);
1109 if (!iommu
->evt_buf
)
1112 iommu
->int_enabled
= false;
1114 ret
= init_iommu_from_acpi(iommu
, h
);
1119 * Make sure IOMMU is not considered to translate itself. The IVRS
1120 * table tells us so, but this is a lie!
1122 amd_iommu_rlookup_table
[iommu
->devid
] = NULL
;
1124 init_iommu_devices(iommu
);
1130 * Iterates over all IOMMU entries in the ACPI table, allocates the
1131 * IOMMU structure and initializes it with init_iommu_one()
1133 static int __init
init_iommu_all(struct acpi_table_header
*table
)
1135 u8
*p
= (u8
*)table
, *end
= (u8
*)table
;
1136 struct ivhd_header
*h
;
1137 struct amd_iommu
*iommu
;
1140 end
+= table
->length
;
1141 p
+= IVRS_HEADER_LENGTH
;
1144 h
= (struct ivhd_header
*)p
;
1146 case ACPI_IVHD_TYPE
:
1148 DUMP_printk("device: %02x:%02x.%01x cap: %04x "
1149 "seg: %d flags: %01x info %04x\n",
1150 PCI_BUS_NUM(h
->devid
), PCI_SLOT(h
->devid
),
1151 PCI_FUNC(h
->devid
), h
->cap_ptr
,
1152 h
->pci_seg
, h
->flags
, h
->info
);
1153 DUMP_printk(" mmio-addr: %016llx\n",
1156 iommu
= kzalloc(sizeof(struct amd_iommu
), GFP_KERNEL
);
1160 ret
= init_iommu_one(iommu
, h
);
1176 static void init_iommu_perf_ctr(struct amd_iommu
*iommu
)
1178 u64 val
= 0xabcd, val2
= 0;
1180 if (!iommu_feature(iommu
, FEATURE_PC
))
1183 amd_iommu_pc_present
= true;
1185 /* Check if the performance counters can be written to */
1186 if ((0 != amd_iommu_pc_get_set_reg_val(0, 0, 0, 0, &val
, true)) ||
1187 (0 != amd_iommu_pc_get_set_reg_val(0, 0, 0, 0, &val2
, false)) ||
1189 pr_err("AMD-Vi: Unable to write to IOMMU perf counter.\n");
1190 amd_iommu_pc_present
= false;
1194 pr_info("AMD-Vi: IOMMU performance counters supported\n");
1196 val
= readl(iommu
->mmio_base
+ MMIO_CNTR_CONF_OFFSET
);
1197 iommu
->max_banks
= (u8
) ((val
>> 12) & 0x3f);
1198 iommu
->max_counters
= (u8
) ((val
>> 7) & 0xf);
1202 static int iommu_init_pci(struct amd_iommu
*iommu
)
1204 int cap_ptr
= iommu
->cap_ptr
;
1205 u32 range
, misc
, low
, high
;
1207 iommu
->dev
= pci_get_bus_and_slot(PCI_BUS_NUM(iommu
->devid
),
1208 iommu
->devid
& 0xff);
1212 pci_read_config_dword(iommu
->dev
, cap_ptr
+ MMIO_CAP_HDR_OFFSET
,
1214 pci_read_config_dword(iommu
->dev
, cap_ptr
+ MMIO_RANGE_OFFSET
,
1216 pci_read_config_dword(iommu
->dev
, cap_ptr
+ MMIO_MISC_OFFSET
,
1219 iommu
->first_device
= PCI_DEVID(MMIO_GET_BUS(range
),
1220 MMIO_GET_FD(range
));
1221 iommu
->last_device
= PCI_DEVID(MMIO_GET_BUS(range
),
1222 MMIO_GET_LD(range
));
1224 if (!(iommu
->cap
& (1 << IOMMU_CAP_IOTLB
)))
1225 amd_iommu_iotlb_sup
= false;
1227 /* read extended feature bits */
1228 low
= readl(iommu
->mmio_base
+ MMIO_EXT_FEATURES
);
1229 high
= readl(iommu
->mmio_base
+ MMIO_EXT_FEATURES
+ 4);
1231 iommu
->features
= ((u64
)high
<< 32) | low
;
1233 if (iommu_feature(iommu
, FEATURE_GT
)) {
1238 shift
= iommu
->features
& FEATURE_PASID_MASK
;
1239 shift
>>= FEATURE_PASID_SHIFT
;
1240 pasids
= (1 << shift
);
1242 amd_iommu_max_pasids
= min(amd_iommu_max_pasids
, pasids
);
1244 glxval
= iommu
->features
& FEATURE_GLXVAL_MASK
;
1245 glxval
>>= FEATURE_GLXVAL_SHIFT
;
1247 if (amd_iommu_max_glx_val
== -1)
1248 amd_iommu_max_glx_val
= glxval
;
1250 amd_iommu_max_glx_val
= min(amd_iommu_max_glx_val
, glxval
);
1253 if (iommu_feature(iommu
, FEATURE_GT
) &&
1254 iommu_feature(iommu
, FEATURE_PPR
)) {
1255 iommu
->is_iommu_v2
= true;
1256 amd_iommu_v2_present
= true;
1259 if (iommu_feature(iommu
, FEATURE_PPR
)) {
1260 iommu
->ppr_log
= alloc_ppr_log(iommu
);
1261 if (!iommu
->ppr_log
)
1265 if (iommu
->cap
& (1UL << IOMMU_CAP_NPCACHE
))
1266 amd_iommu_np_cache
= true;
1268 init_iommu_perf_ctr(iommu
);
1270 if (is_rd890_iommu(iommu
->dev
)) {
1273 iommu
->root_pdev
= pci_get_bus_and_slot(iommu
->dev
->bus
->number
,
1277 * Some rd890 systems may not be fully reconfigured by the
1278 * BIOS, so it's necessary for us to store this information so
1279 * it can be reprogrammed on resume
1281 pci_read_config_dword(iommu
->dev
, iommu
->cap_ptr
+ 4,
1282 &iommu
->stored_addr_lo
);
1283 pci_read_config_dword(iommu
->dev
, iommu
->cap_ptr
+ 8,
1284 &iommu
->stored_addr_hi
);
1286 /* Low bit locks writes to configuration space */
1287 iommu
->stored_addr_lo
&= ~1;
1289 for (i
= 0; i
< 6; i
++)
1290 for (j
= 0; j
< 0x12; j
++)
1291 iommu
->stored_l1
[i
][j
] = iommu_read_l1(iommu
, i
, j
);
1293 for (i
= 0; i
< 0x83; i
++)
1294 iommu
->stored_l2
[i
] = iommu_read_l2(iommu
, i
);
1297 amd_iommu_erratum_746_workaround(iommu
);
1299 return pci_enable_device(iommu
->dev
);
1302 static void print_iommu_info(void)
1304 static const char * const feat_str
[] = {
1305 "PreF", "PPR", "X2APIC", "NX", "GT", "[5]",
1306 "IA", "GA", "HE", "PC"
1308 struct amd_iommu
*iommu
;
1310 for_each_iommu(iommu
) {
1313 pr_info("AMD-Vi: Found IOMMU at %s cap 0x%hx\n",
1314 dev_name(&iommu
->dev
->dev
), iommu
->cap_ptr
);
1316 if (iommu
->cap
& (1 << IOMMU_CAP_EFR
)) {
1317 pr_info("AMD-Vi: Extended features: ");
1318 for (i
= 0; i
< ARRAY_SIZE(feat_str
); ++i
) {
1319 if (iommu_feature(iommu
, (1ULL << i
)))
1320 pr_cont(" %s", feat_str
[i
]);
1325 if (irq_remapping_enabled
)
1326 pr_info("AMD-Vi: Interrupt remapping enabled\n");
1329 static int __init
amd_iommu_init_pci(void)
1331 struct amd_iommu
*iommu
;
1334 for_each_iommu(iommu
) {
1335 ret
= iommu_init_pci(iommu
);
1340 ret
= amd_iommu_init_devices();
1347 /****************************************************************************
1349 * The following functions initialize the MSI interrupts for all IOMMUs
1350 * in the system. It's a bit challenging because there could be multiple
1351 * IOMMUs per PCI BDF but we can call pci_enable_msi(x) only once per
1354 ****************************************************************************/
1356 static int iommu_setup_msi(struct amd_iommu
*iommu
)
1360 r
= pci_enable_msi(iommu
->dev
);
1364 r
= request_threaded_irq(iommu
->dev
->irq
,
1365 amd_iommu_int_handler
,
1366 amd_iommu_int_thread
,
1371 pci_disable_msi(iommu
->dev
);
1375 iommu
->int_enabled
= true;
1380 static int iommu_init_msi(struct amd_iommu
*iommu
)
1384 if (iommu
->int_enabled
)
1387 if (iommu
->dev
->msi_cap
)
1388 ret
= iommu_setup_msi(iommu
);
1396 iommu_feature_enable(iommu
, CONTROL_EVT_INT_EN
);
1398 if (iommu
->ppr_log
!= NULL
)
1399 iommu_feature_enable(iommu
, CONTROL_PPFINT_EN
);
1404 /****************************************************************************
1406 * The next functions belong to the third pass of parsing the ACPI
1407 * table. In this last pass the memory mapping requirements are
1408 * gathered (like exclusion and unity mapping ranges).
1410 ****************************************************************************/
1412 static void __init
free_unity_maps(void)
1414 struct unity_map_entry
*entry
, *next
;
1416 list_for_each_entry_safe(entry
, next
, &amd_iommu_unity_map
, list
) {
1417 list_del(&entry
->list
);
1422 /* called when we find an exclusion range definition in ACPI */
1423 static int __init
init_exclusion_range(struct ivmd_header
*m
)
1428 case ACPI_IVMD_TYPE
:
1429 set_device_exclusion_range(m
->devid
, m
);
1431 case ACPI_IVMD_TYPE_ALL
:
1432 for (i
= 0; i
<= amd_iommu_last_bdf
; ++i
)
1433 set_device_exclusion_range(i
, m
);
1435 case ACPI_IVMD_TYPE_RANGE
:
1436 for (i
= m
->devid
; i
<= m
->aux
; ++i
)
1437 set_device_exclusion_range(i
, m
);
1446 /* called for unity map ACPI definition */
1447 static int __init
init_unity_map_range(struct ivmd_header
*m
)
1449 struct unity_map_entry
*e
= NULL
;
1452 e
= kzalloc(sizeof(*e
), GFP_KERNEL
);
1460 case ACPI_IVMD_TYPE
:
1461 s
= "IVMD_TYPEi\t\t\t";
1462 e
->devid_start
= e
->devid_end
= m
->devid
;
1464 case ACPI_IVMD_TYPE_ALL
:
1465 s
= "IVMD_TYPE_ALL\t\t";
1467 e
->devid_end
= amd_iommu_last_bdf
;
1469 case ACPI_IVMD_TYPE_RANGE
:
1470 s
= "IVMD_TYPE_RANGE\t\t";
1471 e
->devid_start
= m
->devid
;
1472 e
->devid_end
= m
->aux
;
1475 e
->address_start
= PAGE_ALIGN(m
->range_start
);
1476 e
->address_end
= e
->address_start
+ PAGE_ALIGN(m
->range_length
);
1477 e
->prot
= m
->flags
>> 1;
1479 DUMP_printk("%s devid_start: %02x:%02x.%x devid_end: %02x:%02x.%x"
1480 " range_start: %016llx range_end: %016llx flags: %x\n", s
,
1481 PCI_BUS_NUM(e
->devid_start
), PCI_SLOT(e
->devid_start
),
1482 PCI_FUNC(e
->devid_start
), PCI_BUS_NUM(e
->devid_end
),
1483 PCI_SLOT(e
->devid_end
), PCI_FUNC(e
->devid_end
),
1484 e
->address_start
, e
->address_end
, m
->flags
);
1486 list_add_tail(&e
->list
, &amd_iommu_unity_map
);
1491 /* iterates over all memory definitions we find in the ACPI table */
1492 static int __init
init_memory_definitions(struct acpi_table_header
*table
)
1494 u8
*p
= (u8
*)table
, *end
= (u8
*)table
;
1495 struct ivmd_header
*m
;
1497 end
+= table
->length
;
1498 p
+= IVRS_HEADER_LENGTH
;
1501 m
= (struct ivmd_header
*)p
;
1502 if (m
->flags
& IVMD_FLAG_EXCL_RANGE
)
1503 init_exclusion_range(m
);
1504 else if (m
->flags
& IVMD_FLAG_UNITY_MAP
)
1505 init_unity_map_range(m
);
1514 * Init the device table to not allow DMA access for devices and
1515 * suppress all page faults
1517 static void init_device_table_dma(void)
1521 for (devid
= 0; devid
<= amd_iommu_last_bdf
; ++devid
) {
1522 set_dev_entry_bit(devid
, DEV_ENTRY_VALID
);
1523 set_dev_entry_bit(devid
, DEV_ENTRY_TRANSLATION
);
1527 static void __init
uninit_device_table_dma(void)
1531 for (devid
= 0; devid
<= amd_iommu_last_bdf
; ++devid
) {
1532 amd_iommu_dev_table
[devid
].data
[0] = 0ULL;
1533 amd_iommu_dev_table
[devid
].data
[1] = 0ULL;
1537 static void init_device_table(void)
1541 if (!amd_iommu_irq_remap
)
1544 for (devid
= 0; devid
<= amd_iommu_last_bdf
; ++devid
)
1545 set_dev_entry_bit(devid
, DEV_ENTRY_IRQ_TBL_EN
);
1548 static void iommu_init_flags(struct amd_iommu
*iommu
)
1550 iommu
->acpi_flags
& IVHD_FLAG_HT_TUN_EN_MASK
?
1551 iommu_feature_enable(iommu
, CONTROL_HT_TUN_EN
) :
1552 iommu_feature_disable(iommu
, CONTROL_HT_TUN_EN
);
1554 iommu
->acpi_flags
& IVHD_FLAG_PASSPW_EN_MASK
?
1555 iommu_feature_enable(iommu
, CONTROL_PASSPW_EN
) :
1556 iommu_feature_disable(iommu
, CONTROL_PASSPW_EN
);
1558 iommu
->acpi_flags
& IVHD_FLAG_RESPASSPW_EN_MASK
?
1559 iommu_feature_enable(iommu
, CONTROL_RESPASSPW_EN
) :
1560 iommu_feature_disable(iommu
, CONTROL_RESPASSPW_EN
);
1562 iommu
->acpi_flags
& IVHD_FLAG_ISOC_EN_MASK
?
1563 iommu_feature_enable(iommu
, CONTROL_ISOC_EN
) :
1564 iommu_feature_disable(iommu
, CONTROL_ISOC_EN
);
1567 * make IOMMU memory accesses cache coherent
1569 iommu_feature_enable(iommu
, CONTROL_COHERENT_EN
);
1571 /* Set IOTLB invalidation timeout to 1s */
1572 iommu_set_inv_tlb_timeout(iommu
, CTRL_INV_TO_1S
);
1575 static void iommu_apply_resume_quirks(struct amd_iommu
*iommu
)
1578 u32 ioc_feature_control
;
1579 struct pci_dev
*pdev
= iommu
->root_pdev
;
1581 /* RD890 BIOSes may not have completely reconfigured the iommu */
1582 if (!is_rd890_iommu(iommu
->dev
) || !pdev
)
1586 * First, we need to ensure that the iommu is enabled. This is
1587 * controlled by a register in the northbridge
1590 /* Select Northbridge indirect register 0x75 and enable writing */
1591 pci_write_config_dword(pdev
, 0x60, 0x75 | (1 << 7));
1592 pci_read_config_dword(pdev
, 0x64, &ioc_feature_control
);
1594 /* Enable the iommu */
1595 if (!(ioc_feature_control
& 0x1))
1596 pci_write_config_dword(pdev
, 0x64, ioc_feature_control
| 1);
1598 /* Restore the iommu BAR */
1599 pci_write_config_dword(iommu
->dev
, iommu
->cap_ptr
+ 4,
1600 iommu
->stored_addr_lo
);
1601 pci_write_config_dword(iommu
->dev
, iommu
->cap_ptr
+ 8,
1602 iommu
->stored_addr_hi
);
1604 /* Restore the l1 indirect regs for each of the 6 l1s */
1605 for (i
= 0; i
< 6; i
++)
1606 for (j
= 0; j
< 0x12; j
++)
1607 iommu_write_l1(iommu
, i
, j
, iommu
->stored_l1
[i
][j
]);
1609 /* Restore the l2 indirect regs */
1610 for (i
= 0; i
< 0x83; i
++)
1611 iommu_write_l2(iommu
, i
, iommu
->stored_l2
[i
]);
1613 /* Lock PCI setup registers */
1614 pci_write_config_dword(iommu
->dev
, iommu
->cap_ptr
+ 4,
1615 iommu
->stored_addr_lo
| 1);
1619 * This function finally enables all IOMMUs found in the system after
1620 * they have been initialized
1622 static void early_enable_iommus(void)
1624 struct amd_iommu
*iommu
;
1626 for_each_iommu(iommu
) {
1627 iommu_disable(iommu
);
1628 iommu_init_flags(iommu
);
1629 iommu_set_device_table(iommu
);
1630 iommu_enable_command_buffer(iommu
);
1631 iommu_enable_event_buffer(iommu
);
1632 iommu_set_exclusion_range(iommu
);
1633 iommu_enable(iommu
);
1634 iommu_flush_all_caches(iommu
);
1638 static void enable_iommus_v2(void)
1640 struct amd_iommu
*iommu
;
1642 for_each_iommu(iommu
) {
1643 iommu_enable_ppr_log(iommu
);
1644 iommu_enable_gt(iommu
);
1648 static void enable_iommus(void)
1650 early_enable_iommus();
1655 static void disable_iommus(void)
1657 struct amd_iommu
*iommu
;
1659 for_each_iommu(iommu
)
1660 iommu_disable(iommu
);
1664 * Suspend/Resume support
1665 * disable suspend until real resume implemented
1668 static void amd_iommu_resume(void)
1670 struct amd_iommu
*iommu
;
1672 for_each_iommu(iommu
)
1673 iommu_apply_resume_quirks(iommu
);
1675 /* re-load the hardware */
1678 amd_iommu_enable_interrupts();
1681 static int amd_iommu_suspend(void)
1683 /* disable IOMMUs to go out of the way for BIOS */
1689 static struct syscore_ops amd_iommu_syscore_ops
= {
1690 .suspend
= amd_iommu_suspend
,
1691 .resume
= amd_iommu_resume
,
1694 static void __init
free_on_init_error(void)
1696 free_pages((unsigned long)irq_lookup_table
,
1697 get_order(rlookup_table_size
));
1699 if (amd_iommu_irq_cache
) {
1700 kmem_cache_destroy(amd_iommu_irq_cache
);
1701 amd_iommu_irq_cache
= NULL
;
1705 free_pages((unsigned long)amd_iommu_rlookup_table
,
1706 get_order(rlookup_table_size
));
1708 free_pages((unsigned long)amd_iommu_alias_table
,
1709 get_order(alias_table_size
));
1711 free_pages((unsigned long)amd_iommu_dev_table
,
1712 get_order(dev_table_size
));
1716 #ifdef CONFIG_GART_IOMMU
1718 * We failed to initialize the AMD IOMMU - try fallback to GART
1726 /* SB IOAPIC is always on this device in AMD systems */
1727 #define IOAPIC_SB_DEVID ((0x00 << 8) | PCI_DEVFN(0x14, 0))
1729 static bool __init
check_ioapic_information(void)
1731 const char *fw_bug
= FW_BUG
;
1732 bool ret
, has_sb_ioapic
;
1735 has_sb_ioapic
= false;
1739 * If we have map overrides on the kernel command line the
1740 * messages in this function might not describe firmware bugs
1741 * anymore - so be careful
1746 for (idx
= 0; idx
< nr_ioapics
; idx
++) {
1747 int devid
, id
= mpc_ioapic_id(idx
);
1749 devid
= get_ioapic_devid(id
);
1751 pr_err("%sAMD-Vi: IOAPIC[%d] not in IVRS table\n",
1754 } else if (devid
== IOAPIC_SB_DEVID
) {
1755 has_sb_ioapic
= true;
1760 if (!has_sb_ioapic
) {
1762 * We expect the SB IOAPIC to be listed in the IVRS
1763 * table. The system timer is connected to the SB IOAPIC
1764 * and if we don't have it in the list the system will
1765 * panic at boot time. This situation usually happens
1766 * when the BIOS is buggy and provides us the wrong
1767 * device id for the IOAPIC in the system.
1769 pr_err("%sAMD-Vi: No southbridge IOAPIC found\n", fw_bug
);
1773 pr_err("AMD-Vi: Disabling interrupt remapping\n");
1778 static void __init
free_dma_resources(void)
1780 amd_iommu_uninit_devices();
1782 free_pages((unsigned long)amd_iommu_pd_alloc_bitmap
,
1783 get_order(MAX_DOMAIN_ID
/8));
1789 * This is the hardware init function for AMD IOMMU in the system.
1790 * This function is called either from amd_iommu_init or from the interrupt
1791 * remapping setup code.
1793 * This function basically parses the ACPI table for AMD IOMMU (IVRS)
1796 * 1 pass) Find the highest PCI device id the driver has to handle.
1797 * Upon this information the size of the data structures is
1798 * determined that needs to be allocated.
1800 * 2 pass) Initialize the data structures just allocated with the
1801 * information in the ACPI table about available AMD IOMMUs
1802 * in the system. It also maps the PCI devices in the
1803 * system to specific IOMMUs
1805 * 3 pass) After the basic data structures are allocated and
1806 * initialized we update them with information about memory
1807 * remapping requirements parsed out of the ACPI table in
1810 * After everything is set up the IOMMUs are enabled and the necessary
1811 * hotplug and suspend notifiers are registered.
1813 static int __init
early_amd_iommu_init(void)
1815 struct acpi_table_header
*ivrs_base
;
1816 acpi_size ivrs_size
;
1820 if (!amd_iommu_detected
)
1823 status
= acpi_get_table_with_size("IVRS", 0, &ivrs_base
, &ivrs_size
);
1824 if (status
== AE_NOT_FOUND
)
1826 else if (ACPI_FAILURE(status
)) {
1827 const char *err
= acpi_format_exception(status
);
1828 pr_err("AMD-Vi: IVRS table error: %s\n", err
);
1833 * First parse ACPI tables to find the largest Bus/Dev/Func
1834 * we need to handle. Upon this information the shared data
1835 * structures for the IOMMUs in the system will be allocated
1837 ret
= find_last_devid_acpi(ivrs_base
);
1841 dev_table_size
= tbl_size(DEV_TABLE_ENTRY_SIZE
);
1842 alias_table_size
= tbl_size(ALIAS_TABLE_ENTRY_SIZE
);
1843 rlookup_table_size
= tbl_size(RLOOKUP_TABLE_ENTRY_SIZE
);
1845 /* Device table - directly used by all IOMMUs */
1847 amd_iommu_dev_table
= (void *)__get_free_pages(GFP_KERNEL
| __GFP_ZERO
,
1848 get_order(dev_table_size
));
1849 if (amd_iommu_dev_table
== NULL
)
1853 * Alias table - map PCI Bus/Dev/Func to Bus/Dev/Func the
1854 * IOMMU see for that device
1856 amd_iommu_alias_table
= (void *)__get_free_pages(GFP_KERNEL
,
1857 get_order(alias_table_size
));
1858 if (amd_iommu_alias_table
== NULL
)
1861 /* IOMMU rlookup table - find the IOMMU for a specific device */
1862 amd_iommu_rlookup_table
= (void *)__get_free_pages(
1863 GFP_KERNEL
| __GFP_ZERO
,
1864 get_order(rlookup_table_size
));
1865 if (amd_iommu_rlookup_table
== NULL
)
1868 amd_iommu_pd_alloc_bitmap
= (void *)__get_free_pages(
1869 GFP_KERNEL
| __GFP_ZERO
,
1870 get_order(MAX_DOMAIN_ID
/8));
1871 if (amd_iommu_pd_alloc_bitmap
== NULL
)
1875 * let all alias entries point to itself
1877 for (i
= 0; i
<= amd_iommu_last_bdf
; ++i
)
1878 amd_iommu_alias_table
[i
] = i
;
1881 * never allocate domain 0 because its used as the non-allocated and
1882 * error value placeholder
1884 amd_iommu_pd_alloc_bitmap
[0] = 1;
1886 spin_lock_init(&amd_iommu_pd_lock
);
1889 * now the data structures are allocated and basically initialized
1890 * start the real acpi table scan
1892 ret
= init_iommu_all(ivrs_base
);
1896 if (amd_iommu_irq_remap
)
1897 amd_iommu_irq_remap
= check_ioapic_information();
1899 if (amd_iommu_irq_remap
) {
1901 * Interrupt remapping enabled, create kmem_cache for the
1905 amd_iommu_irq_cache
= kmem_cache_create("irq_remap_cache",
1906 MAX_IRQS_PER_TABLE
* sizeof(u32
),
1907 IRQ_TABLE_ALIGNMENT
,
1909 if (!amd_iommu_irq_cache
)
1912 irq_lookup_table
= (void *)__get_free_pages(
1913 GFP_KERNEL
| __GFP_ZERO
,
1914 get_order(rlookup_table_size
));
1915 if (!irq_lookup_table
)
1919 ret
= init_memory_definitions(ivrs_base
);
1923 /* init the device table */
1924 init_device_table();
1927 /* Don't leak any ACPI memory */
1928 early_acpi_os_unmap_memory((char __iomem
*)ivrs_base
, ivrs_size
);
1934 static int amd_iommu_enable_interrupts(void)
1936 struct amd_iommu
*iommu
;
1939 for_each_iommu(iommu
) {
1940 ret
= iommu_init_msi(iommu
);
1949 static bool detect_ivrs(void)
1951 struct acpi_table_header
*ivrs_base
;
1952 acpi_size ivrs_size
;
1955 status
= acpi_get_table_with_size("IVRS", 0, &ivrs_base
, &ivrs_size
);
1956 if (status
== AE_NOT_FOUND
)
1958 else if (ACPI_FAILURE(status
)) {
1959 const char *err
= acpi_format_exception(status
);
1960 pr_err("AMD-Vi: IVRS table error: %s\n", err
);
1964 early_acpi_os_unmap_memory((char __iomem
*)ivrs_base
, ivrs_size
);
1966 /* Make sure ACS will be enabled during PCI probe */
1969 if (!disable_irq_remap
)
1970 amd_iommu_irq_remap
= true;
1975 static int amd_iommu_init_dma(void)
1977 struct amd_iommu
*iommu
;
1980 if (iommu_pass_through
)
1981 ret
= amd_iommu_init_passthrough();
1983 ret
= amd_iommu_init_dma_ops();
1988 init_device_table_dma();
1990 for_each_iommu(iommu
)
1991 iommu_flush_all_caches(iommu
);
1993 amd_iommu_init_api();
1995 amd_iommu_init_notifier();
2000 /****************************************************************************
2002 * AMD IOMMU Initialization State Machine
2004 ****************************************************************************/
2006 static int __init
state_next(void)
2010 switch (init_state
) {
2011 case IOMMU_START_STATE
:
2012 if (!detect_ivrs()) {
2013 init_state
= IOMMU_NOT_FOUND
;
2016 init_state
= IOMMU_IVRS_DETECTED
;
2019 case IOMMU_IVRS_DETECTED
:
2020 ret
= early_amd_iommu_init();
2021 init_state
= ret
? IOMMU_INIT_ERROR
: IOMMU_ACPI_FINISHED
;
2023 case IOMMU_ACPI_FINISHED
:
2024 early_enable_iommus();
2025 register_syscore_ops(&amd_iommu_syscore_ops
);
2026 x86_platform
.iommu_shutdown
= disable_iommus
;
2027 init_state
= IOMMU_ENABLED
;
2030 ret
= amd_iommu_init_pci();
2031 init_state
= ret
? IOMMU_INIT_ERROR
: IOMMU_PCI_INIT
;
2034 case IOMMU_PCI_INIT
:
2035 ret
= amd_iommu_enable_interrupts();
2036 init_state
= ret
? IOMMU_INIT_ERROR
: IOMMU_INTERRUPTS_EN
;
2038 case IOMMU_INTERRUPTS_EN
:
2039 ret
= amd_iommu_init_dma();
2040 init_state
= ret
? IOMMU_INIT_ERROR
: IOMMU_DMA_OPS
;
2043 init_state
= IOMMU_INITIALIZED
;
2045 case IOMMU_INITIALIZED
:
2048 case IOMMU_NOT_FOUND
:
2049 case IOMMU_INIT_ERROR
:
2050 /* Error states => do nothing */
2061 static int __init
iommu_go_to_state(enum iommu_init_state state
)
2065 while (init_state
!= state
) {
2067 if (init_state
== IOMMU_NOT_FOUND
||
2068 init_state
== IOMMU_INIT_ERROR
)
2075 #ifdef CONFIG_IRQ_REMAP
2076 int __init
amd_iommu_prepare(void)
2078 return iommu_go_to_state(IOMMU_ACPI_FINISHED
);
2081 int __init
amd_iommu_supported(void)
2083 return amd_iommu_irq_remap
? 1 : 0;
2086 int __init
amd_iommu_enable(void)
2090 ret
= iommu_go_to_state(IOMMU_ENABLED
);
2094 irq_remapping_enabled
= 1;
2099 void amd_iommu_disable(void)
2101 amd_iommu_suspend();
2104 int amd_iommu_reenable(int mode
)
2111 int __init
amd_iommu_enable_faulting(void)
2113 /* We enable MSI later when PCI is initialized */
2119 * This is the core init function for AMD IOMMU hardware in the system.
2120 * This function is called from the generic x86 DMA layer initialization
2123 static int __init
amd_iommu_init(void)
2127 ret
= iommu_go_to_state(IOMMU_INITIALIZED
);
2129 free_dma_resources();
2130 if (!irq_remapping_enabled
) {
2132 free_on_init_error();
2134 struct amd_iommu
*iommu
;
2136 uninit_device_table_dma();
2137 for_each_iommu(iommu
)
2138 iommu_flush_all_caches(iommu
);
2145 /****************************************************************************
2147 * Early detect code. This code runs at IOMMU detection time in the DMA
2148 * layer. It just looks if there is an IVRS ACPI table to detect AMD
2151 ****************************************************************************/
2152 int __init
amd_iommu_detect(void)
2156 if (no_iommu
|| (iommu_detected
&& !gart_iommu_aperture
))
2159 if (amd_iommu_disabled
)
2162 ret
= iommu_go_to_state(IOMMU_IVRS_DETECTED
);
2166 amd_iommu_detected
= true;
2168 x86_init
.iommu
.iommu_init
= amd_iommu_init
;
2173 /****************************************************************************
2175 * Parsing functions for the AMD IOMMU specific kernel command line
2178 ****************************************************************************/
2180 static int __init
parse_amd_iommu_dump(char *str
)
2182 amd_iommu_dump
= true;
2187 static int __init
parse_amd_iommu_options(char *str
)
2189 for (; *str
; ++str
) {
2190 if (strncmp(str
, "fullflush", 9) == 0)
2191 amd_iommu_unmap_flush
= true;
2192 if (strncmp(str
, "off", 3) == 0)
2193 amd_iommu_disabled
= true;
2194 if (strncmp(str
, "force_isolation", 15) == 0)
2195 amd_iommu_force_isolation
= true;
2201 static int __init
parse_ivrs_ioapic(char *str
)
2203 unsigned int bus
, dev
, fn
;
2207 ret
= sscanf(str
, "[%d]=%x:%x.%x", &id
, &bus
, &dev
, &fn
);
2210 pr_err("AMD-Vi: Invalid command line: ivrs_ioapic%s\n", str
);
2214 if (early_ioapic_map_size
== EARLY_MAP_SIZE
) {
2215 pr_err("AMD-Vi: Early IOAPIC map overflow - ignoring ivrs_ioapic%s\n",
2220 devid
= ((bus
& 0xff) << 8) | ((dev
& 0x1f) << 3) | (fn
& 0x7);
2222 cmdline_maps
= true;
2223 i
= early_ioapic_map_size
++;
2224 early_ioapic_map
[i
].id
= id
;
2225 early_ioapic_map
[i
].devid
= devid
;
2226 early_ioapic_map
[i
].cmd_line
= true;
2231 static int __init
parse_ivrs_hpet(char *str
)
2233 unsigned int bus
, dev
, fn
;
2237 ret
= sscanf(str
, "[%d]=%x:%x.%x", &id
, &bus
, &dev
, &fn
);
2240 pr_err("AMD-Vi: Invalid command line: ivrs_hpet%s\n", str
);
2244 if (early_hpet_map_size
== EARLY_MAP_SIZE
) {
2245 pr_err("AMD-Vi: Early HPET map overflow - ignoring ivrs_hpet%s\n",
2250 devid
= ((bus
& 0xff) << 8) | ((dev
& 0x1f) << 3) | (fn
& 0x7);
2252 cmdline_maps
= true;
2253 i
= early_hpet_map_size
++;
2254 early_hpet_map
[i
].id
= id
;
2255 early_hpet_map
[i
].devid
= devid
;
2256 early_hpet_map
[i
].cmd_line
= true;
2261 __setup("amd_iommu_dump", parse_amd_iommu_dump
);
2262 __setup("amd_iommu=", parse_amd_iommu_options
);
2263 __setup("ivrs_ioapic", parse_ivrs_ioapic
);
2264 __setup("ivrs_hpet", parse_ivrs_hpet
);
2266 IOMMU_INIT_FINISH(amd_iommu_detect
,
2267 gart_iommu_hole_init
,
2271 bool amd_iommu_v2_supported(void)
2273 return amd_iommu_v2_present
;
2275 EXPORT_SYMBOL(amd_iommu_v2_supported
);
2277 /****************************************************************************
2279 * IOMMU EFR Performance Counter support functionality. This code allows
2280 * access to the IOMMU PC functionality.
2282 ****************************************************************************/
2284 u8
amd_iommu_pc_get_max_banks(u16 devid
)
2286 struct amd_iommu
*iommu
;
2289 /* locate the iommu governing the devid */
2290 iommu
= amd_iommu_rlookup_table
[devid
];
2292 ret
= iommu
->max_banks
;
2296 EXPORT_SYMBOL(amd_iommu_pc_get_max_banks
);
2298 bool amd_iommu_pc_supported(void)
2300 return amd_iommu_pc_present
;
2302 EXPORT_SYMBOL(amd_iommu_pc_supported
);
2304 u8
amd_iommu_pc_get_max_counters(u16 devid
)
2306 struct amd_iommu
*iommu
;
2309 /* locate the iommu governing the devid */
2310 iommu
= amd_iommu_rlookup_table
[devid
];
2312 ret
= iommu
->max_counters
;
2316 EXPORT_SYMBOL(amd_iommu_pc_get_max_counters
);
2318 int amd_iommu_pc_get_set_reg_val(u16 devid
, u8 bank
, u8 cntr
, u8 fxn
,
2319 u64
*value
, bool is_write
)
2321 struct amd_iommu
*iommu
;
2325 /* Make sure the IOMMU PC resource is available */
2326 if (!amd_iommu_pc_present
)
2329 /* Locate the iommu associated with the device ID */
2330 iommu
= amd_iommu_rlookup_table
[devid
];
2332 /* Check for valid iommu and pc register indexing */
2333 if (WARN_ON((iommu
== NULL
) || (fxn
> 0x28) || (fxn
& 7)))
2336 offset
= (u32
)(((0x40|bank
) << 12) | (cntr
<< 8) | fxn
);
2338 /* Limit the offset to the hw defined mmio region aperture */
2339 max_offset_lim
= (u32
)(((0x40|iommu
->max_banks
) << 12) |
2340 (iommu
->max_counters
<< 8) | 0x28);
2341 if ((offset
< MMIO_CNTR_REG_OFFSET
) ||
2342 (offset
> max_offset_lim
))
2346 writel((u32
)*value
, iommu
->mmio_base
+ offset
);
2347 writel((*value
>> 32), iommu
->mmio_base
+ offset
+ 4);
2349 *value
= readl(iommu
->mmio_base
+ offset
+ 4);
2351 *value
= readl(iommu
->mmio_base
+ offset
);
2356 EXPORT_SYMBOL(amd_iommu_pc_get_set_reg_val
);