Searched refs:XenIOState (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/hw/xen/ |
| H A D | arch_hvm.h | 7 void arch_handle_ioreq(XenIOState *state, ioreq_t *req); 8 void arch_xen_set_memory(XenIOState *state,
|
| H A D | xen-hvm-common.h | 53 typedef struct XenIOState { struct 79 } XenIOState; argument 91 void xen_register_ioreq(XenIOState *state, unsigned int max_cpus,
|
| H A D | xen-pvh-common.h | 62 XenIOState ioreq;
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen-hvm.c | 215 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap() 245 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap() 251 static int xen_add_to_physmap(XenIOState *state, in xen_add_to_physmap() 332 static int xen_remove_from_physmap(XenIOState *state, in xen_remove_from_physmap() 381 static void xen_sync_dirty_bitmap(XenIOState *state, in xen_sync_dirty_bitmap() 438 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_start() 460 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_sync() 518 static void handle_vmport_ioreq(XenIOState *state, ioreq_t *req) in handle_vmport_ioreq() 535 static void xen_read_physmap(XenIOState *state) in xen_read_physmap() 583 static void xen_read_physmap(XenIOState *state) in xen_read_physmap() [all …]
|
| /openbmc/qemu/hw/arm/ |
| H A D | xen-stubs.c | 14 void arch_handle_ioreq(XenIOState *state, ioreq_t *req) in arch_handle_ioreq() 19 void arch_xen_set_memory(XenIOState *state, MemoryRegionSection *section, in arch_xen_set_memory()
|