Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/libkern/c++/
H A DOSKext.cpp14175 extern mach_vm_offset_t kext_alloc_max;
14266 if (kext_alloc_max != 0 &&
14268 numberValue < kext_alloc_max) {
14302 if (kext_alloc_max != 0 &&
14304 numberValue < kext_alloc_max) {
14308 (void *) kext_alloc_max);