Searched refs:bottom (Results 1 – 1 of 1) sorted by relevance
44 uintptr_t *bottom, *top; in stack_setup() local47 bottom = thread->stackaddr; in stack_setup()48 top = (uintptr_t *) ((uintptr_t) bottom + thread->stacksize in stack_setup()65 err = __vm_protect (__mach_task_self (), (vm_address_t) bottom, in stack_setup()
Completed in 2 milliseconds