Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dintel-iommu.h149 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro
/Linux-v5.4/drivers/iommu/
Dintel-iommu.c1864 if (guest_width > cap_mgaw(iommu->cap)) in domain_init()
1865 guest_width = cap_mgaw(iommu->cap); in domain_init()
5355 if (addr_width > cap_mgaw(iommu->cap)) in prepare_domain_attach_device()
5356 addr_width = cap_mgaw(iommu->cap); in prepare_domain_attach_device()