Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c129 DMAR_IRTE1_DM_PHYSICAL | DMAR_IRTE1_P; in iommu_map_msi_intr()
198 DMAR_IRTE1_RH_DIRECT | DMAR_IRTE1_DM_PHYSICAL | DMAR_IRTE1_P; in iommu_map_ioapic_intr()
282 if ((irte->irte1 & DMAR_IRTE1_P) != 0) { in dmar_ir_program_irte()
H A Dintel_reg.h128 #define DMAR_IRTE1_P (1ULL) /* Present */ macro