Searched defs:amdiommu_dte (Results 1 – 1 of 1) sorted by relevance
262 struct amdiommu_dte { struct263 u_int v:1; /* Valid */264 u_int tv:1; /* Translation Valid */265 u_int rsrv0:5;266 u_int had:2; /* Host Access Dirty */267 u_int pgmode:3; /* Paging Mode */268 uint64_t ptroot:40; /* Page Table Root */269 u_int ppr:1; /* PPR En */270 u_int gprp:1; /* Guest PPR Resp with PASID */271 u_int giov:1; /* Guest IO Prot Valid */[all …]