REMOVE_VM_AREA
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
remove_vm_area - find and remove a contingous kernel virtual area
SYNOPSIS
"SYNOPSIS"
struct vm_struct * remove_vm_area (void * addr);
ARGUMENTS
- addr
-
base address
DESCRIPTION
Search for the kernel VM area starting at addr, and remove it.
This function returns the found VM area, but using it is NOT safe
on SMP machines.
DESCRIPTION
Search for the kernel VM area starting at addr, and remove it.
This function returns the found VM area, but using it is NOT safe
on SMP machines.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 06:21:06 GMT, October 06, 2005