xref: /kvm-unit-tests/lib/x86/intel-iommu.h (revision c865f654ffe4c5955038aaf74f702ba62f3eb014)
1 /*
2  * Intel IOMMU header
3  *
4  * Copyright (C) 2016 Red Hat, Inc.
5  *
6  * Authors:
7  *   Peter Xu <peterx@redhat.com>,
8  *
9  * This work is licensed under the terms of the GNU LGPL, version 2 or
10  * later.
11  *
12  * (From include/linux/intel-iommu.h)
13  */
14 
15 #ifndef _X86_INTEL_IOMMU_H_
16 #define _X86_INTEL_IOMMU_H_
17 
18 #include "libcflat.h"
19 #include "isr.h"
20 #include "smp.h"
21 #include "desc.h"
22 #include "pci.h"
23 #include "asm/io.h"
24 #include "apic.h"
25 
26 #define Q35_HOST_BRIDGE_IOMMU_ADDR  0xfed90000ULL
27 #define VTD_PAGE_SHIFT              PAGE_SHIFT
28 #define VTD_PAGE_SIZE               PAGE_SIZE
29 
30 /*
31  * Intel IOMMU register specification
32  */
33 #define DMAR_VER_REG            0x0  /* Arch version supported by this IOMMU */
34 #define DMAR_CAP_REG            0x8  /* Hardware supported capabilities */
35 #define DMAR_CAP_REG_HI         0xc  /* High 32-bit of DMAR_CAP_REG */
36 #define DMAR_ECAP_REG           0x10 /* Extended capabilities supported */
37 #define DMAR_ECAP_REG_HI        0X14
38 #define DMAR_GCMD_REG           0x18 /* Global command */
39 #define DMAR_GSTS_REG           0x1c /* Global status */
40 #define DMAR_RTADDR_REG         0x20 /* Root entry table */
41 #define DMAR_RTADDR_REG_HI      0X24
42 #define DMAR_CCMD_REG           0x28 /* Context command */
43 #define DMAR_CCMD_REG_HI        0x2c
44 #define DMAR_FSTS_REG           0x34 /* Fault status */
45 #define DMAR_FECTL_REG          0x38 /* Fault control */
46 #define DMAR_FEDATA_REG         0x3c /* Fault event interrupt data */
47 #define DMAR_FEADDR_REG         0x40 /* Fault event interrupt addr */
48 #define DMAR_FEUADDR_REG        0x44 /* Upper address */
49 #define DMAR_AFLOG_REG          0x58 /* Advanced fault control */
50 #define DMAR_AFLOG_REG_HI       0X5c
51 #define DMAR_PMEN_REG           0x64 /* Enable protected memory region */
52 #define DMAR_PLMBASE_REG        0x68 /* PMRR low addr */
53 #define DMAR_PLMLIMIT_REG       0x6c /* PMRR low limit */
54 #define DMAR_PHMBASE_REG        0x70 /* PMRR high base addr */
55 #define DMAR_PHMBASE_REG_HI     0X74
56 #define DMAR_PHMLIMIT_REG       0x78 /* PMRR high limit */
57 #define DMAR_PHMLIMIT_REG_HI    0x7c
58 #define DMAR_IQH_REG            0x80 /* Invalidation queue head */
59 #define DMAR_IQH_REG_HI         0X84
60 #define DMAR_IQT_REG            0x88 /* Invalidation queue tail */
61 #define DMAR_IQT_REG_HI         0X8c
62 #define DMAR_IQA_REG            0x90 /* Invalidation queue addr */
63 #define DMAR_IQA_REG_HI         0x94
64 #define DMAR_ICS_REG            0x9c /* Invalidation complete status */
65 #define DMAR_IRTA_REG           0xb8 /* Interrupt remapping table addr */
66 #define DMAR_IRTA_REG_HI        0xbc
67 #define DMAR_IECTL_REG          0xa0 /* Invalidation event control */
68 #define DMAR_IEDATA_REG         0xa4 /* Invalidation event data */
69 #define DMAR_IEADDR_REG         0xa8 /* Invalidation event address */
70 #define DMAR_IEUADDR_REG        0xac /* Invalidation event address */
71 #define DMAR_PQH_REG            0xc0 /* Page request queue head */
72 #define DMAR_PQH_REG_HI         0xc4
73 #define DMAR_PQT_REG            0xc8 /* Page request queue tail*/
74 #define DMAR_PQT_REG_HI         0xcc
75 #define DMAR_PQA_REG            0xd0 /* Page request queue address */
76 #define DMAR_PQA_REG_HI         0xd4
77 #define DMAR_PRS_REG            0xdc /* Page request status */
78 #define DMAR_PECTL_REG          0xe0 /* Page request event control */
79 #define DMAR_PEDATA_REG         0xe4 /* Page request event data */
80 #define DMAR_PEADDR_REG         0xe8 /* Page request event address */
81 #define DMAR_PEUADDR_REG        0xec /* Page event upper address */
82 #define DMAR_MTRRCAP_REG        0x100 /* MTRR capability */
83 #define DMAR_MTRRCAP_REG_HI     0x104
84 #define DMAR_MTRRDEF_REG        0x108 /* MTRR default type */
85 #define DMAR_MTRRDEF_REG_HI     0x10c
86 
87 #define VTD_GCMD_IR_TABLE       0x1000000
88 #define VTD_GCMD_IR             0x2000000
89 #define VTD_GCMD_QI             0x4000000
90 #define VTD_GCMD_WBF            0x8000000  /* Write Buffer Flush */
91 #define VTD_GCMD_SFL            0x20000000 /* Set Fault Log */
92 #define VTD_GCMD_ROOT           0x40000000
93 #define VTD_GCMD_DMAR           0x80000000
94 #define VTD_GCMD_ONE_SHOT_BITS  (VTD_GCMD_IR_TABLE | VTD_GCMD_WBF | \
95 				 VTD_GCMD_SFL | VTD_GCMD_ROOT)
96 
97 /* Supported Adjusted Guest Address Widths */
98 #define VTD_CAP_SAGAW_SHIFT         8
99 /* 39-bit AGAW, 3-level page-table */
100 #define VTD_CAP_SAGAW_39bit         (0x2ULL << VTD_CAP_SAGAW_SHIFT)
101 /* 48-bit AGAW, 4-level page-table */
102 #define VTD_CAP_SAGAW_48bit         (0x4ULL << VTD_CAP_SAGAW_SHIFT)
103 #define VTD_CAP_SAGAW               VTD_CAP_SAGAW_39bit
104 
105 /* Both 1G/2M huge pages */
106 #define VTD_CAP_SLLPS               ((1ULL << 34) | (1ULL << 35))
107 
108 #define VTD_CONTEXT_TT_MULTI_LEVEL  0
109 #define VTD_CONTEXT_TT_DEV_IOTLB    1
110 #define VTD_CONTEXT_TT_PASS_THROUGH 2
111 
112 #define VTD_PTE_R                   (1 << 0)
113 #define VTD_PTE_W                   (1 << 1)
114 #define VTD_PTE_RW                  (VTD_PTE_R | VTD_PTE_W)
115 #define VTD_PTE_ADDR                GENMASK_ULL(63, 12)
116 #define VTD_PTE_HUGE                (1 << 7)
117 
118 extern void *vtd_reg_base;
119 #define vtd_reg(reg) ({ assert(vtd_reg_base); \
120 			(volatile void *)(vtd_reg_base + reg); })
121 
vtd_writel(unsigned int reg,uint32_t value)122 static inline void vtd_writel(unsigned int reg, uint32_t value)
123 {
124 	__raw_writel(value, vtd_reg(reg));
125 }
126 
vtd_writeq(unsigned int reg,uint64_t value)127 static inline void vtd_writeq(unsigned int reg, uint64_t value)
128 {
129 	__raw_writeq(value, vtd_reg(reg));
130 }
131 
vtd_readl(unsigned int reg)132 static inline uint32_t vtd_readl(unsigned int reg)
133 {
134 	return __raw_readl(vtd_reg(reg));
135 }
136 
vtd_readq(unsigned int reg)137 static inline uint64_t vtd_readq(unsigned int reg)
138 {
139 	return __raw_readq(vtd_reg(reg));
140 }
141 
142 void vtd_init(void);
143 void vtd_map_range(uint16_t sid, phys_addr_t iova, phys_addr_t pa, size_t size);
144 bool vtd_setup_msi(struct pci_dev *dev, int vector, int dest_id);
145 void vtd_setup_ioapic_irq(struct pci_dev *dev, int vector,
146 			  int dest_id, trigger_mode_t trigger);
147 
148 #endif
149