Searched refs:update_gcr3 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/iommu/amd/ |
| H A D | iommu.c | 1933 static int update_gcr3(struct iommu_dev_data *dev_data, in update_gcr3() function 1960 ret = update_gcr3(dev_data, pasid, gcr3, true); in amd_iommu_set_gcr3() 1975 ret = update_gcr3(dev_data, pasid, 0, false); in amd_iommu_clear_gcr3() 2155 ret = update_gcr3(dev_data, 0, iommu_virt_to_phys(pdom->iop.pgd), true); in init_gcr3_table() 2168 update_gcr3(dev_data, 0, 0, false); in destroy_gcr3_table()
|