tail head cat sleep
QR code linking to this page

Manual Pages  — PMAP_PAGE_INIT

NAME

pmap_page_init – initialize machine-dependent fields of a VM page

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>

void
pmap_page_init(vm_page_t m);

DESCRIPTION

The 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_pinit(9)

AUTHORS

This manual page was written by Hiten Pandya <Mt hmp@FreeBSD.org>.

PMAP_PAGE_INIT (9) June 10, 2005

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Unix is a junk OS designed by a committee of PhDs.
— Dave Cutler