Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dintel-iommu.h116 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c1872 if (guest_width > cap_mgaw(iommu->cap)) in domain_init()
1873 guest_width = cap_mgaw(iommu->cap); in domain_init()
4819 if (addr_width > cap_mgaw(iommu->cap)) in intel_iommu_attach_device()
4820 addr_width = cap_mgaw(iommu->cap); in intel_iommu_attach_device()