Lines Matching refs:hv_cpu
1030 struct hv_per_cpu_context *hv_cpu = (void *)data;
1031 void *page_addr = hv_cpu->synic_message_page;
1206 static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu)
1215 void *page_addr = hv_cpu->synic_event_page;
1291 struct hv_per_cpu_context *hv_cpu
1296 vmbus_chan_sched(hv_cpu);
1298 page_addr = hv_cpu->synic_message_page;
1307 tasklet_schedule(&hv_cpu->msg_dpc);
2369 struct hv_per_cpu_context *hv_cpu = per_cpu_ptr(
2373 tasklet_disable(&hv_cpu->msg_dpc);
2376 tasklet_enable(&hv_cpu->msg_dpc);
2691 struct hv_per_cpu_context *hv_cpu
2694 tasklet_kill(&hv_cpu->msg_dpc);