pmap_addr_hint.9freebsd

Langue: en

Version: 308079 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

pmap_addr_hint - get a hint for the best-fit mapping of a VM object

SYNOPSIS

In sys/param.h In vm/vm.h In vm/pmap.h Ft vm_offset_t Fn pmap_addr_hint vm_object_t obj vm_offset_t addr vm_size_t size

DESCRIPTION

The Fn pmap_addr_hint function returns a hint for the best address at which to map the object Fa obj at address Fa addr of Fa size bytes.

IMPLEMENTATION NOTES

This function is typically called on behalf of mmap(2).

RETURN VALUES

If the implementation can use the address unchanged, it will simply return Fa addr .

SEE ALSO

mmap(2), pmap(9)

AUTHORS

This manual page was written by An Bruce M Simpson Aq bms@spc.org .