/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 75 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_set_memory() local 109 XenIOState *state = container_of(listener, XenIOState, io_listener); in xen_io_add() local 124 XenIOState *state = container_of(listener, XenIOState, io_listener); in xen_io_del() local 139 XenIOState *state = container_of(listener, XenIOState, device_listener); in xen_device_realize() local 157 XenIOState *state = container_of(listener, XenIOState, device_listener); in xen_device_unrealize() local 188 static ioreq_t *cpu_get_ioreq_from_shared_memory(XenIOState *state, int vcpu) in cpu_get_ioreq_from_shared_memory() 211 static ioreq_t *cpu_get_ioreq(XenIOState *state) in cpu_get_ioreq() 391 static void cpu_ioreq_config(XenIOState *state, ioreq_t *req) in cpu_ioreq_config() 447 static void handle_ioreq(XenIOState *state, ioreq_t *req) in handle_ioreq() 485 static unsigned int handle_buffered_iopage(XenIOState *state) in handle_buffered_iopage() [all …]
|
/qemu/hw/misc/ |
H A D | i2c-echo.c | 32 enum i2c_echo_state state; member 41 I2CEchoState *state = opaque; in i2c_echo_bh() local 78 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_event() local 115 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_recv() local 127 I2CEchoState *state = I2C_ECHO(s); in i2c_echo_send() local 141 I2CEchoState *state = I2C_ECHO(dev); in i2c_echo_realize() local
|
/qemu/bsd-user/aarch64/ |
H A D | target_arch_vmparam.h | 59 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate() 64 static inline void set_second_rval(CPUARMState *state, abi_ulong retval2) in set_second_rval() 69 static inline abi_ulong get_second_rval(CPUARMState *state) in get_second_rval()
|
/qemu/bsd-user/riscv/ |
H A D | target_arch_vmparam.h | 38 static inline abi_ulong get_sp_from_cpustate(CPURISCVState *state) in get_sp_from_cpustate() 43 static inline void set_second_rval(CPURISCVState *state, abi_ulong retval2) in set_second_rval() 48 static inline abi_ulong get_second_rval(CPURISCVState *state) in get_second_rval()
|
/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() local 460 XenIOState *state = container_of(listener, XenIOState, memory_listener); in xen_log_sync() local 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 …]
|
/qemu/stubs/ |
H A D | trace-control.c | 14 void trace_event_set_state_dynamic_init(TraceEvent *ev, bool state) in trace_event_set_state_dynamic_init() 19 void trace_event_set_state_dynamic(TraceEvent *ev, bool state) in trace_event_set_state_dynamic()
|
H A D | runstate-check.c | 4 bool runstate_check(RunState state) in runstate_check()
|
H A D | vm-stop.c | 9 void qemu_system_vmstop_request(RunState state) in qemu_system_vmstop_request()
|
/qemu/trace/ |
H A D | control-target.c | 14 void trace_event_set_state_dynamic_init(TraceEvent *ev, bool state) in trace_event_set_state_dynamic_init() 34 void trace_event_set_state_dynamic(TraceEvent *ev, bool state) in trace_event_set_state_dynamic()
|
/qemu/hw/cxl/ |
H A D | cxl-host-stubs.c | 12 void cxl_machine_init(Object *obj, CXLState *state) {}; in cxl_machine_init() 13 void cxl_hook_up_pxb_registers(PCIBus *bus, CXLState *state, Error **errp) {}; in cxl_hook_up_pxb_registers()
|
/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()
|
/qemu/rust/hw/char/pl011/src/ |
H A D | device_class.rs | 21 let state = NonNull::new(opaque).unwrap().cast::<PL011State>(); in pl011_clock_needed() localVariable 38 let state = NonNull::new(opaque).unwrap().cast::<PL011State>(); in pl011_post_load() localVariable
|
/qemu/bsd-user/x86_64/ |
H A D | target_arch_vmparam.h | 37 static inline abi_ulong get_sp_from_cpustate(CPUX86State *state) in get_sp_from_cpustate() 42 static inline void set_second_rval(CPUX86State *state, abi_ulong retval2) in set_second_rval()
|
/qemu/bsd-user/i386/ |
H A D | target_arch_vmparam.h | 37 static inline abi_ulong get_sp_from_cpustate(CPUX86State *state) in get_sp_from_cpustate() 42 static inline void set_second_rval(CPUX86State *state, abi_ulong retval2) in set_second_rval()
|
/qemu/hw/audio/ |
H A D | gusemu_hal.c | 38 unsigned int gus_read(GUSEmuState * state, int port, int size) in gus_read() 190 void gus_write(GUSEmuState * state, int port, int size, unsigned int data) in gus_write() 502 void gus_dma_transferdata(GUSEmuState * state, char *dma_addr, unsigned int count, int TC) in gus_dma_transferdata()
|
/qemu/bsd-user/arm/ |
H A D | target_arch_vmparam.h | 39 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate() 44 static inline void set_second_rval(CPUARMState *state, abi_ulong retval2) in set_second_rval()
|
/qemu/replay/ |
H A D | replay-snapshot.c | 24 ReplayState *state = opaque; in replay_pre_save() local 32 ReplayState *state = opaque; in replay_post_load() local
|
/qemu/hw/intc/ |
H A D | grlib_irqmp.c | 71 IRQMPState *state; member 90 static void grlib_irqmp_check_irqs(IRQMPState *state) in grlib_irqmp_check_irqs() argument 110 static void grlib_irqmp_ack_mask(IRQMPState *state, unsigned int cpu, in grlib_irqmp_ack_mask() 123 IRQMPState *state; in grlib_irqmp_ack() local 167 IRQMPState *state; in grlib_irqmp_read() local 233 IRQMPState *state; in grlib_irqmp_write() local
|
H A D | xics_kvm.c | 67 uint64_t state; in icp_get_kvm_state() local 108 uint64_t state; in icp_set_kvm_state() local 187 uint64_t state; in ics_get_kvm_state() local 254 uint64_t state; in ics_set_kvm_state_one() local
|
/qemu/hw/openrisc/ |
H A D | virt.c | 125 static void openrisc_create_fdt(OR1KVirtState *state, in openrisc_create_fdt() 199 static void openrisc_virt_ompic_init(OR1KVirtState *state, hwaddr base, in openrisc_virt_ompic_init() 230 static void openrisc_virt_serial_init(OR1KVirtState *state, hwaddr base, in openrisc_virt_serial_init() 256 static void openrisc_virt_test_init(OR1KVirtState *state, hwaddr base, in openrisc_virt_test_init() 294 static void openrisc_virt_rtc_init(OR1KVirtState *state, hwaddr base, in openrisc_virt_rtc_init() 367 static void openrisc_virt_pcie_init(OR1KVirtState *state, in openrisc_virt_pcie_init() 443 static void openrisc_virt_virtio_init(OR1KVirtState *state, hwaddr base, in openrisc_virt_virtio_init() 475 OR1KVirtState *state = VIRT_MACHINE(machine); in openrisc_virt_init() local
|
H A D | openrisc_sim.c | 108 static void openrisc_create_fdt(Or1ksimState *state, in openrisc_create_fdt() 171 static void openrisc_sim_net_init(Or1ksimState *state, hwaddr base, hwaddr size, in openrisc_sim_net_init() 214 static void openrisc_sim_ompic_init(Or1ksimState *state, hwaddr base, in openrisc_sim_ompic_init() 245 static void openrisc_sim_serial_init(Or1ksimState *state, hwaddr base, in openrisc_sim_serial_init() 295 Or1ksimState *state = OR1KSIM_MACHINE(machine); in openrisc_sim_init() local
|
/qemu/ |
H A D | blockdev.c | 1215 InternalSnapshotState *state = g_new0(InternalSnapshotState, 1); in internal_snapshot_action() local 1312 InternalSnapshotState *state = opaque; in internal_snapshot_abort() local 1339 g_autofree InternalSnapshotState *state = opaque; in internal_snapshot_clean() local 1378 ExternalSnapshotState *state = g_new0(ExternalSnapshotState, 1); in external_snapshot_action() local 1564 ExternalSnapshotState *state = opaque; in external_snapshot_commit() local 1576 ExternalSnapshotState *state = opaque; in external_snapshot_abort() local 1614 g_autofree ExternalSnapshotState *state = opaque; in external_snapshot_clean() local 1648 DriveBackupState *state = g_new0(DriveBackupState, 1); in drive_backup_action() local 1788 DriveBackupState *state = opaque; in drive_backup_commit() local 1796 DriveBackupState *state = opaque; in drive_backup_abort() local [all …]
|
/qemu/include/hw/ |
H A D | clock.h | 98 #define VMSTATE_CLOCK(field, state) \ argument 100 #define VMSTATE_CLOCK_V(field, state, version) \ argument 102 #define VMSTATE_ARRAY_CLOCK(field, state, num) \ argument 104 #define VMSTATE_ARRAY_CLOCK_V(field, state, num, version) \ argument
|
/qemu/system/ |
H A D | globals.c | 34 bool should_mlock(MlockState state) in should_mlock() 39 bool is_mlock_on_fault(MlockState state) in is_mlock_on_fault()
|
/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge_stubs.c | 14 void pxb_cxl_hook_up_registers(CXLState *state, PCIBus *bus, Error **errp) {}; in pxb_cxl_hook_up_registers()
|