Lines Matching defs:wctx_pc_save

1756 omp_cache_put (unsigned long *cur_sp_safe, struct WalkContext * wctx_pc_save,
1775 uint64_t idx = wctx_pc_save->pc * ROOT_IDX;
1778 __collector_memcpy (&(OmpCurCtxs[ idx % OmpValTableSize ]), wctx_pc_save, sizeof (struct WalkContext));
1783 unsigned long fp = wctx_pc_save->fp;
1793 if (fp < wctx_pc_save->sp || fp >= wctx_pc_save->sbase - sizeof (*sp))
1813 unsigned long tbgn = wctx_pc_save->tbgn;
1814 unsigned long tend = wctx_pc_save->tend;
1823 uint64_t idx1 = wctx_pc_save->pc * ROOT_IDX;
1829 __collector_memcpy (&(OmpCurCtxs[ idx2 % OmpValTableSize ]), wctx_pc_save, sizeof (struct WalkContext));
1836 TprintfT (DBG_LT1, "omp_cache_put: pc=0x%lx\n", wctx_pc_save->pc);
1978 struct WalkContext wctx_pc_save;
1981 __collector_memcpy (&wctx_pc_save, wctx, sizeof (struct WalkContext));
2130 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
2181 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
2354 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_RT_SIGRETURN);
2367 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_SIGRETURN);
3290 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3370 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3383 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3491 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_RT_SIGRETURN);
3505 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_SIGRETURN);
3604 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3699 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_END_OF_STACK);
3722 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_END_OF_STACK);
3788 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3803 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3829 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3849 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3928 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3951 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3993 __collector_memcpy (&wctx_pc_save, wctx, sizeof (struct WalkContext));
4014 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4033 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4043 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_END_OF_STACK);
4064 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4082 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4093 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_SUCCESS);
4094 DprintfT (SP_DUMP_UNWIND, "unwind.c: cache walk context. wctx_pc_save->pc = 0x%lx\n", wctx_pc_save.pc);