Lines Matching defs:memory
118 const u64 bar2 = cctx ? nvkm_memory_bar2(cctx->vctx->inst->memory) : 0ULL;
130 if (nvkm_memory_bar2(vctx->inst->memory) == ~0ULL)
182 gv100_runl_insert_chan(struct nvkm_chan *chan, struct nvkm_memory *memory, u64 offset)
187 nvkm_wo32(memory, offset + 0x0, lower_32_bits(user) | chan->runq << 1);
188 nvkm_wo32(memory, offset + 0x4, upper_32_bits(user));
189 nvkm_wo32(memory, offset + 0x8, lower_32_bits(inst) | chan->id);
190 nvkm_wo32(memory, offset + 0xc, upper_32_bits(inst));
194 gv100_runl_insert_cgrp(struct nvkm_cgrp *cgrp, struct nvkm_memory *memory, u64 offset)
196 nvkm_wo32(memory, offset + 0x0, (128 << 24) | (3 << 16) | 0x00000001);
197 nvkm_wo32(memory, offset + 0x4, cgrp->chan_nr);
198 nvkm_wo32(memory, offset + 0x8, cgrp->id);
199 nvkm_wo32(memory, offset + 0xc, 0x00000000);