Symbol: INTR_TRIGGER_CONFORM
sys/arm/allwinner/aw_nmi.c
295
sc->intr.tri = INTR_TRIGGER_CONFORM;
sys/arm/allwinner/aw_nmi.c
375
sc->intr.tri = INTR_TRIGGER_CONFORM;
sys/arm/arm/gic.c
260
irqs[irq].gi_trig = INTR_TRIGGER_CONFORM;
sys/arm/arm/gic.c
302
KASSERT(sc->gic_irqs[start + i].gi_trig == INTR_TRIGGER_CONFORM,
sys/arm/arm/gic.c
699
*trigp = INTR_TRIGGER_CONFORM;
sys/arm/arm/gic.c
831
if (trig != INTR_TRIGGER_CONFORM && trig != INTR_TRIGGER_EDGE &&
sys/arm/arm/gic.c
885
trig = INTR_TRIGGER_CONFORM;
sys/arm/arm/gic.c
891
(trig != INTR_TRIGGER_CONFORM && trig != gi->gi_trig))
sys/arm/arm/gic.c
901
if (trig == INTR_TRIGGER_CONFORM)
sys/arm/arm/gic.c
935
gi->gi_trig = INTR_TRIGGER_CONFORM;
sys/arm64/apple/apple_aic.c
236
die_isrcs[j].ai_trig = INTR_TRIGGER_CONFORM;
sys/arm64/apple/apple_aic.c
388
trig = INTR_TRIGGER_CONFORM;
sys/arm64/apple/apple_aic.c
398
if (trig == INTR_TRIGGER_CONFORM)
sys/arm64/arm64/gic_v3.c
285
KASSERT(sc->gic_irqs[start + i].gi_trig == INTR_TRIGGER_CONFORM,
sys/arm64/arm64/gic_v3.c
364
sc->gic_irqs[irq].gi_trig = INTR_TRIGGER_CONFORM;
sys/arm64/arm64/gic_v3.c
813
case INTR_TRIGGER_CONFORM:
sys/arm64/arm64/gic_v3.c
916
trig == INTR_TRIGGER_CONFORM)
sys/arm64/arm64/gic_v3.c
959
gi->gi_trig = INTR_TRIGGER_CONFORM;
sys/powerpc/mpc85xx/atpic.c
357
*trig = INTR_TRIGGER_CONFORM;
sys/powerpc/ofw/openpic_ofw.c
159
*trig = INTR_TRIGGER_CONFORM;
sys/powerpc/powernv/xive.c
657
*trig = INTR_TRIGGER_CONFORM;
sys/powerpc/powerpc/intr_machdep.c
243
i->trig = INTR_TRIGGER_CONFORM;
sys/powerpc/powerpc/intr_machdep.c
489
if (i->trig != INTR_TRIGGER_CONFORM ||
sys/powerpc/powerpc/intr_machdep.c
556
if (i->trig != INTR_TRIGGER_CONFORM ||
sys/x86/isa/atpic.c
351
if (trig == INTR_TRIGGER_CONFORM)
sys/x86/x86/io_apic.c
578
KASSERT(!(trig == INTR_TRIGGER_CONFORM || pol == INTR_POLARITY_CONFORM),
sys/x86/x86/io_apic.c
901
if (pin >= io->io_numintr || trigger == INTR_TRIGGER_CONFORM)
sys/x86/x86/local_apic.c
1394
if (pin > APIC_LVT_MAX || trigger == INTR_TRIGGER_CONFORM)