Home
last modified time | relevance | path

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

/drivers/iommu/
Dintel-iommu.c81 #define LEVEL_STRIDE (9) macro
82 #define LEVEL_MASK (((u64)1 << LEVEL_STRIDE) - 1)
109 return 30 + agaw * LEVEL_STRIDE; in agaw_to_width()
114 return (width - 30) / LEVEL_STRIDE; in width_to_agaw()
119 return (level - 1) * LEVEL_STRIDE; in level_to_offset_bits()
144 return 1 << ((lvl - 1) * LEVEL_STRIDE); in lvl_to_nr_pages()