Searched refs:intr_type (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/sys/xen/
H A Dxen_intr.h68 enum intr_type irqflags, xen_intr_handle_t *handlep);
92 void *arg, enum intr_type irqflags, xen_intr_handle_t *handlep);
116 driver_intr_t handler, void *arg, enum intr_type irqflags,
141 void *arg, enum intr_type irqflags, xen_intr_handle_t *handlep);
158 driver_filter_t filter, enum intr_type irqflags,
/freebsd-10-stable/sys/powerpc/include/
H A Dintr_machdep.h55 void *, enum intr_type, void **);
/freebsd-10-stable/sys/sys/
H A Dinterrupt.h160 u_char intr_priority(enum intr_type flags);
163 u_char pri, enum intr_type flags, void **cookiep);
181 driver_intr_t handler, void *arg, int pri, enum intr_type flags,
H A Dbus.h231 enum intr_type { enum
/freebsd-10-stable/sys/ia64/include/
H A Dintr.h72 void *, enum intr_type, void **);
/freebsd-10-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c116 static int vtpci_setup_intr(device_t, enum intr_type);
141 enum intr_type);
143 enum intr_type);
145 enum intr_type);
146 static int vtpci_setup_interrupts(struct vtpci_softc *, enum intr_type);
528 vtpci_setup_intr(device_t dev, enum intr_type type)
943 vtpci_setup_legacy_interrupt(struct vtpci_softc *sc, enum intr_type type)
956 vtpci_setup_pervq_msix_interrupts(struct vtpci_softc *sc, enum intr_type type)
983 vtpci_setup_msix_interrupts(struct vtpci_softc *sc, enum intr_type type)
1009 vtpci_setup_interrupts(struct vtpci_softc *sc, enum intr_type typ
[all...]
/freebsd-10-stable/sys/dev/virtio/
H A Dvirtio.h76 int virtio_setup_intr(device_t dev, enum intr_type type);
H A Dvirtio.c200 virtio_setup_intr(device_t dev, enum intr_type type)
/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h162 driver_intr_t handler, void *arg, enum intr_type flags,
/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h159 driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep);
/freebsd-10-stable/sys/dev/tws/
H A Dtws.h256 u_int8_t intr_type; /* Interrupt type used */ member in struct:tws_softc
H A Dtws.c271 sc->intr_type = TWS_INTx; /* default */
274 sc->intr_type = TWS_MSI;
381 if ( sc->intr_type == TWS_MSI ) {
468 switch(sc->intr_type) {
/freebsd-10-stable/sys/x86/xen/
H A Dxen_intr.c375 driver_intr_t handler, void *arg, enum intr_type flags,
969 enum intr_type flags, xen_intr_handle_t *port_handlep)
990 enum intr_type flags, xen_intr_handle_t *port_handlep)
1025 void *arg, enum intr_type flags, xen_intr_handle_t *port_handlep)
1064 enum intr_type flags, xen_intr_handle_t *port_handlep)
1125 driver_filter_t filter, enum intr_type flags,
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmx.c2099 uint32_t intr_type, intr_vec, reason; local
2158 intr_type = idtvec_info & VMCS_INTR_T_MASK;
2159 if (intr_type == VMCS_INTR_T_NMI) {
2170 if (intr_type == VMCS_INTR_T_SWINTR ||
2171 intr_type == VMCS_INTR_T_PRIV_SWEXCEPTION ||
2172 intr_type == VMCS_INTR_T_SWEXCEPTION) {
2202 intr_type = idtvec_info & VMCS_INTR_T_MASK;
2203 if (intr_type != VMCS_INTR_T_SWINTR &&
2204 intr_type != VMCS_INTR_T_SWEXCEPTION &&
2205 intr_type !
[all...]
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dsvm.c867 intrtype_to_str(int intr_type) argument
869 switch (intr_type) {
879 panic("%s: unknown intr_type %d", __func__, intr_type);
888 svm_eventinject(struct svm_softc *sc, int vcpu, int intr_type, int vector, argument
901 switch (intr_type) {
911 panic("%s: invalid intr_type/vector: %d/%d", __func__,
912 intr_type, vector);
914 ctrl->eventinj = vector | (intr_type << 8) | VMCB_EVENTINJ_VALID;
919 intrtype_to_str(intr_type), vecto
[all...]
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_vf.c65 uint16_t intr_type; /* MSI, or MSI-X */ member in struct:intrs_and_queues
338 iaq->intr_type = itype;
702 sc->intr_type = iaq.intr_type;
779 sc->params.nports, sc->intr_count, sc->intr_type == INTR_MSIX ?
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c561 intr->intr_type = INTR_INT;
1348 intr->intr_type = INTR_INT;
1416 intr->intr_type = INTR_INT;
1419 intr->intr_type = INTR_INT;
1423 intr->intr_type = INTR_INT;
1427 intr->intr_type = INTR_INT;
1432 intr->intr_type = INTR_INT;
1443 intr->intr_type = INTR_REAL;
H A Dctftools.h182 intrtype_t intr_type; member in struct:intr
H A Dmerge.c224 if (si->intr_type != ti->intr_type ||
230 if (si->intr_type == INTR_INT &&
233 else if (si->intr_type == INTR_REAL &&
H A Dctf.c331 if (ip->intr_type == INTR_INT)
340 if (ip->intr_type == INTR_INT) {
1078 ip->intr_type = INTR_INT;
1104 ip->intr_type = INTR_REAL;
H A Dst_parse.c781 intr->intr_type = INTR_INT;
803 intr->intr_type = INTR_REAL;
/freebsd-10-stable/sys/ia64/ia64/
H A Dinterrupt.c188 driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep)
/freebsd-10-stable/sys/kern/
H A Dkern_intr.c127 intr_priority(enum intr_type flags)
515 enum intr_type flags, void **cookiep)
589 enum intr_type flags, void **cookiep)
1105 void *arg, int pri, enum intr_type flags, void **cookiep)
/freebsd-10-stable/sys/x86/x86/
H A Dintr_machdep.c175 driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep)
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dintr_machdep.c459 driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep)

Completed in 387 milliseconds

12