Searched refs:kext_alloc_max (Results 1 – 2 of 2) sorted by relevance
51 mach_vm_offset_t kext_alloc_max = 0; variable54 static mach_vm_offset_t kext_alloc_max = 0; variable91 kext_alloc_max = kext_alloc_base + kext_alloc_size; in kext_alloc_init()116 if ((kext_alloc_base + kext_alloc_size) > kext_alloc_max) { in kext_alloc_init()126 VM_KERNEL_UNSLIDE(kext_alloc_max), in kext_alloc_init()133 kext_alloc_max = VM_MAX_KERNEL_ADDRESS; in kext_alloc_init()222 if ((addr + size) > kext_alloc_max) { in kext_alloc()
14183 extern mach_vm_offset_t kext_alloc_max;14274 if (kext_alloc_max != 0 &&14276 numberValue < kext_alloc_max) {14310 if (kext_alloc_max != 0 &&14312 numberValue < kext_alloc_max) {14316 (void *) kext_alloc_max);