Searched defs:IOAPICState (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/hw/i386/
H A Dpc.h46 typedef struct IOAPICState IOAPICState; typedef in typeref:struct:IOAPICState
55 IOAPICState *ioapic_init(void);
/external/qemu/hw/intc/
H A Dioapic.c46 struct IOAPICState { struct
54 static void ioapic_service(IOAPICState *s)
92 IOAPICState *s = opaque;
125 IOAPICState *s = opaque;
161 IOAPICState *s = opaque;
197 IOAPICState *s = opaque;
209 IOAPICState *s = opaque;
225 IOAPICState *s = opaque;
245 IOAPICState *ioapic_init(void)
247 IOAPICState *
[all...]

Completed in 220 milliseconds