Searched refs:HvSintRoute (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 16 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 D | hyperv.c | 43 QLIST_HEAD(, HvSintRoute) sint_routes; 218 struct HvSintRoute { struct 228 QLIST_ENTRY(HvSintRoute) link; argument 243 HvSintRoute *sint_route = opaque; in sint_msg_bh() 266 HvSintRoute *sint_route = data.host_ptr; in cpu_post_msg() 309 int hyperv_post_msg(HvSintRoute *sint_route, struct hyperv_message *src_msg) in hyperv_post_msg() 334 HvSintRoute *sint_route = container_of(notifier, HvSintRoute, in sint_ack_handler() 348 int hyperv_set_event_flag(HvSintRoute *sint_route, unsigned eventno) in hyperv_set_event_flag() 401 HvSintRoute *hyperv_sint_route_new(uint32_t vp_index, uint32_t sint, in hyperv_sint_route_new() 404 HvSintRoute *sint_route = NULL; in hyperv_sint_route_new() [all …]
|
H A D | hyperv_testdev.c | 26 HvSintRoute *sint_route; 32 HvSintRoute *sint_route; 39 HvSintRoute *sint_route;
|
H A D | vmbus.c | 171 HvSintRoute *notify_route; 226 HvSintRoute *sint_route; 1394 static HvSintRoute *make_sint_route(VMBus *vmbus, uint32_t vp_index) in make_sint_route()
|