Home
last modified time | relevance | path

Searched refs:INTR_ENTROPY (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-13-stable/sys/dev/ida/
HDida_pci.c291 error = bus_setup_intr(dev, ida->irq, INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE, in ida_pci_attach()
/freebsd-13-stable/sys/dev/siis/
HDsiis.h317 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/powerpc/powernv/
HDopal_dev.c209 INTR_ENTROPY, NULL, opal_intr, (void *)rman_get_start(irq), in opaldev_attach()
/freebsd-13-stable/sys/dev/altera/jtag_uart/
HDaltera_jtag_uart_tty.c504 INTR_ENTROPY | INTR_TYPE_TTY | INTR_MPSAFE, NULL, in altera_jtag_uart_attach()
/freebsd-13-stable/sys/dev/arcmsr/
HDarcmsr.h65 #ifndef INTR_ENTROPY
66 # define INTR_ENTROPY 0 macro
/freebsd-13-stable/sys/dev/amr/
HDamr_pci.c243 INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE, NULL, amr_pci_intr, in amr_pci_attach()
/freebsd-13-stable/sys/dev/mvs/
HDmvs.h473 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/sound/macio/
HDi2s.c379 INTR_ENTROPY, NULL, aoagpio_int, gpio, &cookie); in aoagpio_attach()
/freebsd-13-stable/sys/dev/ahci/
HDahci.h359 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/dpaa2/
HDdpaa2_io.c415 INTR_ENTROPY, NULL, dpaa2_io_intr, sc, &sc->intr)) { in dpaa2_io_setup_irqs()
/freebsd-13-stable/sys/dev/pst/
HDpst-iop.c161 bus_setup_intr(sc->dev, sc->r_irq, INTR_TYPE_BIO|INTR_ENTROPY|INTR_MPSAFE, in iop_attach()
/freebsd-13-stable/sys/kern/
HDkern_intr.c594 if (flags & INTR_ENTROPY) in intr_event_add_handler()
1024 if (flags & INTR_ENTROPY) in swi_add()
/freebsd-13-stable/sys/powerpc/pseries/
HDphyp_llan.c191 INTR_ENTROPY, NULL, llan_intr, sc, &sc->irq_cookie); in llan_attach()
HDphyp_vscsi.c308 INTR_ENTROPY, NULL, vscsi_intr, sc, &sc->irq_cookie); in vscsi_attach()
/freebsd-13-stable/sys/dev/ata/
HData-all.h199 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/powerpc/ps3/
HDps3disk.c205 INTR_TYPE_BIO | INTR_MPSAFE | INTR_ENTROPY, in ps3disk_attach()
HDps3cdrom.c183 INTR_TYPE_CAM | INTR_MPSAFE | INTR_ENTROPY, in ps3cdrom_attach()
HDif_glc.c180 INTR_TYPE_NET | INTR_MPSAFE | INTR_ENTROPY, in glc_attach()
/freebsd-13-stable/sys/dev/isp/
HDisp_freebsd.h71 #define ISP_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
/freebsd-13-stable/sys/powerpc/powermac/
HDcuda.c175 | INTR_ENTROPY, NULL, cuda_intr, dev, &sc->sc_ih) != 0) { in cuda_attach()
HDpmu.c319 | INTR_ENTROPY, NULL, pmu_intr, dev, &sc->sc_ih) != 0) { in setup_pmu_intr()
/freebsd-13-stable/stand/kshim/
HDbsd_kernel.h606 INTR_ENTROPY = 1024, /* this interrupt provides entropy */ enumerator
/freebsd-13-stable/sys/dev/mpt/
HDmpt.h756 #define MPT_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
/freebsd-13-stable/sys/dev/twe/
HDtwe_freebsd.c258 if (bus_setup_intr(sc->twe_dev, sc->twe_irq, INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE, in twe_attach()
/freebsd-13-stable/sys/dev/virtio/block/
HDvirtio_blk.c375 error = virtio_setup_intr(dev, INTR_TYPE_BIO | INTR_ENTROPY); in vtblk_attach()

12