Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_fmt_defaults.h153 unsigned int isz_lg2 = pt_table_item_lg2sz(pts); in pt_possible_sizes() local
157 return log2_to_int(isz_lg2) | in pt_possible_sizes()
158 log2_to_int(pt_contig_count_lg2(pts) + isz_lg2); in pt_possible_sizes()
275 unsigned int isz_lg2 = pt_table_item_lg2sz(pts); in pt_check_install_leaf_args() local
281 if (PT_WARN_ON(isz_lg2 > oasz_lg2 || in pt_check_install_leaf_args()
282 oasz_lg2 > isz_lg2 + pt_num_items_lg2(pts))) in pt_check_install_leaf_args()
285 if (PT_WARN_ON(oasz_lg2 != isz_lg2 && in pt_check_install_leaf_args()
286 oasz_lg2 != isz_lg2 + pt_contig_count_lg2(pts))) in pt_check_install_leaf_args()
290 if (PT_WARN_ON(oalog2_mod(pts->index, oasz_lg2 - isz_lg2))) in pt_check_install_leaf_args()