Searched refs:kext_post_boot_base (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dkext_alloc.c53 static mach_vm_offset_t kext_post_boot_base = 0; variable
92 /* use kext_post_boot_base to start allocations past all the prelinked
95 kext_post_boot_base =
100 kext_post_boot_base = kext_alloc_base;
138 mach_vm_offset_t addr = (fixed) ? *_addr : kext_post_boot_base;
147 * kext_post_boot_base (when possible). mach_vm_allocate will always

Completed in 50 milliseconds