Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h542 unsigned int step_lg2; in __map_range_leaf() local
551 step_lg2 = leaf_pgsize_lg2 - pt_table_item_lg2sz(&pts); in __map_range_leaf()
552 step = log2_to_int_t(unsigned int, step_lg2); in __map_range_leaf()
553 need_contig = step_lg2 != 0; in __map_range_leaf()
559 log2_div_t(unsigned int, pts.end_index - pts.index, step_lg2); in __map_range_leaf()
562 pts.end_index = pts.index + log2_mul(map->num_leaves, step_lg2); in __map_range_leaf()
569 log2_mod_t(unsigned int, pts.end_index - pts.index, step_lg2)); in __map_range_leaf()