Home
last modified time | relevance | path

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

/freebsd/sys/x86/iommu/
H A Damd_reg.h217 #define AMDIOMMU_EFR_DEVTBLSEG_MASK 0x000000c000000000ull /* DevTbl segmentation */ macro
H A Damd_drv.c231 segnum_log = (sc->efr & AMDIOMMU_EFR_DEVTBLSEG_MASK) >> in amdiommu_create_dev_tbl()