Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/intel/
Diommu.c3453 if (addr_width > cap_mgaw(iommu->cap)) in paging_domain_alloc()
3454 addr_width = cap_mgaw(iommu->cap); in paging_domain_alloc()
3602 if (addr_width > cap_mgaw(iommu->cap)) in prepare_domain_attach_device()
3603 addr_width = cap_mgaw(iommu->cap); in prepare_domain_attach_device()
Diommu.h184 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro