Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_fmt_defaults.h178 PT_WARN_ON(log2_mod(pts->index, num_contig_lg2)); in pt_clear_entries64()
189 PT_WARN_ON(log2_mod(pts->index, num_contig_lg2)); in pt_clear_entries32()
277 if (PT_WARN_ON(oalog2_mod(oa, oasz_lg2))) in pt_check_install_leaf_args()
281 if (PT_WARN_ON(isz_lg2 > oasz_lg2 || in pt_check_install_leaf_args()
285 if (PT_WARN_ON(oasz_lg2 != isz_lg2 && 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()
H A Dpt_defs.h226 #define PT_WARN_ON WARN_ON macro
228 static inline bool PT_WARN_ON(bool condition) in PT_WARN_ON() function
/linux/drivers/iommu/generic_pt/fmt/
H A Dvtdss.h190 PT_WARN_ON(true); in vtdss_pt_sw_bit()
266 PT_WARN_ON(info->ssptptr & ~PT_TOP_PHYS_MASK); in vtdss_pt_iommu_fmt_hw_info()