Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ | |
nouveau_nvkm_subdev_fault_gv100.c | 52 const u32 timelo = nvkm_ro32(mem, base + 0x10); local in function:gv100_fault_buffer_process 64 info.time = ((u64)timehi << 32) | timelo; |
nouveau_nvkm_subdev_fault_gv100.c | 52 const u32 timelo = nvkm_ro32(mem, base + 0x10); local in function:gv100_fault_buffer_process 64 info.time = ((u64)timehi << 32) | timelo; |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ | |
nouveau_svm.c | 452 const u32 timelo = nvif_rd32(memory, offset + 0x10); local in function:nouveau_svm_fault_cache 480 fault->time = (u64)timehi << 32 | timelo; |
nouveau_svm.c | 452 const u32 timelo = nvif_rd32(memory, offset + 0x10); local in function:nouveau_svm_fault_cache 480 fault->time = (u64)timehi << 32 | timelo; |