OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timehi
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
nouveau_nvkm_subdev_fault_gv100.c
53
const u32
timehi
= nvkm_ro32(mem, base + 0x14);
local
64
info.time = ((u64)
timehi
<< 32) | timelo;
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_svm.c
453
const u32
timehi
= nvif_rd32(memory, offset + 0x14);
local
480
fault->time = (u64)
timehi
<< 32 | timelo;
Completed in 17 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026