Searched refs:gnmapped (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_iommu_pt.h | 260 size_t gnmapped; in test_unmap_split() local 266 gnmapped = iommu_unmap(&priv->domain, vaddr, base_len); in test_unmap_split() 267 KUNIT_ASSERT_EQ(test, gnmapped, next_len); in test_unmap_split() 272 gnmapped = iommu_unmap(&priv->domain, vaddr, base_len); in test_unmap_split() 273 KUNIT_ASSERT_EQ(test, gnmapped, next_len); in test_unmap_split() 274 gnmapped = iommu_unmap(&priv->domain, vaddr + next_len, in test_unmap_split() 276 KUNIT_ASSERT_EQ(test, gnmapped, next_len); in test_unmap_split()
|