Searched refs:XenIOState (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 68 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() 181 static ioreq_t *cpu_get_ioreq_from_shared_memory(XenIOState *state, int vcpu) in cpu_get_ioreq_from_shared_memory() 204 static ioreq_t *cpu_get_ioreq(XenIOState *state) in cpu_get_ioreq() 384 static void cpu_ioreq_config(XenIOState *state, ioreq_t *req) in cpu_ioreq_config() 440 static void handle_ioreq(XenIOState *state, ioreq_t *req) in handle_ioreq() 478 static unsigned int handle_buffered_iopage(XenIOState *state) in handle_buffered_iopage() [all …]
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 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() [all …]
|
/openbmc/qemu/include/hw/arm/ |
H A D | xen_arch_hvm.h | 5 void arch_handle_ioreq(XenIOState *state, ioreq_t *req); 6 void arch_xen_set_memory(XenIOState *state,
|
/openbmc/qemu/include/hw/i386/ |
H A D | xen_arch_hvm.h | 7 void arch_handle_ioreq(XenIOState *state, ioreq_t *req); 8 void arch_xen_set_memory(XenIOState *state,
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-hvm-common.h | 61 typedef struct XenIOState { struct 87 } XenIOState; argument 99 void xen_register_ioreq(XenIOState *state, unsigned int max_cpus,
|
H A D | xen-pvh-common.h | 62 XenIOState ioreq;
|
/openbmc/qemu/hw/arm/ |
H A D | xen-stubs.c | 15 void arch_handle_ioreq(XenIOState *state, ioreq_t *req) in arch_handle_ioreq() 21 void arch_xen_set_memory(XenIOState *state, MemoryRegionSection *section, in arch_xen_set_memory()
|