Home
last modified time | relevance | path

Searched refs:instlo (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c43 const u32 instlo = nvkm_ro32(mem, base + 0x00); in gv100_fault_buffer_process() local
58 info.inst = ((u64)insthi << 32) | instlo; in gv100_fault_buffer_process()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c438 const u32 instlo = nvif_rd32(memory, offset + 0x00); in nouveau_svm_fault_cache() local
446 const u64 inst = (u64)insthi << 32 | instlo; in nouveau_svm_fault_cache()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds