Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h195 typedef struct VAPICState { struct
201 } QEMU_PACKED VAPICState; argument
/openbmc/qemu/hw/intc/
H A Dapic.c99 VAPICState vapic_state; in apic_sync_vapic()
113 start = offsetof(VAPICState, isr); in apic_sync_vapic()
114 length = offsetof(VAPICState, enabled) - offsetof(VAPICState, isr); in apic_sync_vapic()
122 length = sizeof(VAPICState); in apic_sync_vapic()
/openbmc/qemu/hw/i386/
H A Dvapic.c376 cpu_physical_memory_write(vapic_paddr + offsetof(VAPICState, enabled), in vapic_enable()
744 cpu_physical_memory_write(s->vapic_paddr + offsetof(VAPICState, enabled), in do_vapic_enable()