Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Diommu.h184 void (*domain_window_disable)(struct iommu_domain *domain, u32 wnd_nr); member
/linux-4.4.14/drivers/iommu/
Diommu.c1476 if (unlikely(domain->ops->domain_window_disable == NULL)) in iommu_domain_window_disable()
1479 return domain->ops->domain_window_disable(domain, wnd_nr); in iommu_domain_window_disable()
Dfsl_pamu_domain.c1057 .domain_window_disable = fsl_pamu_window_disable,