jhb 04bb6e10cd Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
an address in the first 2GB of the process's address space.  This flag should
have the same semantics as the same flag on Linux.

To facilitate this, add a new parameter to vm_map_find() that specifies an
optional maximum virtual address.  While here, fix several callers of
vm_map_find() to use a VMFS_* constant for the findspace argument instead of
TRUE and FALSE.

Reviewed by:	alc
Approved by:	re (kib)
2013-09-09 18:11:59 +00:00
..
2013-08-22 08:15:03 +00:00
2013-03-22 13:36:03 +00:00
2013-01-01 18:29:25 +00:00
2013-09-08 10:04:26 +00:00
2013-05-30 08:02:00 +00:00
2013-05-12 22:22:12 +00:00
2013-05-12 22:22:12 +00:00
2013-09-05 12:21:11 +00:00
2013-05-05 06:20:49 +00:00
2013-09-03 15:22:04 +00:00