Lines Matching refs:hv_cpu
1070 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local
1071 void *page_addr = hv_cpu->synic_message_page; in vmbus_on_msg_dpc()
1246 static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu) in vmbus_chan_sched() argument
1255 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()
1331 struct hv_per_cpu_context *hv_cpu in vmbus_isr() local
1336 vmbus_chan_sched(hv_cpu); in vmbus_isr()
1338 page_addr = hv_cpu->synic_message_page; in vmbus_isr()
1347 tasklet_schedule(&hv_cpu->msg_dpc); in vmbus_isr()
2479 struct hv_per_cpu_context *hv_cpu = per_cpu_ptr( in vmbus_bus_suspend() local
2483 tasklet_disable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()
2486 tasklet_enable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()
2791 struct hv_per_cpu_context *hv_cpu in vmbus_exit() local
2794 tasklet_kill(&hv_cpu->msg_dpc); in vmbus_exit()