Searched refs:pt_iommu_table (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_iommu.h | 14 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg) 16 int pt_iommu_init(struct pt_iommu_table *fmt_table, 61 struct pt_iommu_table fmt_table;
|
| H A D | iommu_pt.h | 1225 static void pt_iommu_zero(struct pt_iommu_table *fmt_table) in pt_iommu_zero() 1230 static_assert(offsetof(struct pt_iommu_table, iommu.domain) == 0); in pt_iommu_zero() 1239 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg) 1242 int pt_iommu_init(struct pt_iommu_table *fmt_table, in pt_iommu_init() 1301 #define pt_iommu_table_hw_info CONCATENATE(pt_iommu_table, _hw_info) 1303 void pt_iommu_hw_info(struct pt_iommu_table *fmt_table, in pt_iommu_hw_info()
|
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | x86_64.h | 201 #define pt_iommu_table pt_iommu_x86_64 macro 206 return &container_of(iommu_table, struct pt_iommu_table, iommu) in common_from_iommu() 212 return &container_of(common, struct pt_iommu_table, x86_64_pt.common) in iommu_from_common()
|
| H A D | vtdss.h | 200 #define pt_iommu_table pt_iommu_vtdss macro 205 return &container_of(iommu_table, struct pt_iommu_table, iommu) in common_from_iommu() 211 return &container_of(common, struct pt_iommu_table, vtdss_pt.common) in iommu_from_common()
|
| H A D | riscv.h | 212 #define pt_iommu_table pt_iommu_riscv_64 macro 217 return &container_of(iommu_table, struct pt_iommu_table, iommu) in common_from_iommu() 223 return &container_of(common, struct pt_iommu_table, riscv_64pt.common) in iommu_from_common()
|
| H A D | amdv1.h | 326 #define pt_iommu_table pt_iommu_amdv1 macro
|