Searched refs:amd_io_pgtable (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/iommu/amd/ |
D | io_pgtable_v2.c | 204 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() 298 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_unmap_pages() 324 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_iova_to_phys() 365 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop); in v2_free_pgtable() 383 struct amd_io_pgtable *pgtable = io_pgtable_cfg_to_data(cfg); in v2_alloc_pgtable()
|
D | io_pgtable.c | 290 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() 443 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_unmap_pages() 474 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_iova_to_phys() 494 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop); in v1_free_pgtable() 520 struct amd_io_pgtable *pgtable = io_pgtable_cfg_to_data(cfg); in v1_alloc_pgtable()
|
D | amd_iommu_types.h | 519 container_of((x), struct amd_io_pgtable, iop) 529 container_of((x), struct amd_io_pgtable, pgtbl_cfg) 531 struct amd_io_pgtable { struct 548 struct amd_io_pgtable iop; argument
|