Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Damd_iommu_types.h419 #define DTE_GCR3_VAL_A(x) (((x) >> 12) & 0x00007ULL) macro
H A Dinit.c1091 tmp = DTE_GCR3_VAL_A(~0ULL) << DTE_GCR3_SHIFT_A; in __copy_device_table()
H A Diommu.c1904 tmp = DTE_GCR3_VAL_A(gcr3) << DTE_GCR3_SHIFT_A; in set_dte_entry()