Searched defs:amdvi_dte (Results 1 – 1 of 1) sorted by relevance
69 struct amdvi_dte { struct70 uint32_t dt_valid:1; /* Device Table valid. */71 uint32_t pt_valid:1; /* Page translation valid. */74 uint64_t pt_base:40; /* Page table root pointer. */76 uint8_t gv_valid:1; /* Revision 2, GVA to SPA. */77 uint8_t gv_level:2; /* Revision 2, GLX level. */79 uint8_t read_allow:1; /* I/O read enabled. */80 uint8_t write_allow:1; /* I/O write enabled. */82 uint16_t domain_id:16; /* Domain ID */84 uint8_t iotlb_enable:1; /* Device support IOTLB */[all …]