Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Damd_iommu_types.h405 #define DTE_FLAG_V BIT_ULL(0) macro
H A Diommu.c1868 pte_root |= DTE_FLAG_IR | DTE_FLAG_IW | DTE_FLAG_V; in set_dte_entry()
1945 dev_table[devid].data[0] = DTE_FLAG_V; in clear_dte_entry()
H A Dinit.c1080 dte_v = old_devtb[devid].data[0] & DTE_FLAG_V; in __copy_device_table()