/[rtmk]/rtmk/vm-syscall.h
ViewVC logotype

Diff of /rtmk/vm-syscall.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Sun Feb 24 23:09:48 2002 UTC revision 1.3 by jrydberg, Wed Mar 6 00:55:01 2002 UTC
# Line 26  Foundation, Inc., 59 Temple Place - Suit Line 26  Foundation, Inc., 59 Temple Place - Suit
26  #include "vm-object.h"  #include "vm-object.h"
27    
28  /* Map OBJECT at into the address space of TASK.  If ANYWHERE_P is  /* Map OBJECT at into the address space of TASK.  If ANYWHERE_P is
29     false we try to map the object at *OFFSETP, otherwise the kernel     false we try to map the object at *ADDRESSP, otherwise the kernel
30     selects the location in the address space.  */     selects the location in the address space.  */
31  extern kern_return_t vm_map (struct task *task, struct vm_object *object,  extern kern_return_t vm_map (struct task *task, vm_offset_t *addressp,
32                               vm_offset_t *offsetp, vm_size_t size,                               vm_size_t size, bool anywhere_p,
33                               bool anywhere_p, vm_prot_t protection,                               struct ipc_port *memory_object,
34                                 vm_offset_t offset, bool copy_p,
35                                 vm_prot_t protection,
36                                 vm_prot_t max_protection,
37                               vm_inherit_t inherit);                               vm_inherit_t inherit);
38    
39  /* Allocate SIZE bytes in the address space of TASK.  If ANYWHERE_P is  /* Allocate SIZE bytes in the address space of TASK.  If ANYWHERE_P is

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26