Searched refs:INTR_ENTROPY (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/sys/dev/ida/
H A Dida_pci.c293 error = bus_setup_intr(dev, ida->irq, INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE,
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_dev.c211 INTR_ENTROPY, NULL, opal_intr, (void *)rman_get_start(irq),
/freebsd-13-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c506 INTR_ENTROPY | INTR_TYPE_TTY | INTR_MPSAFE, NULL,
/freebsd-13-stable/sys/dev/amr/
H A Damr_pci.c245 INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE, NULL, amr_pci_intr,
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.h319 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs.h475 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.h361 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/ata/
H A Data-all.h201 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.h72 #define ISP_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
/freebsd-13-stable/sys/dev/pst/
H A Dpst-iop.c163 bus_setup_intr(sc->dev, sc->r_irq, INTR_TYPE_BIO|INTR_ENTROPY|INTR_MPSAFE,
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3cdrom.c185 INTR_TYPE_CAM | INTR_MPSAFE | INTR_ENTROPY,
H A Dps3disk.c207 INTR_TYPE_BIO | INTR_MPSAFE | INTR_ENTROPY,
H A Dif_glc.c182 INTR_TYPE_NET | INTR_MPSAFE | INTR_ENTROPY,
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_llan.c193 INTR_ENTROPY, NULL, llan_intr, sc, &sc->irq_cookie);
H A Dphyp_vscsi.c310 INTR_ENTROPY, NULL, vscsi_intr, sc, &sc->irq_cookie);
/freebsd-13-stable/sys/dev/sound/macio/
H A Di2s.c383 INTR_ENTROPY, NULL, aoagpio_int, gpio, &cookie);
/freebsd-13-stable/sys/powerpc/powermac/
H A Dcuda.c177 | INTR_ENTROPY, NULL, cuda_intr, dev, &sc->sc_ih) != 0) {
H A Dpmu.c321 | INTR_ENTROPY, NULL, pmu_intr, dev, &sc->sc_ih) != 0) {
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.h66 #ifndef INTR_ENTROPY
67 # define INTR_ENTROPY 0 macro
/freebsd-13-stable/sys/kern/
H A Dkern_intr.c595 if (flags & INTR_ENTROPY)
1025 if (flags & INTR_ENTROPY)
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.h757 #define MPT_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
/freebsd-13-stable/sys/dev/twe/
H A Dtwe_freebsd.c260 if (bus_setup_intr(sc->twe_dev, sc->twe_irq, INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE,
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h596 INTR_ENTROPY = 1024, /* this interrupt provides entropy */ enumerator in enum:intr_type
/freebsd-13-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c375 error = virtio_setup_intr(dev, INTR_TYPE_BIO | INTR_ENTROPY);
/freebsd-13-stable/sys/sys/
H A Dbus.h263 INTR_ENTROPY = 1024, /* this interrupt provides entropy */ enumerator in enum:intr_type

Completed in 319 milliseconds

12