Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dkext_alloc.c51 mach_vm_offset_t kext_alloc_max = 0; variable
54 static mach_vm_offset_t kext_alloc_max = 0; variable
91 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()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp14183 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);