HomeSort by: relevance | last modified time | path
    Searched refs:fault (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
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...]
nouveau_nvkm_subdev_fault_tu102.c 47 struct nvkm_device *device = buffer->fault->subdev.device;
55 struct nvkm_device *device = buffer->fault->subdev.device;
67 struct nvkm_device *device = buffer->fault->subdev.device;
78 tu102_fault_intr_fault(struct nvkm_fault *fault)
80 struct nvkm_subdev *subdev = &fault->subdev;
104 tu102_fault_intr(struct nvkm_fault *fault)
106 struct nvkm_subdev *subdev = &fault->subdev;
111 tu102_fault_intr_fault(fault);
117 if (fault->buffer[0]) {
118 nvkm_event_send(&fault->event, 1, 0, NULL, 0)
    [all...]
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...]
nouveau_nvkm_subdev_fault_gp100.c 37 struct nvkm_device *device = buffer->fault->subdev.device;
44 struct nvkm_device *device = buffer->fault->subdev.device;
51 struct nvkm_device *device = buffer->fault->subdev.device;
65 buffer->entries = nvkm_rd32(buffer->fault->subdev.device, 0x002a78);
71 gp100_fault_intr(struct nvkm_fault *fault)
73 nvkm_event_send(&fault->event, 1, 0, NULL, 0);
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];
priv.h 7 #include <subdev/fault.h>
14 struct nvkm_fault *fault; member in struct:nvkm_fault_buffer
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_gk20a.c 34 .intr.fault = gf100_fifo_intr_fault,
36 .fault.access = gk104_fifo_fault_access,
37 .fault.engine = gk104_fifo_fault_engine,
38 .fault.reason = gk104_fifo_fault_reason,
39 .fault.hubclient = gk104_fifo_fault_hubclient,
40 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gm20b.c 34 .intr.fault = gm107_fifo_intr_fault,
36 .fault.access = gk104_fifo_fault_access,
37 .fault.engine = gm107_fifo_fault_engine,
38 .fault.reason = gk104_fifo_fault_reason,
39 .fault.hubclient = gk104_fifo_fault_hubclient,
40 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gp10b.c 34 .intr.fault = gp100_fifo_intr_fault,
36 .fault.access = gk104_fifo_fault_access,
37 .fault.engine = gp100_fifo_fault_engine,
38 .fault.reason = gk104_fifo_fault_reason,
39 .fault.hubclient = gk104_fifo_fault_hubclient,
40 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gk110.c 56 .intr.fault = gf100_fifo_intr_fault,
58 .fault.access = gk104_fifo_fault_access,
59 .fault.engine = gk104_fifo_fault_engine,
60 .fault.reason = gk104_fifo_fault_reason,
61 .fault.hubclient = gk104_fifo_fault_hubclient,
62 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gk208.c 53 .intr.fault = gf100_fifo_intr_fault,
55 .fault.access = gk104_fifo_fault_access,
56 .fault.engine = gk104_fifo_fault_engine,
57 .fault.reason = gk104_fifo_fault_reason,
58 .fault.hubclient = gk104_fifo_fault_hubclient,
59 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gm200.c 50 .intr.fault = gm107_fifo_intr_fault,
52 .fault.access = gk104_fifo_fault_access,
53 .fault.engine = gm107_fifo_fault_engine,
54 .fault.reason = gk104_fifo_fault_reason,
55 .fault.hubclient = gk104_fifo_fault_hubclient,
56 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gm107.c 33 #include <subdev/fault.h>
102 .intr.fault = gm107_fifo_intr_fault,
104 .fault.access = gk104_fifo_fault_access,
105 .fault.engine = gm107_fifo_fault_engine,
106 .fault.reason = gk104_fifo_fault_reason,
107 .fault.hubclient = gk104_fifo_fault_hubclient,
108 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_gp100.c 32 #include <subdev/fault.h>
86 .intr.fault = gp100_fifo_intr_fault,
88 .fault.access = gk104_fifo_fault_access,
89 .fault.engine = gp100_fifo_fault_engine,
90 .fault.reason = gk104_fifo_fault_reason,
91 .fault.hubclient = gk104_fifo_fault_hubclient,
92 .fault.gpcclient = gk104_fifo_fault_gpcclient,
nouveau_nvkm_engine_fifo_tu102.c 106 .fault.access = gv100_fifo_fault_access,
107 .fault.engine = tu102_fifo_fault_engine,
108 .fault.reason = gv100_fifo_fault_reason,
109 .fault.hubclient = gv100_fifo_fault_hubclient,
110 .fault.gpcclient = gv100_fifo_fault_gpcclient,
  /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/drm2/dist/drm/nouveau/nvkm/subdev/top/
priv.h 19 int fault; member in struct:nvkm_top_device
nouveau_nvkm_subdev_top_base.c 38 info->fault = -1;
126 if (info->index == devidx && info->fault >= 0)
127 return info->fault;
134 nvkm_top_fault(struct nvkm_device *device, int fault)
140 if (info->fault == fault)
  /src/lib/libm/arch/vax/
n_infnan.S 44 * The Reserved Operand Fault is generated inside of this routine.
55 2: emodd $0,$0,$0x8000,%r0,%r0 # generates the reserved operand fault
  /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/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
top.h 19 enum nvkm_devidx nvkm_top_fault(struct nvkm_device *, int fault);
  /src/sys/arch/m68k/m68k/
busaddrerr.s 108 movl #T_MMUFLT,%sp@- | show that we are an MMU fault
115 movl %sp@(FR_HW+8+8),_C_LABEL(m68k_fault_addr) | save fault addr
131 movl %sp@(FR_HW+20),%d1 | get fault address
139 movl %d1,%sp@- | pass fault address.
143 movl #T_MMUFLT,%sp@- | show that we are an MMU fault
150 movl %sp@(FR_HW+8+20),_C_LABEL(m68k_fault_addr) | save fault addr
169 movw %sp@(FR_HW+10),%d0 | grab SSW for fault processing
180 btst #8,%d0 | data fault?
182 movl %sp@(FR_HW+16),%d1 | fault address is as given in frame
203 movl %d1,%sp@- | push fault V
    [all...]
trap_subr.s 51 * Common fault handling code. Called by exception vector handlers.
54 ASENTRY_NOPROFILE(fault)
133 jra _ASM_LABEL(fault)
139 jra _ASM_LABEL(fault)
145 jra _ASM_LABEL(fault)
151 jra _ASM_LABEL(fault)
157 jra _ASM_LABEL(fault)
  /src/sys/arch/m68k/060sp/
netbsd060sp.S 89 # of a page fault during a _copyout.
180 movl _C_LABEL(curpcb),%a1 | fault handler
212 movl _C_LABEL(curpcb),%a1 | fault handler
243 movl _C_LABEL(curpcb),%a1 | fault handler
270 movl _C_LABEL(curpcb),%a1 | fault handler
297 movl _C_LABEL(curpcb),%a1 | fault handler
324 movl _C_LABEL(curpcb),%a1 | fault handler
336 clrl %a1@(PCB_ONFAULT) | clear fault handler
  /src/sys/dev/ieee1394/
fwphyreg.h 125 fault:1, member in struct:phyreg_page0
154 fault:1,

Completed in 20 milliseconds

1 2 3 4 5 6