Home
last modified time | relevance | path

Searched refs:instlo (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c45 const u32 instlo = nvkm_ro32(mem, base + 0x00); in gv100_fault_buffer_process() local
60 info.inst = ((u64)insthi << 32) | instlo; in gv100_fault_buffer_process()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c460 const u32 instlo = nvif_rd32(memory, offset + 0x00); in nouveau_svm_fault_cache() local
468 const u64 inst = (u64)insthi << 32 | instlo; in nouveau_svm_fault_cache()