Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dintel-iommu.h106 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro
/linux-2.6.39/drivers/pci/
Dintel-iommu.c1373 if (guest_width > cap_mgaw(iommu->cap)) in domain_init()
1374 guest_width = cap_mgaw(iommu->cap); in domain_init()
3622 if (addr_width > cap_mgaw(iommu->cap)) in intel_iommu_attach_device()
3623 addr_width = cap_mgaw(iommu->cap); in intel_iommu_attach_device()