Интерактивная система просмотра системных руководств (man-ов)
vm_page_copy (9)
>> vm_page_copy (9) ( FreeBSD man: Ядро )
BSD mandoc
NAME
vm_page_copy
- copy a page
SYNOPSIS
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void
vm_page_copy (vm_page_t src_m vm_page_t dst_m);
DESCRIPTION
The
vm_page_copy ();
function copies the contents of
Fa src_m
into
Fa dst_m .
The entire contents of
Fa dst_m
are marked as valid.
The actual copy is performed by
pmap_copy_page (.);
AUTHORS
This manual page was written by
An Chad David Aq davidc@acns.ab.ca .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- AUTHORS
-