Main index | Section 9 | Options |
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
If PG_WRITEABLE is set in the page's flags, OBJ_WRITEABLE and OBJ_MIGHTBEDIRTY are set in the object's flags.
The vm_page_remove() function removes the given page from its object, and from the VM page hash table. The page must be busy prior to this call, or the system will panic. The pmap entry for the page is not removed by this function.
The arguments to vm_page_insert() are:
m | |
The page to add to the object. | |
object | |
The object the page should be added to. | |
pindex | |
The index into the object the page should be at. | |
The arguments to vm_page_remove() are:
m | |
The page to remove. | |
VM_PAGE_INSERT (9) | July 17, 2001 |
Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.