Searched refs:UVM_ET_ISSTACK (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/uvm/
H A Duvm.h104 #define UVM_ET_ISSTACK(E) (((E)->etype & UVM_ET_STACK) != 0) macro
H A Duvm_fault.c244 UVM_ET_ISSTACK(ufi->entry) ? FALSE : TRUE,
H A Duvm_map.c2015 if (UVM_ET_ISSTACK(entry) && (map->flags & VM_MAP_ISVMSPACE))
2123 UVM_ET_ISSTACK(iter) ? FALSE : TRUE,
4360 UVM_ET_ISSTACK(entry) ? FALSE : TRUE, start, end);

Completed in 94 milliseconds