Home
last modified time | relevance | path

Searched refs:DTE_FLAG_V (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/iommu/amd/
H A Damd_iommu.h207 new->data128[0] = DTE_FLAG_V; in amd_iommu_make_clear_dte()
H A Dnested.c35 if (FIELD_GET(DTE_FLAG_V, gdte->dte[0]) == 1 && in validate_gdte_nested()
H A Damd_iommu_types.h355 #define DTE_FLAG_V BIT_ULL(0) macro
H A Diommu.c155 if (!(ptr->data[0] & DTE_FLAG_V)) { in update_dte256()
160 } else if (!(new->data[0] & DTE_FLAG_V)) { in update_dte256()
H A Dinit.c1186 dte_v = FIELD_GET(DTE_FLAG_V, old_dev_tbl_entry->data[0]); in __reuse_device_table()