Home
last modified time | relevance | path

Searched refs:INTR_EXCL (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dpswitch.c100 if (bus_setup_intr(dev, sc->sc_irq, INTR_TYPE_MISC | INTR_EXCL, in pswitch_attach()
/freebsd/sys/powerpc/powerpc/
H A Dnexus.c163 flags |= INTR_EXCL; in nexus_setup_intr()
H A Dintr_machdep.c473 INTR_TYPE_MISC | INTR_EXCL, &ipi_cookie, in powerpc_enable_intr()
/freebsd/sys/dev/acpica/
H A Dacpi_ged.c248 INTR_EXCL, NULL, acpi_ged_intr, &sc->evts[i], in acpi_ged_attach()
/freebsd/sys/kern/
H A Dkern_intr.c613 if ((flags & INTR_SLEEPABLE) != 0 && (flags & INTR_EXCL) == 0) { in intr_event_add_handler()
627 if (flags & INTR_EXCL) in intr_event_add_handler()
639 if ((flags & (INTR_EXCL | INTR_SLEEPABLE)) || in intr_event_add_handler()
/freebsd/sys/arm/arm/
H A Dnexus.c278 flags |= INTR_EXCL; in nexus_setup_intr()
/freebsd/sys/riscv/riscv/
H A Dnexus.c270 flags |= INTR_EXCL; in nexus_setup_intr()
/freebsd/sys/arm64/arm64/
H A Dnexus.c281 flags |= INTR_EXCL; in nexus_setup_intr()
/freebsd/sys/x86/x86/
H A Dnexus.c467 flags |= INTR_EXCL; in nexus_setup_intr()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c379 flags |= INTR_EXCL; in XX_SetIntr()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci.c840 flags |= INTR_EXCL; in vmci_setup_interrupts()
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c1056 flags | INTR_EXCL, isrc, &isrc->xi_cookie); in xen_intr_get_evtchn_from_port()
/freebsd/stand/kshim/
H A Dbsd_kernel.h607 INTR_EXCL = 256, /* exclusive interrupt */ enumerator
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c327 sh_flags |= INTR_EXCL; in drm_irq_install()
/freebsd/sys/sys/
H A Dbus.h277 INTR_EXCL = 256, /* exclusive interrupt */ enumerator
/freebsd/sys/dev/cadence/
H A Dif_cgem.c1864 INTR_EXCL, NULL, cgem_intr, sc, &sc->intrhand); in cgem_attach()