Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h504 #define VTD_PASID_ENTRY_FPD (1ULL << 1) /* Fault Processing Disable */ macro
H A Dintel_iommu.c953 if (pe.val[0] & VTD_PASID_ENTRY_FPD) { in vtd_ce_get_pasid_fpd()