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

1 2

  /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
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
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...]
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
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::__anon5363
71 } fault; member in struct:gk104_fifo_func
  /src/crypto/external/apache2/openssl/dist/test/
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);
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...]
  /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/regress/sys/uvm/pdsim/
lirs.c 195 fault(struct object *dummy, int i) function
294 fault(&obj, i);
pdsim.c 52 int fault; member in struct:__anon622
180 fault(struct uvm_object *obj, int index) function
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
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/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/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
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
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
773 struct nouveau_svm_fault *fault = buffer->fault[fi++]; local
    [all...]
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1417 int fault = 0; local
1422 fault |= 1;
1424 fault |= 2;
1426 fault |= 4;
1427 if (fault != 0) {
1428 printf("FAULT %#x %s\n", fault, rn->name);
  /src/external/bsd/ipf/dist/
radix_ipf.c 1446 int fault = 0; local
1451 fault |= 1;
1453 fault |= 2;
1455 fault |= 4;
1456 if (fault != 0) {
1457 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/external/mit/expat/dist/tests/
handlers.c 470 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
478 if (fault->encoding != NULL) {
479 if (! XML_SetEncoding(ext_parser, fault->encoding))
482 if (_XML_Parse_SINGLE_BYTES(ext_parser, fault->parse_text,
483 (int)strlen(fault->parse_text), XML_TRUE)
485 fail(fault->fail_text);
486 if (XML_GetErrorCode(ext_parser) != fault->error)
643 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
645 int parse_len = (int)strlen(fault->parse_text);
660 memcpy(buffer, fault->parse_text, parse_len)
974 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); local
    [all...]
  /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

Completed in 25 milliseconds

1 2