Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c75 sint_route->sint_route = hyperv_sint_route_new(vp_index, sint, NULL, NULL); in sint_route_create()
169 conn->sint_route = hyperv_sint_route_new(vp_index, sint, msg_cb, conn); in msg_conn_create()
213 conn->sint_route = hyperv_sint_route_new(vp_index, sint, NULL, NULL); in evt_conn_create()
H A Dhyperv.c401 HvSintRoute *hyperv_sint_route_new(uint32_t vp_index, uint32_t sint, in hyperv_sint_route_new() function
H A Dvmbus.c1410 return hyperv_sint_route_new(vp_index, VMBUS_SINT, NULL, NULL); in make_sint_route()
1615 vmbus->sint_route = hyperv_sint_route_new(vmbus->target_vp, VMBUS_SINT, in vmbus_init()
/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h24 HvSintRoute *hyperv_sint_route_new(uint32_t vp_index, uint32_t sint,