Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
A Dhv.c87 struct hv_per_cpu_context *hv_cpu; in hv_post_message() local
113 put_cpu_ptr(hv_cpu); in hv_post_message()
121 struct hv_per_cpu_context *hv_cpu; in hv_synic_alloc() local
130 memset(hv_cpu, 0, sizeof(*hv_cpu)); in hv_synic_alloc()
143 tasklet_init(&hv_cpu->msg_dpc, in hv_synic_alloc()
151 hv_cpu->synic_message_page = in hv_synic_alloc()
158 hv_cpu->synic_event_page = in hv_synic_alloc()
208 struct hv_per_cpu_context *hv_cpu in hv_synic_enable_regs() local
220 hv_cpu->synic_message_page in hv_synic_enable_regs()
237 hv_cpu->synic_event_page = in hv_synic_enable_regs()
[all …]
A Dvmbus_drv.c1091 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local
1092 void *page_addr = hv_cpu->synic_message_page; in vmbus_on_msg_dpc()
1276 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()
1352 struct hv_per_cpu_context *hv_cpu in vmbus_isr() local
1357 vmbus_chan_sched(hv_cpu); in vmbus_isr()
1359 page_addr = hv_cpu->synic_message_page; in vmbus_isr()
1368 tasklet_schedule(&hv_cpu->msg_dpc); in vmbus_isr()
2503 tasklet_disable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()
2506 tasklet_enable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()
2811 struct hv_per_cpu_context *hv_cpu in vmbus_exit() local
[all …]
A Dchannel_mgmt.c833 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local
836 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() local
874 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()

Completed in 12 milliseconds