Home
last modified time | relevance | path

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

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