Home
last modified time | relevance | path

Searched defs:mpc_intsrc (Results 1 – 2 of 2) sorted by relevance

/kvmtool/x86/include/asm/
H A Dmpspec_def.h113 struct mpc_intsrc { struct
114 unsigned char type;
115 unsigned char irqtype;
116 unsigned short irqflag;
117 unsigned char srcbus;
118 unsigned char srcbusirq;
119 unsigned char dstapic;
120 unsigned char dstirq;
/kvmtool/x86/
H A Dmptable.c57 static void mptable_add_irq_src(struct mpc_intsrc *mpc_intsrc, in mptable_add_irq_src()
83 struct mpc_intsrc *mpc_intsrc; in mptable__init() local