Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap.c11229 …const vm_map_offset_t min_max_offset = ARM64_MIN_MAX_ADDRESS; // end of shared region + 512MB for … local
11233 max_offset_ret = min_max_offset;
11240 …max_offset_ret = min_max_offset + 0x138000000; // Max offset is 13.375GB for devices with > 3GB of…
11242 …max_offset_ret = min_max_offset + 0x38000000; // Max offset is 9.375GB for devices with > 1GB and…
11244 max_offset_ret = min_max_offset;
11258 assert(max_offset_ret >= min_max_offset);