Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/iommu/
HDintel_reg.h153 #define DMAR_CAP_ND(x) ((u_int)((x) & 0x3)) /* Number of domains */ macro
HDintel_drv.c345 DMAR_CAP_ND(unit->hw_cap), DMAR_CAP_SAGAW(unit->hw_cap), in dmar_print_caps()
443 unit->domids = new_unrhdr(0, dmar_nd2mask(DMAR_CAP_ND(unit->hw_cap)), in dmar_attach()