Home
last modified time | relevance | path

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

/openbsd/src/sys/uvm/
Duvm.h87 #define UVM_ET_SUBMAP 0x0002 /* it is a vm_map submap */ macro
99 #define UVM_ET_ISSUBMAP(E) (((E)->etype & UVM_ET_SUBMAP) != 0)
Duvm_map.c2871 (entry->etype & UVM_ET_SUBMAP) ? 'T' : 'F', in uvm_map_printit()
3974 entry->etype |= UVM_ET_SUBMAP; in uvm_map_submap()
/openbsd/src/usr.sbin/procmap/
Dprocmap.c643 vme->etype & UVM_ET_SUBMAP ? " SUBMAP" : "", in dump_vm_map_entry()
778 (vme->etype & UVM_ET_SUBMAP) ? 'T' : 'F', in dump_vm_map_entry()