HomeSort by: relevance | last modified time | path
    Searched refs:UVM_ET_SUBMAP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm.h 130 #define UVM_ET_SUBMAP 0x02 /* it is a vm_map submap */
135 #define UVM_ET_ISSUBMAP(E) (((E)->etype & UVM_ET_SUBMAP) != 0)
uvm_map.c 3119 entry->etype |= UVM_ET_SUBMAP;
5239 (entry->etype & UVM_ET_SUBMAP) ? 'T' : 'F',

Completed in 16 milliseconds