Home
last modified time | relevance | path

Searched refs:DMAR_CAP_PSI (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_reg.h145 #define DMAR_CAP_PSI (1ULL << 39) /* Page Selective Invalidation */ macro
H A Dintel_idpgtbl.c784 if ((unit->hw_cap & DMAR_CAP_PSI) == 0 || size > 2 * 1024 * 1024) { in domain_flush_iotlb_sync()
H A Dintel_drv.c391 if ((unit->hw_cap & DMAR_CAP_PSI) != 0) in dmar_print_caps()