Searched refs:hv_cpu (Results 1 – 3 of 3) sorted by relevance
87 struct hv_per_cpu_context *hv_cpu; in hv_post_message() local93 hv_cpu = get_cpu_ptr(hv_context.cpu_context); in hv_post_message()94 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()113 put_cpu_ptr(hv_cpu); in hv_post_message()121 struct hv_per_cpu_context *hv_cpu; in hv_synic_alloc() local129 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc()130 memset(hv_cpu, 0, sizeof(*hv_cpu)); in hv_synic_alloc()141 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc()143 tasklet_init(&hv_cpu->msg_dpc, in hv_synic_alloc()144 vmbus_on_msg_dpc, (unsigned long) hv_cpu); in hv_synic_alloc()[all …]
1070 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local1071 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() argument1255 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()1331 struct hv_per_cpu_context *hv_cpu in vmbus_isr() local1336 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() local2483 tasklet_disable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()[all …]
833 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local836 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()871 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local874 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()