Symbol: pt_table_item_lg2sz
drivers/iommu/generic_pt/fmt/amdv1.h
112
static inline unsigned int pt_table_item_lg2sz(const struct pt_state *pts);
drivers/iommu/generic_pt/fmt/amdv1.h
139
pt_table_item_lg2sz(pts) - PT_GRANULE_LG2SZ);
drivers/iommu/generic_pt/fmt/amdv1.h
158
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/fmt/amdv1.h
199
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/iommu_pt.h
1016
unmap->unmapped += log2_mul(num_oas, pt_table_item_lg2sz(&pts));
drivers/iommu/generic_pt/iommu_pt.h
1078
if (pt_table_item_lg2sz(&pts) >= common->max_vasz_lg2)
drivers/iommu/generic_pt/iommu_pt.h
1152
pt_num_items_lg2(&pts) + pt_table_item_lg2sz(&pts))
drivers/iommu/generic_pt/iommu_pt.h
210
log2_to_int(pt_table_item_lg2sz(pts));
drivers/iommu/generic_pt/iommu_pt.h
212
dirty_len = log2_to_int(pt_table_item_lg2sz(pts));
drivers/iommu/generic_pt/iommu_pt.h
509
log2_to_int(pt_table_item_lg2sz(&pts)),
drivers/iommu/generic_pt/iommu_pt.h
534
leaf_pgsize_lg2 - pt_table_item_lg2sz(&pts));
drivers/iommu/generic_pt/iommu_pt.h
535
need_contig = leaf_pgsize_lg2 != pt_table_item_lg2sz(&pts);
drivers/iommu/generic_pt/iommu_pt.h
696
pt_table_item_lg2sz(&pts) >= common->max_vasz_lg2) {
drivers/iommu/generic_pt/iommu_pt.h
975
&pts, pt_table_item_lg2sz(&pts));
drivers/iommu/generic_pt/kunit_generic_pt.h
365
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/kunit_generic_pt.h
430
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/kunit_generic_pt.h
469
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/kunit_generic_pt.h
541
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/kunit_generic_pt.h
56
pt_table_item_lg2sz(&pts)) -
drivers/iommu/generic_pt/kunit_generic_pt.h
605
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/kunit_generic_pt.h
61
pt_table_item_lg2sz(&pts)) -
drivers/iommu/generic_pt/kunit_generic_pt.h
668
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/pt_common.h
149
return pt_entry_num_contig_lg2(pts) + pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/pt_common.h
309
static inline unsigned int pt_table_item_lg2sz(const struct pt_state *pts);
drivers/iommu/generic_pt/pt_common.h
322
pt_num_items_lg2(pts) + pt_table_item_lg2sz(pts));
drivers/iommu/generic_pt/pt_fmt_defaults.h
109
log2_mul(pts->index, pt_table_item_lg2sz(pts));
drivers/iommu/generic_pt/pt_fmt_defaults.h
119
pt_table_item_lg2sz(pts));
drivers/iommu/generic_pt/pt_fmt_defaults.h
153
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/pt_fmt_defaults.h
22
#ifndef pt_table_item_lg2sz
drivers/iommu/generic_pt/pt_fmt_defaults.h
275
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/pt_iter.h
110
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/pt_iter.h
129
unsigned int isz_lg2 = pt_table_item_lg2sz(pts);
drivers/iommu/generic_pt/pt_iter.h
228
pt_table_item_lg2sz(&pts));
drivers/iommu/generic_pt/pt_iter.h
450
unsigned int isz_lg2 = pt_table_item_lg2sz(parent_pts);
drivers/iommu/generic_pt/pt_iter.h
476
log2_mul(start_index, pt_table_item_lg2sz(pts)),
drivers/iommu/generic_pt/pt_iter.h
480
log2_mul(end_index, pt_table_item_lg2sz(pts)) - 1, table_lg2sz);
drivers/iommu/generic_pt/pt_iter.h
499
num_items_lg2 = common->max_vasz_lg2 - pt_table_item_lg2sz(&pts);
drivers/iommu/generic_pt/pt_iter.h
60
lower_va = log2_mul(pts->index, pt_table_item_lg2sz(pts));