*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> vm_map_remove (9)              
Title
Content
Arch
Section
 

vm_map_remove(9)

Contents


NAME    [Toc]    [Back]

     vm_map_remove -- remove a virtual address range from a map

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <vm/vm.h>
     #include <vm/vm_map.h>

     int
     vm_map_remove(vm_map_t map, vm_offset_t start, vm_offset_t end);

DESCRIPTION    [Toc]    [Back]

     The vm_map_remove() function removes the given address range bounded by
     start and end from the target map.

IMPLEMENTATION NOTES    [Toc]    [Back]

     This is the exported form of vm_map_remove(9) which may be called by consumers
 of the VM subsystem.

     The function calls vm_map_lock(9) to hold a lock on map for the duration
     of the function call.

RETURN VALUES    [Toc]    [Back]

     The vm_map_remove() always returns KERN_SUCCESS.

SEE ALSO    [Toc]    [Back]

      
      
     vm_map(9), vm_map_delete(9)

AUTHORS    [Toc]    [Back]

     This man page was written by Bruce M Simpson <[email protected]>.


				 July 19, 2003
[ Back ]
 Similar pages
Name OS Title
pmap_map FreeBSD map a physical memory range into kernel virtual address (KVA) space
vm_map_delete FreeBSD deallocate an address range from a map
vm_map_pageable Tru64 General: Sets pageability of the specified address range
vm_map FreeBSD virtual address space portion of virtual memory subsystem
KSEG_TO_PHYS Tru64 General: Converts a kernel-unmapped virtual address to a physical address
svatophys Tru64 General: Converts a system virtual address to a physical address
copy_to_phys Tru64 General: Copies data from a virtual address to a physical address
vtop Tru64 General: Converts any virtual address to a physical address
mremap Linux re-map a virtual memory address
pmap_extract FreeBSD map a virtual address to a physical page
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service