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

/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_hpet.c112 uint32_t vectors; member in struct:hpet_softc::hpet_timer
543 t->vectors = bus_read_4(sc->mem_res, HPET_TIMER_CAP_CNF(i) + 4);
547 t->vectors, (t->caps & HPET_TCNF_INT_ROUTE) >> 9,
594 sc->t[0].vectors = 0;
595 sc->t[1].vectors = 0;
642 /* Find IRQ vectors for all timers. */
662 else if (dvectors & t->vectors) {
663 t->irq = ffs(dvectors & t->vectors) - 1;
686 if (t->irq < 0 && (cvectors & t->vectors) != 0) {
687 cvectors &= t->vectors;
[all...]
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestsiphash.c26 * Wrapped test vectors from the authors, see
45 static const u8 vectors[MAXLEN][8] = variable
126 if ( memcmp( out, vectors[i], 8 ) )
138 ABTS_ASSERT(tc, "SipHash-2-4 test vectors", test_vectors());
/freebsd-12-stable/sys/crypto/siphash/
H A Dsiphash_test.c39 uint8_t vectors[64][8] = variable
129 if (memcmp(out, vectors[i], 8))
/freebsd-12-stable/sys/dev/ice/
H A Dif_ice_iflib.c259 * vectors manually instead of relying on iflib code to do this.
369 * sysctl value is when setting up MSI-X vectors.
594 /* Allocate MSI-X vectors (due to isc_flags IFLIB_SKIP_MSIX) */
648 * We still need to allocate MSI-X vectors since we need one vector to
834 /* If the irqvs array is NULL, then there are no vectors to free */
838 /* Free the IRQ vectors */
1128 /* Release MSI-X IRQ vectors, if not yet released in ice_if_detach */
1271 * ice_allocate_msix - Allocate MSI-X vectors for the interface
1274 * Map the MSI-X bar, and then request MSI-X vectors in a two-stage process.
1276 * First, determine a suitable total number of vectors base
1304 int bar, queues, vectors, requested; local
[all...]
/freebsd-12-stable/contrib/expat/lib/
H A Dsiphash.h295 static const unsigned char vectors[64][8] = { local
373 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i]))
/freebsd-12-stable/sys/dev/pci/
H A Dpcivar.h123 int msix_alloc; /* Number of allocated vectors. */
126 struct msix_vector *msix_vectors; /* Array of allocated vectors. */
595 pci_remap_msix(device_t dev, int count, const u_int *vectors) argument
597 return (PCI_REMAP_MSIX(device_get_parent(dev), dev, count, vectors));
H A Dvga_pci.c692 const u_int *vectors)
699 return (pci_remap_msix(dev, count, vectors));
691 vga_pci_remap_msix(device_t dev, device_t child, int count, const u_int *vectors) argument
H A Dpci_private.h113 int count, const u_int *vectors);
H A Dpci.c1729 /* First, mask all vectors. */
1800 "attempting to allocate %d MSI-X vectors (%d supported)\n",
1861 /* Mask all vectors. */
1898 * The 'vectors' array contains 'count' message vectors. The array
1915 * 3. Call the three vectors allocated by pci_alloc_msix() A, B, and
1929 const u_int *vectors)
1944 /* Sanity check the vectors. */
1946 if (vectors[i] > msix->msix_alloc)
1950 * Make sure there aren't any holes in the vectors t
1928 pci_remap_msix_method(device_t dev, device_t child, int count, const u_int *vectors) argument
[all...]
/freebsd-12-stable/sys/net/
H A Diflib.c106 * Enable mbuf vectors for compressing long mbuf chains
4799 ** vectors (will be 1 for a legacy interrupt and MSI).
4867 * Assign the MSI-X vectors.
6411 int msgs, queuemsgs, queues, rx_queues, tx_queues, vectors; local
6500 vectors = rx_queues + admincnt;
6501 if (msgs < vectors) {
6503 "insufficient number of MSI-X vectors "
6504 "(supported %d, need %d)\n", msgs, vectors);
6510 msgs = vectors;
6511 if ((err = pci_alloc_msix(dev, &vectors))
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc195 // On FreeBSD if the exec path specified in ELF auxiliary vectors is
205 // fall back to finding the ELF auxiliary vectors after the process's
210 // Iterate through auxiliary vectors for AT_EXECPATH.
216 // Fall back to argv[0] if auxiliary vectors are not available.
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_drm.h200 } vectors; member in union:__anon12953
/freebsd-12-stable/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];
/freebsd-12-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1105 u_int *vectors; local
1112 vectors = malloc(desired * sizeof(*vectors), M_NTB, M_ZERO | M_WAITOK);
1115 vectors[i] = (i % avail) + 1;
1117 rc = pci_remap_msix(dev, desired, vectors);
1118 free(vectors, M_NTB);
1149 device_printf(ntb->device, "Couldn't get %d vectors\n",
1424 * Remap vectors in custom way to make at least first
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl63 # most common key lengths are even and vectors are commonly malloc-ed,
174 comiclr,<= 6,$num,%r0 ; are vectors long enough?
191 comib,> 3,$num,L\$abort ; are vectors long enough?
H A Dsparcv9a-mont.pl87 $ap_h="%l2"; # to these four vectors as double-precision FP values.
163 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
423 // load input vectors padding them to 8 elements
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h224 uint32_t vectors[FM_PCD_MAX_NUM_OF_CLS_PLANS]; member in struct:__anon10872
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep.c145 * (hypothetical) memsize of 4GB and all kernel mappings (vectors, msgbuf,
169 * relocate the vectors.
179 unsigned int *vectors = (int *) va; local
180 unsigned int *vectors_data = vectors + (page0_data - page0);
184 * Loop through the vectors we're taking over, and copy the
192 vectors[vec] = page0[vec];
196 /* Now sync the vectors. */
203 * Enable high vectors in the system control reg (SCTLR).
897 * L1 and L2 tables map, one for vectors map and two for
937 * or 0xffff0000. This page will just contain the system vectors
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c661 memcpy(&p_HcFrame->hcSpecificData.clsPlanEntries, &p_Set->vectors[idx], CLS_PLAN_NUM_PER_GRP*sizeof(uint32_t));
/freebsd-12-stable/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-12-stable/secure/lib/libcrypto/aarch64/
H A Dvpaes-armv8.S124 ## Preserves %xmm6 - %xmm8 so you get some local vectors
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl594 // Note that __ecp_nistz256_add expects both input vectors pre-loaded to
716 # 256-bit vectors on top.
874 # 256-bit vectors on top.
1131 # 256-bit vectors on top.

Completed in 417 milliseconds