Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
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()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_svm.c459 const u32 instlo = nvif_rd32(memory, offset + 0x00); in nouveau_svm_fault_cache() local
467 const u64 inst = (u64)insthi << 32 | instlo; in nouveau_svm_fault_cache()