Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Diommu.h182 int (*domain_window_enable)(struct iommu_domain *domain, u32 wnd_nr, member
/linux-4.4.14/drivers/iommu/
Diommu.c1466 if (unlikely(domain->ops->domain_window_enable == NULL)) in iommu_domain_window_enable()
1469 return domain->ops->domain_window_enable(domain, wnd_nr, paddr, size, in iommu_domain_window_enable()
Dfsl_pamu_domain.c1056 .domain_window_enable = fsl_pamu_window_enable,