Home | History | Annotate | Download | only in drd

Lines Matching refs:stack_startup

191          DRD_(g_threadinfo)[i].stack_startup = 0;
324 DRD_(g_threadinfo)[created].stack_startup
413 * Any conflicting accesses in the range stack_startup..stack_max will be
417 const Addr stack_startup)
421 tl_assert(DRD_(g_threadinfo)[tid].stack_min <= stack_startup);
422 tl_assert(stack_startup <= DRD_(g_threadinfo)[tid].stack_max);
423 DRD_(g_threadinfo)[tid].stack_startup = stack_startup;