Searched refs:vm_max_address (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.h242 extern addr64_t vm_max_address; /* Maximum effective address supported */
H A Dvmachmon.c427 return vm_max_address; /* Return the maximum address */
987 if(ava > vm_max_address) return kVmmInvalidAddress; /* Does the machine support an address of this size? */
H A Dmappings.c187 vm_max_address = 0xFFFFFFFFFFFFFFFFULL >> (64 - rwidth); /* Get maximum effective address supported */
H A Dpmap.c161 addr64_t vm_max_address; /* Maximum effective address supported */ variable

Completed in 29 milliseconds