Lines Matching defs:memory
154 * commands but we will add things like memory policy (what to do on
344 * All future channel/memory allocations will make use of this
437 struct nvif_object *memory = &buffer->object;
438 const u32 instlo = nvif_rd32(memory, offset + 0x00);
439 const u32 insthi = nvif_rd32(memory, offset + 0x04);
440 const u32 addrlo = nvif_rd32(memory, offset + 0x08);
441 const u32 addrhi = nvif_rd32(memory, offset + 0x0c);
442 const u32 timelo = nvif_rd32(memory, offset + 0x10);
443 const u32 timehi = nvif_rd32(memory, offset + 0x14);
444 const u32 engine = nvif_rd32(memory, offset + 0x18);
445 const u32 info = nvif_rd32(memory, offset + 0x1c);
456 nvif_mask(memory, offset + 0x1c, 0x80000000, 0x00000000);