Searched refs:pmap_max_64bit_offset (Results 1 – 4 of 4) sorted by relevance
556 extern vm_map_offset_t pmap_max_64bit_offset(unsigned int option);
10376 return (is64) ? pmap_max_64bit_offset(option) : pmap_max_32bit_offset(option);10380 pmap_max_64bit_offset( function
628 extern vm_map_offset_t pmap_max_64bit_offset(unsigned int option);
11846 return (is64) ? pmap_max_64bit_offset(option) : pmap_max_32bit_offset(option);11850 pmap_max_64bit_offset( function