Searched refs:thread_stack (Results 1 – 2 of 2) sorted by relevance
26 struct thread_stack { struct45 struct thread_stack *esp; /* Must be first; stack pointer */ argument
20 struct thread_stack *sp; in start_thread()42 sp = (struct thread_stack *)(stack + stack_size) - 1; in start_thread()