Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h557 extern vm_map_offset_t pmap_max_32bit_offset(unsigned int option);
H A Dpmap.c10376 return (is64) ? pmap_max_64bit_offset(option) : pmap_max_32bit_offset(option);
10429 pmap_max_32bit_offset( function
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h629 extern vm_map_offset_t pmap_max_32bit_offset(unsigned int option);
H A Dpmap.c11846 return (is64) ? pmap_max_64bit_offset(option) : pmap_max_32bit_offset(option);
11903 pmap_max_32bit_offset( function