Searched refs:post_msg_page (Results 1 – 2 of 2) sorted by relevance
147 memset(hv_context.post_msg_page, 0, in hv_init()238 hv_context.post_msg_page[get_cpu()]; in hv_post_message()363 hv_context.post_msg_page[cpu] = in hv_synic_alloc()366 if (hv_context.post_msg_page[cpu] == NULL) { in hv_synic_alloc()385 if (hv_context.post_msg_page[cpu]) in hv_synic_free_cpu()386 free_page((unsigned long)hv_context.post_msg_page[cpu]); in hv_synic_free_cpu()
549 void *post_msg_page[NR_CPUS]; member