Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu_pt.h95 pfn * priv->smallest_pgsz); in check_iova()
100 pa += priv->smallest_pgsz; in check_iova()
124 priv->smallest_pgsz); in test_increase_level()
126 do_map(test, top_range.va - priv->smallest_pgsz, 0, in test_increase_level()
127 priv->smallest_pgsz); in test_increase_level()
146 cur_va = range.va + priv->smallest_pgsz * 256; in test_map_simple()
174 cur_va = range.va + priv->smallest_pgsz * 256; in test_map_simple()
215 cur_va = ALIGN(range.va + priv->smallest_pgsz * 256, in test_map_table_to_oa()
320 ALIGN(MAPLE_RESERVED_RANGE, priv->smallest_pgsz); in clamp_range()
361 start = ALIGN_DOWN(start, priv->smallest_pgsz); in test_random_map()
[all …]
H A Dkunit_iommu.h70 pt_vaddr_t smallest_pgsz; member
164 priv->smallest_pgsz = log2_to_int(priv->smallest_pgsz_lg2); in pt_kunit_priv_init()