Home
last modified time | relevance | path

Searched refs:context_base (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dsifive_plic.c159 } else if (addr_between(addr, plic->context_base, in sifive_plic_read()
161 uint32_t addrid = (addr - plic->context_base) / plic->context_stride; in sifive_plic_read()
227 } else if (addr_between(addr, plic->context_base, in sifive_plic_write()
229 uint32_t addrid = (addr - plic->context_base) / plic->context_stride; in sifive_plic_write()
444 DEFINE_PROP_UINT32("context-base", SiFivePLICState, context_base, 0),
482 uint32_t enable_stride, uint32_t context_base, in type_init()
499 qdev_prop_set_uint32(dev, "context-base", context_base); in type_init()
/openbmc/qemu/include/hw/intc/
H A Dsifive_plic.h71 uint32_t context_base; member
84 uint32_t enable_stride, uint32_t context_base,
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c134 void *context_base; in populate_shadow_context() local
146 context_base = (void *) ctx->lrc_reg_state - in populate_shadow_context()
236 dst = context_base + (i << I915_GTT_PAGE_SHIFT); in populate_shadow_context()
251 dst = context_base + (i << I915_GTT_PAGE_SHIFT); in populate_shadow_context()
942 void *context_base; in update_guest_context() local
980 context_base = (void *) ctx->lrc_reg_state - in update_guest_context()
998 src = context_base + (i << I915_GTT_PAGE_SHIFT); in update_guest_context()
1013 src = context_base + (i << I915_GTT_PAGE_SHIFT); in update_guest_context()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c573 drm->runl[i].context_base = dma_fence_context_alloc(drm->runl[i].chan_nr); in nouveau_channels_init()
578 drm->runl[0].context_base = dma_fence_context_alloc(drm->chan_nr); in nouveau_channels_init()
580 drm->runl[i].context_base = drm->runl[0].context_base; in nouveau_channels_init()
H A Dnouveau_drv.h258 u64 context_base; member
H A Dnouveau_fence.c196 fctx->context = chan->drm->runl[chan->runlist].context_base + chan->chid; in nouveau_fence_context_new()
/openbmc/linux/drivers/crypto/
H A Dsahara.c213 u8 *context_base; member
966 memcpy(dev->context_base, rctx->context, rctx->context_size); in sahara_sha_process()
996 memcpy(rctx->context, dev->context_base, rctx->context_size); in sahara_sha_process()
1395 dev->context_base = dmam_alloc_coherent(&pdev->dev, in sahara_probe()
1398 if (!dev->context_base) { in sahara_probe()