Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/remote/
H A Diohub.h26 typedef struct RemoteIOHubState { struct
33 } RemoteIOHubState; argument
39 void remote_iohub_init(RemoteIOHubState *iohub);
40 void remote_iohub_finalize(RemoteIOHubState *iohub);
H A Dmachine.h24 RemoteIOHubState iohub;
/openbmc/qemu/hw/remote/
H A Diohub.c21 void remote_iohub_init(RemoteIOHubState *iohub) in remote_iohub_init()
36 void remote_iohub_finalize(RemoteIOHubState *iohub) in remote_iohub_finalize()
56 RemoteIOHubState *iohub = opaque; in remote_iohub_set_irq()
75 RemoteIOHubState *iohub = token->iohub; in intr_resample_handler()
94 RemoteIOHubState *iohub = &machine->iohub; in process_set_irqfd_msg()