UVM_ET_SUBMAP
#define UVM_ET_ISSUBMAP(E) (((E)->etype & UVM_ET_SUBMAP) != 0)
entry->etype |= UVM_ET_SUBMAP;
(entry->etype & UVM_ET_SUBMAP) ? 'T' : 'F',