Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h336 u8 check_mapped : 1; member
346 if (!collect->check_mapped && !pt_can_have_table(&pts)) in __collect_tables()
357 if (pts.type == PT_ENTRY_OA && collect->check_mapped) in __collect_tables()
485 struct pt_iommu_collect_args collect = { .check_mapped = true }; in clear_contig()