Home
last modified time | relevance | path

Searched refs:pmap_max_32bit_offset (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/osfmk/arm/
H A Dpmap.h642 extern vm_map_offset_t pmap_max_32bit_offset(unsigned int option);
H A Dpmap.c11291 return (is64) ? pmap_max_64bit_offset(option) : pmap_max_32bit_offset(option);
11342 pmap_max_32bit_offset( function