Searched refs:UVM_ET_SUBMAP (Results 1 – 2 of 2) sorted by relevance
130 #define UVM_ET_SUBMAP 0x02 /* it is a vm_map submap */ macro135 #define UVM_ET_ISSUBMAP(E) (((E)->etype & UVM_ET_SUBMAP) != 0)
3119 entry->etype |= UVM_ET_SUBMAP; in uvm_map_submap()5239 (entry->etype & UVM_ET_SUBMAP) ? 'T' : 'F', in uvm_map_printit()