Home
last modified time | relevance | path

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

/freebsd/sys/x86/iommu/
H A Dintel_reg.h42 #define DMAR_CTX_CNT (IOMMU_PAGE_SIZE / sizeof(dmar_root_entry_t)) macro
H A Dintel_drv.c458 DMAR_CTX_CNT), 0, 0, NULL); in dmar_attach()
/freebsd/tools/tools/dmardump/
H A Ddmardump.c105 for (idx = 0; idx < DMAR_CTX_CNT; idx++) { in dump_context_table()