Searched refs:stack_base (Results 1 – 2 of 2) sorted by relevance
37 vm_address_t *stack_base, vm_size_t *stack_size) in __mach_setup_thread() argument47 stack = stack_base ? *stack_base ? : 0 : 0; in __mach_setup_thread()48 anywhere = !stack_base || !*stack_base; in __mach_setup_thread()60 if (stack_base) in __mach_setup_thread()61 *stack_base = stack + __vm_page_size; in __mach_setup_thread()64 if (stack_base) in __mach_setup_thread()65 *stack_base = stack; in __mach_setup_thread()
93 vm_address_t *stack_base,96 vm_address_t *stack_base,
Completed in 10 milliseconds