Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Diommu-common.c58 void (*lazy_flush)(struct iommu_map_table *), in iommu_tbl_pool_init()
73 iommu->lazy_flush = lazy_flush; in iommu_tbl_pool_init()
213 if (iommu->lazy_flush && in iommu_tbl_range_alloc()
216 iommu->lazy_flush(iommu); in iommu_tbl_range_alloc()
/linux-4.1.27/include/linux/
Diommu-common.h22 void (*lazy_flush)(struct iommu_map_table *); member
36 void (*lazy_flush)(struct iommu_map_table *),