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

/external/qemu/hw/intc/
H A Dapic.c66 typedef struct APICState { struct
90 } APICState; typedef in typeref:struct:APICState
93 static APICState *local_apics[MAX_APICS + 1];
98 static void apic_set_irq(APICState *s, int vector_num, int trigger_mode);
99 static void apic_update_irq(APICState *s);
142 APICState *s = env->apic_state;
176 APICState *s = env->apic_state;
215 APICState *apic_iter;
282 APICState *s = env->apic_state;
300 APICState *
[all...]

Completed in 76 milliseconds