pmap_page_init (9)
Leading comments
Copyright (c) 2005 Hiten Pandya <hmp@FreeBSD.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
document...
(The comments found at the beginning of the groff file "man9/pmap_page_init.9freebsd".)
NAME
pmap_page_init
- initialize machine-dependent fields of a VM page
SYNOPSIS
In sys/param.h
In vm/vm.h
In vm/pmap.h
Ft void
Fn pmap_page_init vm_page_t m
DESCRIPTION
The
Fn pmap_page_init
function initializes the machine-dependent fields of a VM page structure.
This procedure is normally used when adding new pages to the VM page
queue management lists.
SEE ALSO
pmap(9),
pmap_pinit9
AUTHORS
This manual page was written by
An Hiten Pandya Aq hmp@FreeBSD.org .