Home
last modified time | relevance | path

Searched refs:RemoteMachineState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/remote/
H A Dmachine.c31 RemoteMachineState *s = REMOTE_MACHINE(machine); in remote_machine_init()
75 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_get_vfio_user()
82 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_set_vfio_user()
94 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_get_auto_shutdown()
102 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_set_auto_shutdown()
109 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_instance_init()
146 .instance_size = sizeof(RemoteMachineState),
H A Diohub.c93 RemoteMachineState *machine = REMOTE_MACHINE(current_machine); in process_set_irqfd_msg()
/openbmc/qemu/include/hw/remote/
H A Dmachine.h20 struct RemoteMachineState { struct
38 OBJECT_DECLARE_SIMPLE_TYPE(RemoteMachineState, REMOTE_MACHINE) argument