Lines Matching refs:wctx_pc_save

1750 omp_cache_put (unsigned long *cur_sp_safe, struct WalkContext * wctx_pc_save,
1769 uint64_t idx = wctx_pc_save->pc * ROOT_IDX;
1772 __collector_memcpy (&(OmpCurCtxs[ idx % OmpValTableSize ]), wctx_pc_save, sizeof (struct WalkContext));
1777 unsigned long fp = wctx_pc_save->fp;
1787 if (fp < wctx_pc_save->sp || fp >= wctx_pc_save->sbase - sizeof (*sp))
1807 unsigned long tbgn = wctx_pc_save->tbgn;
1808 unsigned long tend = wctx_pc_save->tend;
1817 uint64_t idx1 = wctx_pc_save->pc * ROOT_IDX;
1823 __collector_memcpy (&(OmpCurCtxs[ idx2 % OmpValTableSize ]), wctx_pc_save, sizeof (struct WalkContext));
1830 TprintfT (DBG_LT1, "omp_cache_put: pc=0x%lx\n", wctx_pc_save->pc);
1972 struct WalkContext wctx_pc_save;
1975 __collector_memcpy (&wctx_pc_save, wctx, sizeof (struct WalkContext));
2124 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
2175 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
2348 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_RT_SIGRETURN);
2361 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_SIGRETURN);
3284 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3364 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3377 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3485 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_RT_SIGRETURN);
3499 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_SIGRETURN);
3598 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3693 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_END_OF_STACK);
3716 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_END_OF_STACK);
3782 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3797 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3823 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3843 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3922 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3945 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, rc);
3987 __collector_memcpy (&wctx_pc_save, wctx, sizeof (struct WalkContext));
4008 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4027 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4037 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_END_OF_STACK);
4058 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4076 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_FAILURE);
4087 omp_cache_put (cur->sp_safe, &wctx_pc_save, wctx, RA_SUCCESS);
4088 DprintfT (SP_DUMP_UNWIND, "unwind.c: cache walk context. wctx_pc_save->pc = 0x%lx\n", wctx_pc_save.pc);