Home
last modified time | relevance | path

Searched refs:UVM_ET_SUBMAP (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/uvm/
Duvm.h130 #define UVM_ET_SUBMAP 0x02 /* it is a vm_map submap */ macro
135 #define UVM_ET_ISSUBMAP(E) (((E)->etype & UVM_ET_SUBMAP) != 0)
Duvm_map.c3119 entry->etype |= UVM_ET_SUBMAP; in uvm_map_submap()
5239 (entry->etype & UVM_ET_SUBMAP) ? 'T' : 'F', in uvm_map_printit()