Lines Matching defs:gseg
463 static void gru_prefetch_context(void *gseg, void *cb, void *cbe,
468 prefetch_data(gseg + GRU_DS_BASE, length / GRU_CACHE_LINE_BYTES,
483 void *gseg, *cb, *cbe;
487 gseg = grubase + ctxnum * GRU_GSEG_STRIDE;
488 cb = gseg + GRU_CB_BASE;
491 gru_prefetch_context(gseg, cb, cbe, cbrmap, length);
510 memcpy(gseg + GRU_DS_BASE, save, length);
512 memset(gseg + GRU_DS_BASE, 0, length);
518 void *gseg, *cb, *cbe;
522 gseg = grubase + ctxnum * GRU_GSEG_STRIDE;
523 cb = gseg + GRU_CB_BASE;
532 gru_prefetch_context(gseg, cb, cbe, cbrmap, length);
539 memcpy(save, gseg + GRU_DS_BASE, length);
906 "gseg %p, gts %p, gid %d, ctx %d, cbr %d, dsr %d\n",