Searched refs:vectors (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_isr.c38 u_int *vectors; local
47 vectors = NULL;
50 vectors = malloc(num_vectors * sizeof(u_int),
53 vectors[hw_data->num_banks] = 1;
65 free(vectors, M_QAT);
69 if (vectors != NULL) {
71 pci_remap_msix(info_pci_dev->pci_dev, num_vectors, vectors);
72 free(vectors, M_QAT);
/freebsd-current/crypto/openssl/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh51 pip install -e vectors
/freebsd-current/sys/dev/acpica/
H A Dacpi_hpet.c108 uint32_t vectors; member in struct:hpet_softc::hpet_timer
560 t->vectors = bus_read_4(sc->mem_res, HPET_TIMER_CAP_CNF(i) + 4);
564 t->vectors, (t->caps & HPET_TCNF_INT_ROUTE) >> 9,
611 sc->t[0].vectors = 0;
612 sc->t[1].vectors = 0;
659 /* Find IRQ vectors for all timers. */
679 else if (dvectors & t->vectors) {
680 t->irq = ffs(dvectors & t->vectors) - 1;
703 if (t->irq < 0 && (cvectors & t->vectors) != 0) {
704 cvectors &= t->vectors;
[all...]
/freebsd-current/sys/crypto/siphash/
H A Dsiphash_test.c37 uint8_t vectors[64][8] = variable
127 if (memcmp(out, vectors[i], 8))
/freebsd-current/contrib/expat/lib/
H A Dsiphash.h290 static const unsigned char vectors[64][8] = { local
368 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i]))
/freebsd-current/sys/dev/pci/
H A Dpcivar.h120 int msix_alloc; /* Number of allocated vectors. */
123 struct msix_vector *msix_vectors; /* Array of allocated vectors. */
604 pci_remap_msix(device_t dev, int count, const u_int *vectors) argument
606 return (PCI_REMAP_MSIX(device_get_parent(dev), dev, count, vectors));
H A Dvga_pci.c684 const u_int *vectors)
691 return (pci_remap_msix(dev, count, vectors));
683 vga_pci_remap_msix(device_t dev, device_t child, int count, const u_int *vectors) argument
H A Dpci.c1772 /* First, mask all vectors. */
1843 "attempting to allocate %d MSI-X vectors (%d supported)\n",
1904 /* Mask all vectors. */
1941 * The 'vectors' array contains 'count' message vectors. The array
1958 * 3. Call the three vectors allocated by pci_alloc_msix() A, B, and
1972 const u_int *vectors)
1987 /* Sanity check the vectors. */
1989 if (vectors[i] > msix->msix_alloc)
1993 * Make sure there aren't any holes in the vectors t
1971 pci_remap_msix_method(device_t dev, device_t child, int count, const u_int *vectors) argument
[all...]
/freebsd-current/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c851 int vectors[FSL_NUM_MSI_PER_IRQ]; member in struct:fsl_msi_softc::fsl_msi_irq
867 powerpc_dispatch_intr(data->vectors[i], NULL);
934 irqd->vectors[irq % FSL_NUM_MSI_PER_IRQ] = vector;
/freebsd-current/sys/dev/ice/
H A Dif_ice_iflib.c285 * vectors manually instead of relying on iflib code to do this.
389 * sysctl value is when setting up MSI-X vectors.
641 /* Allocate MSI-X vectors (due to isc_flags IFLIB_SKIP_MSIX) */
695 * We still need to allocate MSI-X vectors since we need one vector to
906 /* If the irqvs array is NULL, then there are no vectors to free */
910 /* Free the IRQ vectors */
1215 /* Release MSI-X IRQ vectors, if not yet released in ice_if_detach */
1363 * ice_allocate_msix - Allocate MSI-X vectors for the interface
1366 * Map the MSI-X bar, and then request MSI-X vectors in a two-stage process.
1368 * First, determine a suitable total number of vectors base
1399 int bar, queues, vectors, requested; local
[all...]
/freebsd-current/sys/net/
H A Diflib.c102 * Enable mbuf vectors for compressing long mbuf chains
5306 ** vectors (will be 1 for a legacy interrupt and MSI).
5362 * Assign the MSI-X vectors.
6611 int msgs, queuemsgs, queues, rx_queues, tx_queues, vectors; local
6700 vectors = rx_queues + admincnt;
6701 if (msgs < vectors) {
6703 "insufficient number of MSI-X vectors "
6704 "(supported %d, need %d)\n", msgs, vectors);
6710 msgs = vectors;
6711 if ((err = pci_alloc_msix(dev, &vectors))
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc206 // On FreeBSD if the exec path specified in ELF auxiliary vectors is
219 // fall back to finding the ELF auxiliary vectors after the process's
224 // Iterate through auxiliary vectors for AT_EXECPATH.
233 // Fall back to argv[0] if auxiliary vectors are not available.
/freebsd-current/sys/arm/arm/
H A Dmachdep.c150 * relocate the vectors.
160 unsigned int *vectors = (int *) va; local
161 unsigned int *vectors_data = vectors + (page0_data - page0);
165 * Loop through the vectors we're taking over, and copy the
173 vectors[vec] = page0[vec];
177 /* Now sync the vectors. */
517 * This page will just contain the system vectors and can be
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c156 /* OMAC1 AES-128 test vectors from
356 } vectors[] = { local
387 for (i = 0; i < ARRAY_SIZE(vectors); i++) {
388 struct cbc_test_vector *tv = &vectors[i];
424 } vectors[] = { local
477 for (i = 0; i < ARRAY_SIZE(vectors); i++) {
478 struct ecb_test_vector *tv = &vectors[i];
752 /* CTR-AES*.Encrypt test vectors from NIST SP 800-38a */
/freebsd-current/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1159 u_int *vectors; local
1166 vectors = malloc(desired * sizeof(*vectors), M_NTB, M_ZERO | M_WAITOK);
1169 vectors[i] = (i % avail) + 1;
1171 rc = pci_remap_msix(dev, desired, vectors);
1172 free(vectors, M_NTB);
1203 device_printf(ntb->device, "Couldn't get %d vectors\n",
1260 device_printf(ntb->device, "Couldn't get %d vectors\n",
1271 * The MSIX vectors and the interrupt status bits are not lined up
1274 * line them up. The vectors a
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl63 # most common key lengths are even and vectors are commonly malloc-ed,
176 comiclr,<= 6,$num,%r0 ; are vectors long enough?
193 comib,> 3,$num,L\$abort ; are vectors long enough?
H A Dsparcv9a-mont.pl89 $ap_h="%l2"; # to these four vectors as double-precision FP values.
168 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
H A Dia64-mont.pl25 # - shorter vector support [with input vectors being fetched only
36 # vectors up to 8 elements, or 512 bits. This means that 256-bit
424 // load input vectors padding them to 8 elements
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h224 uint32_t vectors[FM_PCD_MAX_NUM_OF_CLS_PLANS]; member in struct:__anon9711
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c661 memcpy(__DEVOLATILE(uint32_t *, &p_HcFrame->hcSpecificData.clsPlanEntries), &p_Set->vectors[idx], CLS_PLAN_NUM_PER_GRP*sizeof(uint32_t));
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1933 p_ClsPlanSet->vectors[j] = ~oredVectors;
1962 p_ClsPlanSet->vectors[j] |= p_Grp->optVectors[i];
2347 WRITE_UINT32(p_FmPcdKgPortRegs->kgcpe[j % CLS_PLAN_NUM_PER_GRP],p_Set->vectors[j - p_Set->baseEntry]);
2509 /* Build (in SW) the clsPlan parameters, including the vectors to be written to HW */
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp136 // assuming \p Stride elements between start two consecutive vectors.
139 // vectors and \p NumElements must be set to the number of elements in a column
202 /// 2.1. Get column vectors for each argument. If we already lowered the
203 /// definition of an argument, use the produced column vectors directly.
205 /// a set of column vectors,
207 /// yields a set of column vectors containing result matrix. Note that we
249 /// Wrapper class representing a matrix as a set of vectors, either in row or
250 /// column major layout. All vectors must have the same vector type.
324 iterator_range<SmallVector<Value *, 8>::iterator> vectors() { function in class:__anon2943::LowerMatrixIntrinsics::MatrixTy
328 /// Embed the vectors o
[all...]
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl597 // Note that __ecp_nistz256_add expects both input vectors pre-loaded to
719 # 256-bit vectors on top.
877 # 256-bit vectors on top.
1134 # 256-bit vectors on top.
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl189 // Preserves %xmm6 - %xmm8 so you get some local vectors

Completed in 607 milliseconds