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

/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_hpet.c103 uint32_t vectors; member in struct:hpet_softc::hpet_timer
443 t->vectors = bus_read_4(sc->mem_res, HPET_TIMER_CAP_CNF(i) + 4);
447 t->vectors, (t->caps & HPET_TCNF_INT_ROUTE) >> 9,
490 sc->t[0].vectors = 0;
491 sc->t[1].vectors = 0;
537 /* Find IRQ vectors for all timers. */
556 else if (dvectors & t->vectors) {
557 t->irq = ffs(dvectors & t->vectors) - 1;
580 if (t->irq < 0 && (cvectors & t->vectors) != 0) {
581 cvectors &= t->vectors;
[all...]
/freebsd-10.0-release/sys/dev/pci/
H A Dpci_private.h91 int count, const u_int *vectors);
H A Dpcivar.h110 int msix_alloc; /* Number of allocated vectors. */
113 struct msix_vector *msix_vectors; /* Array of allocated vectors. */
461 pci_remap_msix(device_t dev, int count, const u_int *vectors) argument
463 return (PCI_REMAP_MSIX(device_get_parent(dev), dev, count, vectors));
H A Dvga_pci.c509 const u_int *vectors)
516 return (pci_remap_msix(dev, count, vectors));
508 vga_pci_remap_msix(device_t dev, device_t child, int count, const u_int *vectors) argument
H A Dpci.c1395 /* First, mask all vectors. */
1465 "attempting to allocate %d MSI-X vectors (%d supported)\n",
1526 /* Mask all vectors. */
1563 * The 'vectors' array contains 'count' message vectors. The array
1580 * 3. Call the three vectors allocated by pci_alloc_msix() A, B, and
1594 const u_int *vectors)
1609 /* Sanity check the vectors. */
1611 if (vectors[i] > msix->msix_alloc)
1615 * Make sure there aren't any holes in the vectors t
1593 pci_remap_msix_method(device_t dev, device_t child, int count, const u_int *vectors) argument
[all...]
/freebsd-10.0-release/sys/crypto/siphash/
H A Dsiphash_test.c39 uint8_t vectors[64][8] = variable
129 if (memcmp(out, vectors[i], 8))
/freebsd-10.0-release/sys/arm/arm/
H A Dmachdep.c138 * (hypothetical) memsize of 4GB and all kernel mappings (vectors, msgbuf,
301 * relocate the vectors.
311 unsigned int *vectors = (int *) va; local
312 unsigned int *vectors_data = vectors + (page0_data - page0);
316 * Loop through the vectors we're taking over, and copy the
324 vectors[vec] = page0[vec];
328 /* Now sync the vectors. */
1315 * L1 and L2 tables map and one for vectors map.
1354 * or 0xffff0000. This page will just contain the system vectors
/freebsd-10.0-release/sys/dev/drm/
H A Dradeon_drm.h198 } vectors; member in union:__anon8033
H A Dradeon_state.c2679 int sz = header.vectors.count;
2680 int start = header.vectors.offset;
2681 int stride = header.vectors.stride;
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_drm.h200 } vectors; member in union:__anon8182
H A Dradeon_state.c2713 int sz = header.vectors.count;
2714 int start = header.vectors.offset;
2715 int stride = header.vectors.stride;
/freebsd-10.0-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 168 milliseconds