| /freebsd-13-stable/sys/dev/ida/ |
| HD | ida_pci.c | 291 error = bus_setup_intr(dev, ida->irq, INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE, in ida_pci_attach()
|
| /freebsd-13-stable/sys/dev/siis/ |
| HD | siis.h | 317 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
|
| /freebsd-13-stable/sys/powerpc/powernv/ |
| HD | opal_dev.c | 209 INTR_ENTROPY, NULL, opal_intr, (void *)rman_get_start(irq), in opaldev_attach()
|
| /freebsd-13-stable/sys/dev/altera/jtag_uart/ |
| HD | altera_jtag_uart_tty.c | 504 INTR_ENTROPY | INTR_TYPE_TTY | INTR_MPSAFE, NULL, in altera_jtag_uart_attach()
|
| /freebsd-13-stable/sys/dev/arcmsr/ |
| HD | arcmsr.h | 65 #ifndef INTR_ENTROPY 66 # define INTR_ENTROPY 0 macro
|
| /freebsd-13-stable/sys/dev/amr/ |
| HD | amr_pci.c | 243 INTR_TYPE_BIO | INTR_ENTROPY | INTR_MPSAFE, NULL, amr_pci_intr, in amr_pci_attach()
|
| /freebsd-13-stable/sys/dev/mvs/ |
| HD | mvs.h | 473 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
|
| /freebsd-13-stable/sys/dev/sound/macio/ |
| HD | i2s.c | 379 INTR_ENTROPY, NULL, aoagpio_int, gpio, &cookie); in aoagpio_attach()
|
| /freebsd-13-stable/sys/dev/ahci/ |
| HD | ahci.h | 359 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
|
| /freebsd-13-stable/sys/dev/dpaa2/ |
| HD | dpaa2_io.c | 415 INTR_ENTROPY, NULL, dpaa2_io_intr, sc, &sc->intr)) { in dpaa2_io_setup_irqs()
|
| /freebsd-13-stable/sys/dev/pst/ |
| HD | pst-iop.c | 161 bus_setup_intr(sc->dev, sc->r_irq, INTR_TYPE_BIO|INTR_ENTROPY|INTR_MPSAFE, in iop_attach()
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_intr.c | 594 if (flags & INTR_ENTROPY) in intr_event_add_handler() 1024 if (flags & INTR_ENTROPY) in swi_add()
|
| /freebsd-13-stable/sys/powerpc/pseries/ |
| HD | phyp_llan.c | 191 INTR_ENTROPY, NULL, llan_intr, sc, &sc->irq_cookie); in llan_attach()
|
| HD | phyp_vscsi.c | 308 INTR_ENTROPY, NULL, vscsi_intr, sc, &sc->irq_cookie); in vscsi_attach()
|
| /freebsd-13-stable/sys/dev/ata/ |
| HD | ata-all.h | 199 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
|
| /freebsd-13-stable/sys/powerpc/ps3/ |
| HD | ps3disk.c | 205 INTR_TYPE_BIO | INTR_MPSAFE | INTR_ENTROPY, in ps3disk_attach()
|
| HD | ps3cdrom.c | 183 INTR_TYPE_CAM | INTR_MPSAFE | INTR_ENTROPY, in ps3cdrom_attach()
|
| HD | if_glc.c | 180 INTR_TYPE_NET | INTR_MPSAFE | INTR_ENTROPY, in glc_attach()
|
| /freebsd-13-stable/sys/dev/isp/ |
| HD | isp_freebsd.h | 71 #define ISP_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
|
| /freebsd-13-stable/sys/powerpc/powermac/ |
| HD | cuda.c | 175 | INTR_ENTROPY, NULL, cuda_intr, dev, &sc->sc_ih) != 0) { in cuda_attach()
|
| HD | pmu.c | 319 | INTR_ENTROPY, NULL, pmu_intr, dev, &sc->sc_ih) != 0) { in setup_pmu_intr()
|
| /freebsd-13-stable/stand/kshim/ |
| HD | bsd_kernel.h | 606 INTR_ENTROPY = 1024, /* this interrupt provides entropy */ enumerator
|
| /freebsd-13-stable/sys/dev/mpt/ |
| HD | mpt.h | 756 #define MPT_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
|
| /freebsd-13-stable/sys/dev/twe/ |
| HD | twe_freebsd.c | 258 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/ |
| HD | virtio_blk.c | 375 error = virtio_setup_intr(dev, INTR_TYPE_BIO | INTR_ENTROPY); in vtblk_attach()
|