search for: ecap_snp_ctl

Displaying 1 result from an estimated 1 matches for "ecap_snp_ctl".

2012 Jul 30
3
[PATCH] Intel VT-d: Dump IOMMU supported page sizes
...printk("Intel VT-d supported page sizes: 4kB"); + if (cap_sps_2mb(iommu->cap)) + printk(", 2MB"); + + if (cap_sps_1gb(iommu->cap)) + printk(", 1GB"); + + printk(".\n"); + if ( iommu_snoop && !ecap_snp_ctl(iommu->ecap) ) iommu_snoop = 0;