Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/x86/iommu/
Dintel_utils.c110 if ((DMAR_CAP_SAGAW(unit->hw_cap) & sagaw_bits[i].cap) != 0) in dmar_pglvl_supported()
122 sagaw = DMAR_CAP_SAGAW(ctx->dmar->hw_cap); in ctx_set_agaw()
154 (DMAR_CAP_SAGAW(unit->hw_cap) & sagaw_bits[i].cap) != 0) in dmar_maxaddr2mgaw()
160 } while ((DMAR_CAP_SAGAW(unit->hw_cap) & sagaw_bits[i].cap) in dmar_maxaddr2mgaw()
Dintel_reg.h152 #define DMAR_CAP_SAGAW(x) ((u_int)(((x) >> 8) & 0x1f)) macro
Dintel_drv.c380 DMAR_CAP_ND(unit->hw_cap), DMAR_CAP_SAGAW(unit->hw_cap), in dmar_print_caps()