Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c2801 unsigned int mgaw = cap_mgaw(iommu->cap); in compute_vasz_lg2_fs()
2876 unsigned int mgaw = cap_mgaw(iommu->cap); in compute_vasz_lg2_ss()
3071 if (cap_mgaw(iommu->cap) < vasz_lg2) in paging_domain_compatible_second_stage()
H A Diommu.h182 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro