Home
last modified time | relevance | path

Searched refs:hyperv_set_event_flag (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h40 int hyperv_set_event_flag(HvSintRoute *sint_route, unsigned eventno);
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c199 assert(!hyperv_set_event_flag(conn->sint_route, conn->conn_id)); in evt_conn_handler()
H A Dhyperv.c348 int hyperv_set_event_flag(HvSintRoute *sint_route, unsigned eventno) in hyperv_set_event_flag() function
H A Dvmbus.c742 return hyperv_set_event_flag(chan->notify_route, chan->id); in vmbus_channel_notify_guest()