|
|
| version 1.8, 2004/01/18 12:29:50 | version 1.9, 2004/01/20 18:41:52 |
|---|---|
| Line 90 vm_offset_t vm_page_alloc_contig (vm_off | Line 90 vm_offset_t vm_page_alloc_contig (vm_off |
| void vm_set_page_size (void); | void vm_set_page_size (void); |
| struct vmspace *vmspace_alloc (vm_offset_t, vm_offset_t); | struct vmspace *vmspace_alloc (vm_offset_t, vm_offset_t); |
| struct vmspace *vmspace_fork (struct vmspace *); | struct vmspace *vmspace_fork (struct vmspace *); |
| void vmspace_exec (struct proc *); | void vmspace_exec (struct proc *, struct vmspace *); |
| void vmspace_unshare (struct proc *); | void vmspace_unshare (struct proc *); |
| void vmspace_free (struct vmspace *); | void vmspace_free (struct vmspace *); |
| void vmspace_exitfree (struct proc *); | void vmspace_exitfree (struct proc *); |