| /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 36 fault->func->buffer.intr(fault->buffer[index], false); 42 struct nvkm_fault *fault = container_of(event, typeof(*fault), event); local 43 fault->func->buffer.intr(fault->buffer[index], true); 70 struct nvkm_fault *fault = nvkm_fault(subdev); local 71 return fault->func->intr(fault) 77 struct nvkm_fault *fault = nvkm_fault(subdev); local 86 struct nvkm_fault *fault = nvkm_fault(subdev); local 126 struct nvkm_fault *fault = nvkm_fault(subdev); local 151 struct nvkm_fault *fault = nvkm_fault(subdev); local 180 struct nvkm_fault *fault; local [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 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 107 struct nvkm_fault_buffer *buffer = fault->buffer[fault->func->user.rp];
|
| /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/crypto/external/apache2/openssl/dist/test/helpers/ |
| quictestlib.h | 13 /* Type to represent the Fault Injector */ 18 struct qtest_fault *fault; member in struct:bio_qtest_data 23 * make changes to the contents of structure objects as required and the fault 46 * keyfile, create a server and client instances as well as a fault injector 52 QTEST_FAULT **fault, BIO **tracebio); 67 * Free up a Fault Injector instance 69 void qtest_fault_free(QTEST_FAULT *fault); 118 typedef int (*qtest_fault_on_packet_plain_cb)(QTEST_FAULT *fault, 124 int qtest_fault_set_packet_plain_listener(QTEST_FAULT *fault, 136 int qtest_fault_resize_plain_packet(QTEST_FAULT *fault, size_t newlen) [all...] |
| quictestlib.c | 134 QTEST_FAULT **fault, BIO **tracebio) 168 if (fault != NULL) { 169 *fault = OPENSSL_zalloc(sizeof(**fault)); 170 if (*fault == NULL) 172 bdata->fault = *fault; 275 if (!TEST_ptr(fault)) 304 (*fault)->noiseargs.cbio = cbio; 305 (*fault)->noiseargs.sbio = sbio 795 QTEST_FAULT *fault = arg; local 857 QTEST_FAULT *fault = arg; local 947 QTEST_FAULT *fault = arg; local 1004 QTEST_FAULT *fault = arg; local [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| quicfaultstest.c | 70 static int add_unknown_frame_cb(QTEST_FAULT *fault, QUIC_PKT_HDR *hdr, 87 return qtest_fault_prepend_frame(fault, unknown_frame, 101 QTEST_FAULT *fault = NULL; local 108 &qtserv, &cssl, &fault, NULL))) 118 if (!TEST_true(qtest_fault_set_packet_plain_listener(fault, 153 qtest_fault_free(fault); 164 static int drop_extensions_cb(QTEST_FAULT *fault, 170 if (!qtest_fault_delete_extension(fault, *ext, ee->extensions, 183 QTEST_FAULT *fault = NULL; local 190 &qtserv, &cssl, &fault, NULL)) 262 QTEST_FAULT *fault = NULL; local [all...] |
| quic_newcid_test.c | 23 static int add_ncid_frame_cb(QTEST_FAULT *fault, QUIC_PKT_HDR *hdr, 45 return qtest_fault_prepend_frame(fault, new_conn_id_frame, 60 QTEST_FAULT *fault = NULL; local 71 &qtserv, &cssl, &fault, NULL))) 97 if (!TEST_true(qtest_fault_set_packet_plain_listener(fault, 142 qtest_fault_free(fault);
|
| /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 773 struct nouveau_svm_fault *fault = buffer->fault[fi++]; local [all...] |
| /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/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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| macscp1.c | 17 struct fault struct in struct:outer::fields 20 } fault; member in struct:outer::fields 25 #define addr fields.fault.addr
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| macscp1.c | 17 struct fault struct in struct:outer::fields 20 } fault; member in struct:outer::fields 25 #define addr fields.fault.addr
|
| /src/sys/arch/m68k/m68k/ |
| buserr_10.s | 72 movw %sp@(FR_FMT8_SSW),%d0 | grab SSW for fault processing 73 movl %sp@(FR_FMT8_ACCADDR),%d1 | fault address is as given in frame 74 movl %d1,%sp@- | push fault VA 102 | fault? 105 jra Lismerr | MMU fault 110 movl #T_MMUFLT,%sp@- | show that we are an MMU fault
|