Searched refs:hv_cpu (Results 1 – 3 of 3) sorted by relevance
111 memset(hv_cpu, 0, sizeof(*hv_cpu)); in hv_synic_alloc()124 tasklet_init(&hv_cpu->msg_dpc, in hv_synic_alloc()129 if (!hv_cpu->post_msg_page) { in hv_synic_alloc()138 hv_cpu->post_msg_page = NULL; in hv_synic_alloc()150 hv_cpu->synic_message_page = in hv_synic_alloc()157 hv_cpu->synic_event_page = in hv_synic_alloc()218 if (hv_cpu->post_msg_page) { in hv_synic_free()220 hv_cpu->post_msg_page, 1); in hv_synic_free()281 hv_cpu->synic_message_page = in hv_synic_enable_regs()300 hv_cpu->synic_event_page = in hv_synic_enable_regs()[all …]
1050 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local1051 void *page_addr = hv_cpu->synic_message_page; in vmbus_on_msg_dpc()1235 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()1311 struct hv_per_cpu_context *hv_cpu in vmbus_isr() local1316 vmbus_chan_sched(hv_cpu); in vmbus_isr()1318 page_addr = hv_cpu->synic_message_page; in vmbus_isr()1327 tasklet_schedule(&hv_cpu->msg_dpc); in vmbus_isr()2599 tasklet_disable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()2602 tasklet_enable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()2918 struct hv_per_cpu_context *hv_cpu in vmbus_exit() local[all …]
843 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local854 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()892 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local895 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()
Completed in 14 milliseconds