Lines Matching refs:hv_cpu
1073 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local
1074 void *page_addr = hv_cpu->synic_message_page; in vmbus_on_msg_dpc()
1244 static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu) in vmbus_chan_sched() argument
1258 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()
1335 struct hv_per_cpu_context *hv_cpu in vmbus_isr() local
1337 void *page_addr = hv_cpu->synic_event_page; in vmbus_isr()
1370 vmbus_chan_sched(hv_cpu); in vmbus_isr()
1372 page_addr = hv_cpu->synic_message_page; in vmbus_isr()
1381 tasklet_schedule(&hv_cpu->msg_dpc); in vmbus_isr()
2763 struct hv_per_cpu_context *hv_cpu in vmbus_exit() local
2766 tasklet_kill(&hv_cpu->msg_dpc); in vmbus_exit()