Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dkext_alloc.c56 static mach_vm_offset_t kext_post_boot_base = 0; variable
99 kext_post_boot_base = in kext_alloc_init()
103 kext_post_boot_base = kext_alloc_base; in kext_alloc_init()
167 mach_vm_offset_t addr = (fixed) ? *_addr : kext_post_boot_base; in kext_alloc()