Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu_pt.h261 size_t gnmapped; in test_unmap_split()
267 gnmapped = iommu_unmap(&priv->domain, vaddr, base_len); in test_unmap_split()
268 KUNIT_ASSERT_EQ(test, gnmapped, next_len); in test_unmap_split()
273 gnmapped = iommu_unmap(&priv->domain, vaddr, base_len); in test_unmap_split()
274 KUNIT_ASSERT_EQ(test, gnmapped, next_len); in test_unmap_split()
275 gnmapped = iommu_unmap(&priv->domain, vaddr + next_len, in test_unmap_split()
277 KUNIT_ASSERT_EQ(test, gnmapped, next_len); in test_unmap_split()
260 size_t gnmapped; test_unmap_split() local