Searched refs:dma_frcd_pasid_present (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/iommu/intel/ | ||
H A D | iommu.h | 350 #define dma_frcd_pasid_present(c) (((c) >> 31) & 1) macro |
H A D | dmar.c | 2051 pasid_present = dma_frcd_pasid_present(data); in dmar_fault() |