Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h16 typedef struct HvSintRoute HvSintRoute; typedef
24 HvSintRoute *hyperv_sint_route_new(uint32_t vp_index, uint32_t sint,
26 void hyperv_sint_route_ref(HvSintRoute *sint_route);
27 void hyperv_sint_route_unref(HvSintRoute *sint_route);
29 int hyperv_sint_route_set_sint(HvSintRoute *sint_route);
36 int hyperv_post_msg(HvSintRoute *sint_route, struct hyperv_message *msg);
40 int hyperv_set_event_flag(HvSintRoute *sint_route, unsigned eventno);
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c39 QLIST_HEAD(, HvSintRoute) sint_routes;
214 struct HvSintRoute { struct
224 QLIST_ENTRY(HvSintRoute) link; argument
239 HvSintRoute *sint_route = opaque; in sint_msg_bh()
262 HvSintRoute *sint_route = data.host_ptr; in cpu_post_msg()
330 HvSintRoute *sint_route = container_of(notifier, HvSintRoute, in sint_ack_handler()
375 HvSintRoute *sint_route = NULL; in hyperv_sint_route_new()
392 sint_route = g_new0(HvSintRoute, 1); in hyperv_sint_route_new()
467 void hyperv_sint_route_ref(HvSintRoute *sint_route) in hyperv_sint_route_ref()
472 void hyperv_sint_route_unref(HvSintRoute *sint_route) in hyperv_sint_route_unref()
[all …]
H A Dhyperv_testdev.c26 HvSintRoute *sint_route;
32 HvSintRoute *sint_route;
39 HvSintRoute *sint_route;
H A Dvmbus.c171 HvSintRoute *notify_route;
226 HvSintRoute *sint_route;
1394 static HvSintRoute *make_sint_route(VMBus *vmbus, uint32_t vp_index) in make_sint_route()