Home
last modified time | relevance | path

Searched refs:DMAR_IS_COHERENT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c348 dmar_high, PAGE_SIZE, 0, DMAR_IS_COHERENT(unit) ? in dmar_init_irt()
H A Dintel_dmar.h195 #define DMAR_IS_COHERENT(dmar) (((dmar)->hw_ecap & DMAR_ECAP_C) != 0) macro
H A Dintel_utils.c366 if (DMAR_IS_COHERENT(unit)) in dmar_flush_transl_to_ram()
H A Dintel_idpgtbl.c258 if (!DMAR_IS_COHERENT(unit)) { in domain_get_idmap_pgtbl()