Searched refs:LEVEL_STRIDE (Results 1 – 1 of 1) sorted by relevance
89 #define LEVEL_STRIDE (9) macro90 #define LEVEL_MASK (((u64)1 << LEVEL_STRIDE) - 1)117 return min_t(int, 30 + agaw * LEVEL_STRIDE, MAX_AGAW_WIDTH); in agaw_to_width()122 return DIV_ROUND_UP(width - 30, LEVEL_STRIDE); in width_to_agaw()127 return (level - 1) * LEVEL_STRIDE; in level_to_offset_bits()152 return 1 << min_t(int, (lvl - 1) * LEVEL_STRIDE, MAX_AGAW_PFN_WIDTH); in lvl_to_nr_pages()