Searched refs:synic_message_page (Results 1 – 4 of 4) sorted by relevance
148 hv_cpu->synic_message_page = in hv_synic_alloc()150 if (hv_cpu->synic_message_page == NULL) { in hv_synic_alloc()160 free_page((unsigned long)hv_cpu->synic_message_page); in hv_synic_alloc()161 hv_cpu->synic_message_page = NULL; in hv_synic_alloc()169 hv_cpu->synic_message_page, 1); in hv_synic_alloc()172 hv_cpu->synic_message_page = NULL; in hv_synic_alloc()191 memset(hv_cpu->synic_message_page, 0, PAGE_SIZE); in hv_synic_alloc()229 if (hv_cpu->synic_message_page) { in hv_synic_free()231 hv_cpu->synic_message_page, 1); in hv_synic_free()234 hv_cpu->synic_message_page = NULL; in hv_synic_free()[all …]
123 void *synic_message_page; member
844 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()885 page_addr = hv_cpu->synic_message_page; in vmbus_wait_for_unload()
1031 void *page_addr = hv_cpu->synic_message_page; in vmbus_on_msg_dpc()1298 page_addr = hv_cpu->synic_message_page; in vmbus_isr()