Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/iommu/
Dintel_reg.h142 #define DMAR_CAP_PSI (1ULL << 39) /* Page Selective Invalidation */ macro
Dintel_idpgtbl.c773 if ((unit->hw_cap & DMAR_CAP_PSI) == 0 || size > 2 * 1024 * 1024) { in domain_flush_iotlb_sync()
Dintel_drv.c393 if ((unit->hw_cap & DMAR_CAP_PSI) != 0) in dmar_print_caps()