Symbol: PT_WARN_ON
drivers/iommu/generic_pt/fmt/amdv1.h
123
PT_WARN_ON(FIELD_GET(AMDV1PT_FMT_NEXT_LEVEL, pts->entry) !=
drivers/iommu/generic_pt/fmt/amdv1.h
150
if (PT_WARN_ON(pts->level == 5))
drivers/iommu/generic_pt/fmt/amdv1.h
397
PT_WARN_ON(info->host_pt_root & ~PT_TOP_PHYS_MASK);
drivers/iommu/generic_pt/fmt/amdv1.h
94
} else if (PT_WARN_ON(FIELD_GET(AMDV1PT_FMT_NEXT_LEVEL, entry) !=
drivers/iommu/generic_pt/fmt/vtdss.h
190
PT_WARN_ON(true);
drivers/iommu/generic_pt/fmt/vtdss.h
266
PT_WARN_ON(info->ssptptr & ~PT_TOP_PHYS_MASK);
drivers/iommu/generic_pt/fmt/x86_64.h
191
PT_WARN_ON(true);
drivers/iommu/generic_pt/fmt/x86_64.h
262
PT_WARN_ON(info->gcr3_pt & ~PT_TOP_PHYS_MASK);
drivers/iommu/generic_pt/iommu_pt.h
1125
if (PT_WARN_ON(top_range.top_level > PT_MAX_TOP_LEVEL))
drivers/iommu/generic_pt/iommu_pt.h
292
PT_WARN_ON(ret);
drivers/iommu/generic_pt/iommu_pt.h
423
if (PT_WARN_ON(!pt_can_have_table(pts)))
drivers/iommu/generic_pt/iommu_pt.h
450
if (PT_WARN_ON(pt_table_pa(pts) != phys)) {
drivers/iommu/generic_pt/iommu_pt.h
530
PT_WARN_ON(map->leaf_level != level);
drivers/iommu/generic_pt/iommu_pt.h
531
PT_WARN_ON(!pt_can_have_leaf(&pts));
drivers/iommu/generic_pt/iommu_pt.h
552
PT_WARN_ON(compute_best_pgsize(&pts, oa) !=
drivers/iommu/generic_pt/iommu_pt.h
574
PT_WARN_ON(map->leaf_level == level);
drivers/iommu/generic_pt/iommu_pt.h
575
PT_WARN_ON(!pt_can_have_table(&pts));
drivers/iommu/generic_pt/iommu_pt.h
716
PT_WARN_ON(pts.index != 0);
drivers/iommu/generic_pt/iommu_pt.h
793
PT_WARN_ON(pt_check_range(range));
drivers/iommu/generic_pt/iommu_pt.h
886
PT_WARN_ON(!(pgsize_bitmap & PAGE_SIZE));
drivers/iommu/generic_pt/iommu_pt.h
905
PT_WARN_ON(map.leaf_level > range.top_level);
drivers/iommu/generic_pt/iommu_pt.h
917
PT_WARN_ON(!ret && map.oa - paddr != len);
drivers/iommu/generic_pt/pt_fmt_defaults.h
178
PT_WARN_ON(log2_mod(pts->index, num_contig_lg2));
drivers/iommu/generic_pt/pt_fmt_defaults.h
189
PT_WARN_ON(log2_mod(pts->index, num_contig_lg2));
drivers/iommu/generic_pt/pt_fmt_defaults.h
277
if (PT_WARN_ON(oalog2_mod(oa, oasz_lg2)))
drivers/iommu/generic_pt/pt_fmt_defaults.h
281
if (PT_WARN_ON(isz_lg2 > oasz_lg2 ||
drivers/iommu/generic_pt/pt_fmt_defaults.h
285
if (PT_WARN_ON(oasz_lg2 != isz_lg2 &&
drivers/iommu/generic_pt/pt_fmt_defaults.h
290
if (PT_WARN_ON(oalog2_mod(pts->index, oasz_lg2 - isz_lg2)))
drivers/iommu/generic_pt/pt_iter.h
112
PT_WARN_ON(pts->level > pts->range->top_level);
drivers/iommu/generic_pt/pt_iter.h
157
PT_WARN_ON(pts->index > pts->end_index);
drivers/iommu/generic_pt/pt_iter.h
32
PT_WARN_ON(!range->max_vasz_lg2);
drivers/iommu/generic_pt/pt_iter.h
335
PT_WARN_ON(last_va < va);
drivers/iommu/generic_pt/pt_iter.h
336
PT_WARN_ON(pt_check_range(&range));
drivers/iommu/generic_pt/pt_iter.h
35
PT_WARN_ON(range->common->max_vasz_lg2 != range->max_vasz_lg2);
drivers/iommu/generic_pt/pt_iter.h
388
if (PT_WARN_ON(!pts->table_lower))
drivers/iommu/generic_pt/pt_iter.h
430
if (PT_WARN_ON(!pt_can_have_table(pts)) ||
drivers/iommu/generic_pt/pt_iter.h
431
PT_WARN_ON(!pts->table_lower))
drivers/iommu/generic_pt/pt_iter.h
531
if (PT_WARN_ON(va >= last_va))
drivers/iommu/generic_pt/pt_iter.h
563
PT_WARN_ON(log2_mod(va, pgsz_lg2) != 0);
drivers/iommu/generic_pt/pt_iter.h
564
PT_WARN_ON(oalog2_mod(oa, pgsz_lg2) != 0);
drivers/iommu/generic_pt/pt_iter.h
565
PT_WARN_ON(va + log2_to_int(pgsz_lg2) - 1 > last_va);
drivers/iommu/generic_pt/pt_iter.h
566
PT_WARN_ON(!log2_div_eq(va, va + log2_to_int(pgsz_lg2) - 1, pgsz_lg2));
drivers/iommu/generic_pt/pt_iter.h
567
PT_WARN_ON(