Home
last modified time | relevance | path

Searched refs:pt_iommu_table (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu.h14 #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 Diommu_pt.h1231 static void pt_iommu_zero(struct pt_iommu_table *fmt_table) in pt_iommu_zero()
1236 static_assert(offsetof(struct pt_iommu_table, iommu.domain) == 0); in pt_iommu_zero()
1245 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg)
1248 int pt_iommu_init(struct pt_iommu_table *fmt_table, in pt_iommu_init()
1307 #define pt_iommu_table_hw_info CONCATENATE(pt_iommu_table, _hw_info)
1309 void pt_iommu_hw_info(struct pt_iommu_table *fmt_table, in pt_iommu_hw_info()
/linux/drivers/iommu/generic_pt/fmt/
H A Dvtdss.h200 #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 Damdv1.h326 #define pt_iommu_table pt_iommu_amdv1 macro