Home
last modified time | relevance | path

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

/qemu/hw/hyperv/
H A Dvmbus.c148 uint32_t target_vp; member
225 uint32_t target_vp; member
1398 if (vp_index == vmbus->target_vp) { in make_sint_route()
1437 chan->notify_route = make_sint_route(chan->vmbus, chan->target_vp); in open_channel()
1496 VMSTATE_UINT32(target_vp, VMBusChannel),
1614 if (vmbus->target_vp != (uint32_t)-1) { in vmbus_init()
1644 vmbus->target_vp = (uint32_t)-1; in vmbus_deinit()
1670 vmbus->target_vp = msg->target_vcpu; in handle_initiate_contact()
1963 msg->target_vp); in handle_open_channel()
1971 chan->target_vp = msg->target_vp; in handle_open_channel()
[all …]
H A Dtrace-events16 vmbus_open_channel(uint32_t chan_id, uint32_t gpadl_id, uint32_t target_vp) "channel #%d gpadl #%d …
/qemu/include/hw/hyperv/
H A Dvmbus-proto.h169 uint32_t target_vp; member