Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hv/
Dhv.c86 struct hv_per_cpu_context *hv_cpu; in hv_post_message() local
92 hv_cpu = get_cpu_ptr(hv_context.cpu_context); in hv_post_message()
93 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()
106 put_cpu_ptr(hv_cpu); in hv_post_message()
114 struct hv_per_cpu_context *hv_cpu; in hv_synic_alloc() local
122 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc()
123 memset(hv_cpu, 0, sizeof(*hv_cpu)); in hv_synic_alloc()
134 hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); in hv_synic_alloc()
136 tasklet_init(&hv_cpu->msg_dpc, in hv_synic_alloc()
137 vmbus_on_msg_dpc, (unsigned long) hv_cpu); in hv_synic_alloc()
[all …]
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 …]
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()