Searched refs:INTR_EXCL (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c136 flags |= INTR_EXCL;
H A Dintr_machdep.c427 INTR_TYPE_MISC | INTR_EXCL, &ipi_cookie);
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c350 INTR_TYPE_MISC | INTR_EXCL, NULL);
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c276 flags |= INTR_EXCL;
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c463 INTR_TYPE_MISC | INTR_EXCL, NULL);
H A Dnexus.c303 flags |= INTR_EXCL;
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dintr_machdep.c346 if ((flags & INTR_BRIDGE) != 0 && (flags & INTR_EXCL) == 0)
H A Dnexus.c317 flags |= INTR_EXCL;
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c304 flags |= INTR_EXCL;
/freebsd-11-stable/sys/kern/
H A Dkern_intr.c603 if (flags & INTR_EXCL)
613 if ((flags & INTR_EXCL) ||
677 if (flags & INTR_EXCL)
687 if ((flags & INTR_EXCL) ||
/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c433 flags |= INTR_EXCL;
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h560 INTR_EXCL = 256, /* exclusive interrupt */ enumerator in enum:intr_type
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_irq.c329 sh_flags |= INTR_EXCL;
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c156 RT305X_PCI_INTR_PIN, INTR_TYPE_MISC | INTR_EXCL, NULL);
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c618 flags |= INTR_EXCL;
/freebsd-11-stable/sys/sys/
H A Dbus.h263 INTR_EXCL = 256, /* exclusive interrupt */ enumerator in enum:intr_type
/freebsd-11-stable/sys/x86/xen/
H A Dxen_intr.c1580 flags|INTR_EXCL, &isrc->xi_cookie);
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c1740 INTR_EXCL, NULL, cgem_intr, sc, &sc->intrhand);

Completed in 228 milliseconds