Home
last modified time | relevance | path

Searched refs:XenIOState (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c68 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_set_memory()
102 XenIOState *state = container_of(listener, XenIOState, io_listener); in xen_io_add()
117 XenIOState *state = container_of(listener, XenIOState, io_listener); in xen_io_del()
132 XenIOState *state = container_of(listener, XenIOState, device_listener); in xen_device_realize()
150 XenIOState *state = container_of(listener, XenIOState, device_listener); in xen_device_unrealize()
204 static ioreq_t *cpu_get_ioreq(XenIOState *state) in cpu_get_ioreq()
545 XenIOState *state = opaque; in handle_buffered_io()
565 XenIOState *state = opaque; in cpu_handle_ioreq()
640 XenIOState *state = opaque; in xen_hvm_change_state_handler()
653 XenIOState *state = container_of(n, XenIOState, exit); in xen_exit_notifier()
[all …]
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c245 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()
[all …]
/openbmc/qemu/include/hw/i386/
H A Dxen_arch_hvm.h7 void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
8 void arch_xen_set_memory(XenIOState *state,
/openbmc/qemu/include/hw/arm/
H A Dxen_arch_hvm.h5 void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
6 void arch_xen_set_memory(XenIOState *state,
/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h61 typedef struct XenIOState { struct
85 } XenIOState; argument
97 void xen_register_ioreq(XenIOState *state, unsigned int max_cpus,
/openbmc/qemu/hw/arm/
H A Dxen_arm.c57 XenIOState *state;
135 void arch_handle_ioreq(XenIOState *state, ioreq_t *req) in arch_handle_ioreq()
142 void arch_xen_set_memory(XenIOState *state, MemoryRegionSection *section, in arch_xen_set_memory()
182 xam->state = g_new0(XenIOState, 1); in xen_arm_init()