Searched refs:IST_PULSE (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/sys/arch/amd64/include/
H A Dintrdefs.h43 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/sh/include/
H A Dintr.h43 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/i386/include/
H A Dintrdefs.h78 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dintr.c145 case IST_PULSE:
/openbsd-current/sys/arch/hppa/include/
H A Dintr.h57 #define IST_PULSE 1 macro
/openbsd-current/sys/arch/powerpc/include/
H A Dintr.h57 #define IST_PULSE 1 macro
/openbsd-current/sys/arch/loongson/include/
H A Dintr.h74 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/octeon/include/
H A Dintr.h73 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/arm64/include/
H A Dintr.h71 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/alpha/dev/
H A Dshared_intr.c56 case IST_PULSE:
161 case IST_PULSE:
/openbsd-current/sys/arch/armv7/include/
H A Dintr.h70 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/riscv64/include/
H A Dintr.h70 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/alpha/include/
H A Dintr.h134 #define IST_PULSE 1 /* pulsed */ macro
/openbsd-current/sys/arch/alpha/pci/
H A Dsio_pic.c642 case IST_PULSE:
685 case IST_PULSE:
/openbsd-current/sys/arch/amd64/isa/
H A Dclock.c297 isa_intr_establish(NULL, 0, IST_PULSE, IPL_CLOCK | IPL_MPSAFE,
299 isa_intr_establish(NULL, 8, IST_PULSE, IPL_STATCLOCK | IPL_MPSAFE,
H A Disa_machdep.c206 case IST_PULSE:
242 case IST_PULSE:
/openbsd-current/sys/arch/i386/isa/
H A Disa_machdep.c400 case IST_PULSE:
436 case IST_PULSE:
519 case IST_PULSE:
H A Dclock.c439 (void)isa_intr_establish(NULL, 0, IST_PULSE, IPL_CLOCK | IPL_MPSAFE,
441 (void)isa_intr_establish(NULL, 8, IST_PULSE, IPL_STATCLOCK | IPL_MPSAFE,
H A Dlms.c141 sc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq, IST_PULSE,
H A Dmms.c130 sc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq, IST_PULSE,
/openbsd-current/sys/dev/isa/
H A Di82365_isasubr.c192 ist = IST_PULSE;
H A Dtcic2_isa.c325 ist = IST_PULSE;
H A Disa.c297 case IST_PULSE:
/openbsd-current/sys/arch/macppc/dev/
H A Dmacintr.c310 case IST_PULSE:
/openbsd-current/sys/arch/amd64/pci/
H A Dpci_machdep.c882 return intr_establish(-1, &msi_pic, tag, IST_PULSE, level,
886 return intr_establish(-1, &msix_pic, tag, IST_PULSE, level,

Completed in 287 milliseconds

12