Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.h875 #define LEVEL_STRIDE (9) macro
876 #define LEVEL_MASK (((u64)1 << LEVEL_STRIDE) - 1)
887 return DIV_ROUND_UP(width - 30, LEVEL_STRIDE); in width_to_agaw()
892 return (level - 1) * LEVEL_STRIDE; in level_to_offset_bits()