Rechercher une page de manuel
vm_page_copy.9freebsd
Langue: en
Version: 306544 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
Sommaire
BSD mandoc
NAME
vm_page_copy - copy a pageSYNOPSIS
In sys/param.h In vm/vm.h In vm/vm_page.h Ft void Fn vm_page_copy vm_page_t src_m vm_page_t dst_mDESCRIPTION
The Fn 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 Fn pmap_copy_page .
AUTHORS
This manual page was written by An Chad David Aq davidc@acns.ab.ca .Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre