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

/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi_hpet.c105 uint32_t vectors; member in struct:hpet_softc::hpet_timer
493 t->vectors = bus_read_4(sc->mem_res, HPET_TIMER_CAP_CNF(i) + 4);
497 t->vectors, (t->caps & HPET_TCNF_INT_ROUTE) >> 9,
540 sc->t[0].vectors = 0;
541 sc->t[1].vectors = 0;
587 /* Find IRQ vectors for all timers. */
606 else if (dvectors & t->vectors) {
607 t->irq = ffs(dvectors & t->vectors) - 1;
630 if (t->irq < 0 && (cvectors & t->vectors) != 0) {
631 cvectors &= t->vectors;
[all...]
/freebsd-10.3-release/sys/crypto/siphash/
H A Dsiphash_test.c39 uint8_t vectors[64][8] = variable
129 if (memcmp(out, vectors[i], 8))
/freebsd-10.3-release/sys/dev/pci/
H A Dpcivar.h111 int msix_alloc; /* Number of allocated vectors. */
114 struct msix_vector *msix_vectors; /* Array of allocated vectors. */
475 pci_remap_msix(device_t dev, int count, const u_int *vectors) argument
477 return (PCI_REMAP_MSIX(device_get_parent(dev), dev, count, vectors));
H A Dvga_pci.c513 const u_int *vectors)
520 return (pci_remap_msix(dev, count, vectors));
512 vga_pci_remap_msix(device_t dev, device_t child, int count, const u_int *vectors) argument
H A Dpci_private.h99 int count, const u_int *vectors);
H A Dpci.c1454 /* First, mask all vectors. */
1524 "attempting to allocate %d MSI-X vectors (%d supported)\n",
1585 /* Mask all vectors. */
1622 * The 'vectors' array contains 'count' message vectors. The array
1639 * 3. Call the three vectors allocated by pci_alloc_msix() A, B, and
1653 const u_int *vectors)
1668 /* Sanity check the vectors. */
1670 if (vectors[i] > msix->msix_alloc)
1674 * Make sure there aren't any holes in the vectors t
1652 pci_remap_msix_method(device_t dev, device_t child, int count, const u_int *vectors) argument
[all...]
/freebsd-10.3-release/sys/arm/arm/
H A Dmachdep.c141 * (hypothetical) memsize of 4GB and all kernel mappings (vectors, msgbuf,
292 * relocate the vectors.
302 unsigned int *vectors = (int *) va; local
303 unsigned int *vectors_data = vectors + (page0_data - page0);
307 * Loop through the vectors we're taking over, and copy the
315 vectors[vec] = page0[vec];
319 /* Now sync the vectors. */
1113 * L1 and L2 tables map and one for vectors map.
1152 * or 0xffff0000. This page will just contain the system vectors
/freebsd-10.3-release/sys/dev/ixl/
H A Dif_ixlv.c321 INIT_DBG_DEV(dev, "Allocated PCI resources and MSIX vectors");
909 /* Map vectors */
1139 * Allocate MSI/X vectors, setup the AQ vector early
1145 int rid, want, vectors, queues, available; local
1186 vectors = want;
1190 "%d vectors available but %d wanted!\n",
1215 if (pci_alloc_msix(dev, &vectors) == 0) {
1217 "Using MSIX interrupts with %d vectors\n", vectors);
1218 sc->msix = vectors;
[all...]
H A Dif_ixl.c286 ** on cpus and msix vectors available.
2089 * Allocate MSI/X vectors
2095 int rid, want, vectors, queues, available; local
2160 vectors = want;
2164 "%d vectors available but %d wanted!\n",
2169 if (pci_alloc_msix(dev, &vectors) == 0) {
2171 "Using MSIX interrupts with %d vectors\n", vectors);
2172 pf->msix = vectors;
2193 return (vectors);
[all...]
/freebsd-10.3-release/sys/dev/drm/
H A Dradeon_drm.h198 } vectors; member in union:__anon8538
H A Dradeon_state.c2679 int sz = header.vectors.count;
2680 int start = header.vectors.offset;
2681 int stride = header.vectors.stride;
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_drm.h200 } vectors; member in union:__anon8684
H A Dradeon_state.c2713 int sz = header.vectors.count;
2714 int start = header.vectors.offset;
2715 int stride = header.vectors.stride;
/freebsd-10.3-release/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl56 # most common key lengths are even and vectors are commonly malloc-ed,
167 comiclr,<= 6,$num,%r0 ; are vectors long enough?
184 comib,> 3,$num,L\$abort ; are vectors long enough?
H A Dsparcv9a-mont.pl84 $ap_h="%l2"; # to these four vectors as double-precision FP values.
158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
H A Dia64-mont.pl18 # - shorter vector support [with input vectors being fetched only
29 # vectors up to 8 elements, or 512 bits. This means that 256-bit
414 // load input vectors padding them to 8 elements

Completed in 287 milliseconds