Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c122 if (mask > ecap_max_handle_mask(iommu->ecap)) { in alloc_irte()
125 ecap_max_handle_mask(iommu->ecap)); in alloc_irte()
H A Diommu.h222 #define ecap_max_handle_mask(e) (((e) >> 20) & 0xf) macro