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