Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c11299 vm_map_offset_t max_offset_ret = 0; local
11307 max_offset_ret = arm64_pmap_max_offset_default;
11309 max_offset_ret = min_max_offset;
11311 max_offset_ret = MACH_VM_MAX_ADDRESS;
11314 max_offset_ret = arm64_pmap_max_offset_default;
11316max_offset_ret = min_max_offset + 0x138000000; // Max offset is 13.375GB for devices with > 3GB of…
11318max_offset_ret = min_max_offset + 0x38000000; // Max offset is 9.375GB for devices with > 1GB and…
11320 max_offset_ret = min_max_offset;
11325 max_offset_ret = arm64_pmap_max_offset_default;
11327max_offset_ret = MACH_VM_MAX_ADDRESS; // Max offset is 64GB for pmaps with special "jumbo" ble…
[all …]