Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diommu.h223 int (*domain_window_enable)(struct iommu_domain *domain, u32 wnd_nr, member
/Linux-v4.19/drivers/iommu/
Diommu.c1722 if (unlikely(domain->ops->domain_window_enable == NULL)) in iommu_domain_window_enable()
1725 return domain->ops->domain_window_enable(domain, wnd_nr, paddr, size, in iommu_domain_window_enable()
Dfsl_pamu_domain.c1059 .domain_window_enable = fsl_pamu_window_enable,