Searched refs:hv_cpu (Results 1 – 3 of 3) sorted by relevance
87 struct hv_per_cpu_context *hv_cpu; in hv_post_message() local113 put_cpu_ptr(hv_cpu); in hv_post_message()121 struct hv_per_cpu_context *hv_cpu; in hv_synic_alloc() local130 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() local220 hv_cpu->synic_message_page in hv_synic_enable_regs()237 hv_cpu->synic_event_page = in hv_synic_enable_regs()[all …]
1073 struct hv_per_cpu_context *hv_cpu = (void *)data; in vmbus_on_msg_dpc() local1074 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() argument1258 void *page_addr = hv_cpu->synic_event_page; in vmbus_chan_sched()1335 struct hv_per_cpu_context *hv_cpu in vmbus_isr() local1337 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 …]
826 struct hv_per_cpu_context *hv_cpu in vmbus_wait_for_unload() local829 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() local867 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()
Completed in 14 milliseconds