Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/intel/
Diommu.h182 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro
Diommu.c4083 if (addr_width > cap_mgaw(iommu->cap)) in prepare_domain_attach_device()
4084 addr_width = cap_mgaw(iommu->cap); in prepare_domain_attach_device()