Searched refs:context_base (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h60 u32 contexts, context_base; member in struct:nouveau_fence_priv
H A Dnv04_fence.c109 priv->base.context_base = fence_context_alloc(priv->base.contexts); nv04_fence_create()
H A Dnv10_fence.c110 priv->base.context_base = fence_context_alloc(priv->base.contexts); nv10_fence_create()
H A Dnv50_fence.c99 priv->base.context_base = fence_context_alloc(priv->base.contexts); nv50_fence_create()
H A Dnouveau_fence.c83 if (fence->context < priv->context_base || nouveau_local_fence()
84 fence->context >= priv->context_base + priv->contexts) nouveau_local_fence()
178 fctx->context = priv->context_base + chan->chid; nouveau_fence_context_new()
H A Dnv17_fence.c128 priv->base.context_base = fence_context_alloc(priv->base.contexts); nv17_fence_create()
H A Dnv84_fence.c232 priv->base.context_base = fence_context_alloc(priv->base.contexts); nv84_fence_create()
/linux-4.1.27/drivers/crypto/
H A Dsahara.c225 u8 *context_base; member in struct:sahara_dev
1066 memcpy(dev->context_base, rctx->context, rctx->context_size); sahara_sha_process()
1091 memcpy(rctx->context, dev->context_base, rctx->context_size); sahara_sha_process()
1542 dev->context_base = dma_alloc_coherent(&pdev->dev, sahara_probe()
1545 if (!dev->context_base) { sahara_probe()
1632 dev->context_base, dev->context_phys_base); sahara_probe()

Completed in 375 milliseconds