Lines Matching defs:memory
162 * commands but we will add things like memory policy (what to do on
349 * All future channel/memory allocations will make use of this
459 struct nvif_object *memory = &buffer->object;
460 const u32 instlo = nvif_rd32(memory, offset + 0x00);
461 const u32 insthi = nvif_rd32(memory, offset + 0x04);
462 const u32 addrlo = nvif_rd32(memory, offset + 0x08);
463 const u32 addrhi = nvif_rd32(memory, offset + 0x0c);
464 const u32 timelo = nvif_rd32(memory, offset + 0x10);
465 const u32 timehi = nvif_rd32(memory, offset + 0x14);
466 const u32 engine = nvif_rd32(memory, offset + 0x18);
467 const u32 info = nvif_rd32(memory, offset + 0x1c);
478 nvif_mask(memory, offset + 0x1c, 0x80000000, 0x00000000);