/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ |
nouveau_nvkm_subdev_fault_user.c | 46 struct nvkm_device *device = buffer->fault->subdev.device; 62 *pevent = &buffer->fault->event; 72 buffer->fault->func->buffer.fini(buffer); 80 buffer->fault->func->buffer.init(buffer); 106 struct nvkm_fault *fault = device->fault; local in function:nvkm_ufault_new 107 struct nvkm_fault_buffer *buffer = fault->buffer[fault->func->user.rp];
|
nouveau_nvkm_subdev_fault_base.c | 35 struct nvkm_fault *fault = container_of(event, typeof(*fault), event); local in function:nvkm_fault_ntfy_fini 36 fault->func->buffer.intr(fault->buffer[index], false); 42 struct nvkm_fault *fault = container_of(event, typeof(*fault), event); local in function:nvkm_fault_ntfy_init 43 fault->func->buffer.intr(fault->buffer[index], true); 70 struct nvkm_fault *fault = nvkm_fault(subdev); local in function:nvkm_fault_intr 71 return fault->func->intr(fault) 77 struct nvkm_fault *fault = nvkm_fault(subdev); local in function:nvkm_fault_fini 86 struct nvkm_fault *fault = nvkm_fault(subdev); local in function:nvkm_fault_init 126 struct nvkm_fault *fault = nvkm_fault(subdev); local in function:nvkm_fault_oneinit 151 struct nvkm_fault *fault = nvkm_fault(subdev); local in function:nvkm_fault_dtor 180 struct nvkm_fault *fault; local in function:nvkm_fault_new_ [all...] |
priv.h | 7 #include <subdev/fault.h> 14 struct nvkm_fault *fault; member in struct:nvkm_fault_buffer
|
nouveau_nvkm_subdev_fault_gv100.c | 38 struct nvkm_device *device = buffer->fault->subdev.device; 47 const u32 base = get * buffer->fault->func->buffer.entry_size; 81 struct nvkm_device *device = buffer->fault->subdev.device; 92 struct nvkm_device *device = buffer->fault->subdev.device; 100 struct nvkm_device *device = buffer->fault->subdev.device; 112 struct nvkm_device *device = buffer->fault->subdev.device; 125 struct nvkm_fault *fault = container_of(notify, typeof(*fault), nrpfb); local in function:gv100_fault_ntfy_nrpfb 126 gv100_fault_buffer_process(fault->buffer[0]); 131 gv100_fault_intr_fault(struct nvkm_fault *fault) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/top/ |
priv.h | 19 int fault; member in struct:nvkm_top_device
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
priv.h | 27 void (*fault)(struct nvkm_fifo *, struct nvkm_fault_data *); member in struct:nvkm_fifo_func
|
gk104.h | 56 void (*fault)(struct nvkm_fifo *, int unit); member in struct:gk104_fifo_func::__anoneec0d3200508 71 } fault; member in struct:gk104_fifo_func
|
/src/regress/sys/uvm/pdsim/ |
lirs.c | 195 fault(struct object *dummy, int i) function in typeref:typename:void 294 fault(&obj, i);
|
pdsim.c | 52 int fault; member in struct:__anon6eb722e60108 180 fault(struct uvm_object *obj, int index) function in typeref:typename:void 184 DPRINTF("fault: %d -> ", index); 191 stats[index].fault++; 217 dump("fault"); 263 fault(&obj, i); 276 if (stats[i].fault == 0) { 280 stats[i].hit, stats[i].fault, irr[i]);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gmc.c | 284 * @addr: address of the VM fault 285 * @pasid: PASID of the process causing the fault 286 * @timestamp: timestamp of the fault 289 * True if the fault was filtered and should not be processed further. 290 * False if the fault is a new one and needs to be handled. 298 struct amdgpu_gmc_fault *fault; local in function:amdgpu_gmc_filter_faults 307 /* Try to find the fault in the hash */ 309 fault = &gmc->fault_ring[gmc->fault_hash[hash].idx]; 310 while (fault->timestamp >= stamp) { 313 if (fault->key == key [all...] |
/src/sys/dev/ieee1394/ |
fwphyreg.h | 125 fault:1, member in struct:phyreg_page0 154 fault:1,
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_gt.c | 205 u32 fault; local in function:gen6_check_faults 208 fault = GEN6_RING_FAULT_REG_READ(engine); 209 if (fault & RING_FAULT_VALID) { 210 DRM_DEBUG_DRIVER("Unexpected fault\n" 215 fault & PAGE_MASK, 216 fault & RING_FAULT_GTTSEL_MASK ? 218 RING_FAULT_SRCID(fault), 219 RING_FAULT_FAULT_TYPE(fault)); 228 u32 fault; local in function:gen8_check_faults 240 fault = intel_uncore_read(uncore, fault_reg) [all...] |
/src/sys/compat/linux/common/ |
linux_cdrom.h | 143 u_int8_t fault : 1; member in struct:linux_cdrom_mechstat_header 152 u_int8_t fault : 1;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_svm.c | 68 u8 fault; member in struct:nouveau_svm::nouveau_svm_fault_buffer::nouveau_svm_fault 70 } **fault; member in struct:nouveau_svm::nouveau_svm_fault_buffer 173 * page fault) and maybe some other commands. 387 /* Issue fault replay for GPU to retry accesses that faulted previously. */ 398 /* Cancel a replayable fault that could not be handled. 400 * Cancelling the fault will trigger recovery to reset the engine 420 struct nouveau_svm_fault *fault) 422 nouveau_svm_fault_cancel(svm, fault->inst, 423 fault->hub, 424 fault->gpc 460 struct nouveau_svm_fault *fault; local in function:nouveau_svm_fault_cache 773 struct nouveau_svm_fault *fault = buffer->fault[fi++]; local in function:nouveau_svm_fault [all...] |
/src/sys/external/bsd/ipf/netinet/ |
radix_ipf.c | 1417 int fault = 0; local in function:checktree 1422 fault |= 1; 1424 fault |= 2; 1426 fault |= 4; 1427 if (fault != 0) { 1428 printf("FAULT %#x %s\n", fault, rn->name);
|
/src/sys/arch/macppc/dev/ |
smu.c | 73 int fault; member in struct:smu_fan 346 fan->fault = 0; 681 fan->fault++; 682 } else fan->fault = 0;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
device.h | 150 struct nvkm_fault *fault; member in struct:nvkm_device 227 int (*fault )(struct nvkm_device *, int idx, struct nvkm_fault **); member in struct:nvkm_device_chip
|