Lines Matching refs:XenIOState
209 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()
239 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()
245 static int xen_add_to_physmap(XenIOState *state, in xen_add_to_physmap()
326 static int xen_remove_from_physmap(XenIOState *state, in xen_remove_from_physmap()
375 static void xen_sync_dirty_bitmap(XenIOState *state, in xen_sync_dirty_bitmap()
432 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_start()
454 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_sync()
512 static void handle_vmport_ioreq(XenIOState *state, ioreq_t *req) in handle_vmport_ioreq()
529 static void xen_read_physmap(XenIOState *state) in xen_read_physmap()
577 static void xen_read_physmap(XenIOState *state) in xen_read_physmap()
613 XenIOState *state; in xen_hvm_init_pc()
615 state = g_new0(XenIOState, 1); in xen_hvm_init_pc()
702 void arch_xen_set_memory(XenIOState *state, MemoryRegionSection *section, in arch_xen_set_memory()
746 void arch_handle_ioreq(XenIOState *state, ioreq_t *req) in arch_handle_ioreq()