Lines Matching defs:initial_sp
240 struct initial_sp
297 __thread struct initial_sp __morestack_initial_sp
884 void *initial_sp = NULL;
889 &initial_sp)) != NULL)
897 initial_sp to a different thread, and then to suspend one way or
909 void **initial_sp)
917 char *isp = (char *) *initial_sp;
942 *initial_sp = __morestack_initial_sp.sp;
949 next_segment, next_sp, initial_sp);
1039 INITIAL_SP = 4,
1061 context[INITIAL_SP] = (void *) __morestack_initial_sp.sp;
1078 __morestack_initial_sp.sp = context[INITIAL_SP];
1100 void *initial_sp;
1107 initial_sp = (void *) ((char *) (segment + 1) + segment->size);
1109 initial_sp = (void *) (segment + 1);
1111 context[STACK_GUARD] = __morestack_make_guard (initial_sp, segment->size);
1112 context[INITIAL_SP] = NULL;
1127 void *initial_sp;
1131 /* Reset the context assuming that MORESTACK_SEGMENTS, INITIAL_SP
1139 initial_sp = context[INITIAL_SP];
1141 ret = initial_sp;
1149 initial_sp = (void *) ((char *) (segment + 1) + segment->size);
1151 initial_sp = (void *) (segment + 1);
1156 context[STACK_GUARD] = __morestack_make_guard (initial_sp, initial_size);
1190 initial_sp which may be passed to __splitstack_find to find the
1196 void **initial_sp)
1201 *initial_sp = context[INITIAL_SP];
1211 *initial_sp = NULL;
1226 initial_sp);