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