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

  /src/sys/uvm/
uvm_extern.h 571 /* we copy from vm_startcopy to the end of the structure on fork */
572 #define vm_startcopy vm_rssize macro
uvm_map.c 4638 memcpy(&vm2->vm_startcopy, &vm1->vm_startcopy,
4639 (char *) (vm1 + 1) - (char *) &vm1->vm_startcopy);

Completed in 15 milliseconds