Lines Matching refs:nvif_rd32
459 const u32 instlo = nvif_rd32(memory, offset + 0x00); in nouveau_svm_fault_cache()
460 const u32 insthi = nvif_rd32(memory, offset + 0x04); in nouveau_svm_fault_cache()
461 const u32 addrlo = nvif_rd32(memory, offset + 0x08); in nouveau_svm_fault_cache()
462 const u32 addrhi = nvif_rd32(memory, offset + 0x0c); in nouveau_svm_fault_cache()
463 const u32 timelo = nvif_rd32(memory, offset + 0x10); in nouveau_svm_fault_cache()
464 const u32 timehi = nvif_rd32(memory, offset + 0x14); in nouveau_svm_fault_cache()
465 const u32 engine = nvif_rd32(memory, offset + 0x18); in nouveau_svm_fault_cache()
466 const u32 info = nvif_rd32(memory, offset + 0x1c); in nouveau_svm_fault_cache()
737 buffer->put = nvif_rd32(device, buffer->putaddr); in nouveau_svm_fault()
738 buffer->get = nvif_rd32(device, buffer->getaddr); in nouveau_svm_fault()
947 buffer->get = nvif_rd32(device, buffer->getaddr); in nouveau_svm_fault_buffer_init()
948 buffer->put = nvif_rd32(device, buffer->putaddr); in nouveau_svm_fault_buffer_init()