Searched refs:timehi (Results 1 – 2 of 2) sorted by relevance
50 const u32 timehi = nvkm_ro32(mem, base + 0x14); in gv100_fault_buffer_process() local61 info.time = ((u64)timehi << 32) | timelo; in gv100_fault_buffer_process()
462 const u32 timehi = nvif_rd32(memory, offset + 0x14); in nouveau_svm_fault_cache() local489 fault->time = (u64)timehi << 32 | timelo; in nouveau_svm_fault_cache()