Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Diommu-common.c54 void (*lazy_flush)(struct iommu_map_table *), in iommu_tbl_pool_init()
69 iommu->lazy_flush = lazy_flush; in iommu_tbl_pool_init()
209 if (iommu->lazy_flush && in iommu_tbl_range_alloc()
212 iommu->lazy_flush(iommu); in iommu_tbl_range_alloc()
/linux-4.4.14/include/linux/
Diommu-common.h23 void (*lazy_flush)(struct iommu_map_table *); member
37 void (*lazy_flush)(struct iommu_map_table *),