Home
last modified time | relevance | path

Searched refs:hv_cpu (Results 1 – 3 of 3) sorted by relevance

/drivers/hv/
A Dhv.c111 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 …]
A Dvmbus_drv.c1050 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local
1051 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() local
1316 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 …]
A Dchannel_mgmt.c843 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local
854 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() local
895 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()

Completed in 14 milliseconds