Home
last modified time | relevance | path

Searched refs:insthi (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c46 const u32 insthi = nvkm_ro32(mem, base + 0x04); in gv100_fault_buffer_process() local
60 info.inst = ((u64)insthi << 32) | instlo; in gv100_fault_buffer_process()
137 const u32 insthi = nvkm_rd32(device, 0x100e58); in gv100_fault_intr_fault() local
141 info.inst = ((u64)insthi << 32) | (info0 & 0xfffff000); in gv100_fault_intr_fault()
H A Dtu102.c94 const u32 insthi = nvkm_rd32(device, 0xb8308c); in tu102_fault_info_fault() local
98 info.inst = ((u64)insthi << 32) | (info0 & 0xfffff000); in tu102_fault_info_fault()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c461 const u32 insthi = nvif_rd32(memory, offset + 0x04); in nouveau_svm_fault_cache() local
468 const u64 inst = (u64)insthi << 32 | instlo; in nouveau_svm_fault_cache()