Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h131 #define MP_IRQPOL_DEFAULT 0x0 macro
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c261 intsrc.irqflag = MP_IRQTRIG_DEFAULT | MP_IRQPOL_DEFAULT; in construct_default_ioirq_mptable()
309 MP_IRQPOL_DEFAULT; in construct_default_ioirq_mptable()
397 lintsrc.irqflag = MP_IRQTRIG_DEFAULT | MP_IRQPOL_DEFAULT; in construct_default_ISA_mptable()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c737 case MP_IRQPOL_DEFAULT: in irq_active_low()