Home
last modified time | relevance | path

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

/linux/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.c1073 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
[all …]
A Dchannel_mgmt.c826 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local
829 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()
864 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local
867 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()

Completed in 14 milliseconds