Searched refs:VAPICState (Results 1 – 3 of 3) sorted by relevance
195 typedef struct VAPICState { struct201 } QEMU_PACKED VAPICState; argument
99 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()
376 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()