Lines Matching refs:stack
47 unsigned long stack, sp; in run_helper() local
50 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper()
51 if (stack == 0) in run_helper()
69 sp = stack + UM_KERN_PAGE_SIZE; in run_helper()
115 free_stack(stack, 0); in run_helper()
122 unsigned long stack, sp; in run_helper_thread() local
129 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper_thread()
130 if (stack == 0) in run_helper_thread()
133 sp = stack + UM_KERN_PAGE_SIZE; in run_helper_thread()
152 free_stack(stack, 0); in run_helper_thread()
154 *stack_out = stack; in run_helper_thread()