Home
last modified time | relevance | path

Searched refs:VMBUS_CONNECT_CPU (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hv/
H A Dhv.c561 channel->target_cpu == VMBUS_CONNECT_CPU) in hv_pick_new_cpu()
570 ret = vmbus_channel_set_cpu(channel, VMBUS_CONNECT_CPU); in hv_pick_new_cpu()
593 if (cpu == VMBUS_CONNECT_CPU) in hv_synic_cleanup()
H A Dhyperv_vmbus.h244 #define VMBUS_CONNECT_CPU 0 macro
H A Dconnection.c121 msg->target_vcpu = hv_cpu_number_to_vp_number(VMBUS_CONNECT_CPU); in vmbus_negotiate_version()
H A Dchannel_mgmt.c762 channel->target_cpu = VMBUS_CONNECT_CPU; in init_vp_index()
764 hv_set_allocated_cpu(VMBUS_CONNECT_CPU); in init_vp_index()
H A Dmshv_vtl_main.c892 smp_call_function_single(VMBUS_CONNECT_CPU, mshv_vtl_read_remote, &msg, true); in mshv_vtl_sint_read()
H A Dvmbus_drv.c2654 hv_context.cpu_context, VMBUS_CONNECT_CPU); in vmbus_bus_suspend()