Home
last modified time | relevance | path

Searched refs:MP_IRQPOL_ACTIVE_LOW (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h134 #define MP_IRQPOL_ACTIVE_LOW 0x3 macro
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c638 if (m->irqflag != (MP_IRQTRIG_LEVEL | MP_IRQPOL_ACTIVE_LOW)) in get_MP_intsrc_index()
648 MP_IRQPOL_ACTIVE_LOW)) in get_MP_intsrc_index()
760 MP_IRQPOL_ACTIVE_LOW)) in replace_intsrc_all()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c748 case MP_IRQPOL_ACTIVE_LOW: in irq_active_low()