vm_map_pmap (9)
Leading comments
Copyright (c) 2003 Bruce M Simpson <bms@spc.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 documenta...
NAME
vm_map_max vm_map_min vm_map_pmap - return map propertiesSYNOPSIS
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 mapDESCRIPTION
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 .