Searched refs:pmap_max_64bit_offset (Results 1 – 2 of 2) sorted by relevance
641 extern vm_map_offset_t pmap_max_64bit_offset(unsigned int option);
11291 return (is64) ? pmap_max_64bit_offset(option) : pmap_max_32bit_offset(option);11295 pmap_max_64bit_offset( function