OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APICState
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
apic.c
66
typedef struct
APICState
{
90
}
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);
141
APICState
*s = env->apic_state;
175
APICState
*s = env->apic_state;
214
APICState
*apic_iter;
281
APICState
*s = env->apic_state;
299
APICState
*s = env->apic_state
[
all
...]
/external/qemu/target-i386/
cpu.h
696
struct
APICState
*apic_state;
Completed in 492 milliseconds