Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c3098 !ecap_sc_support(iommu->ecap)) in paging_domain_compatible_second_stage()
3165 if (!ecap_sc_support(info->iommu->ecap)) { in domain_support_force_snooping()
3223 return ecap_sc_support(info->iommu->ecap); in intel_iommu_capable()
H A Diommu.h223 #define ecap_sc_support(e) (((e) >> 7) & 0x1) /* Snooping Control */ macro