vm_map_min(9) return map properties

Other Alias

vm_map_max, vm_map_pmap

SYNOPSIS

In sys/param.h In vm/vm.h In vm/vm_map.h Ft vm_offset_t Fn vm_map_max vm_map_t map Ft vm_offset_t Fn vm_map_min vm_map_t map Ft pmap_t Fn vm_map_pmap vm_map_t map

DESCRIPTION

The function Fn vm_map_max returns the upper address bound of the map Fa map .

The function Fn vm_map_min returns the lower address bound of the map Fa map .

The function Fn vm_map_pmap returns a pointer to the physical map associated with the virtual map Fa map .

AUTHORS

This manual page was written by An Bruce M Simpson Aq [email protected] .