Searched refs:post_msg_page (Results 1 – 2 of 2) sorted by relevance
88 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()229 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()230 if (hv_cpu->post_msg_page == NULL) { in hv_synic_alloc()264 free_page((unsigned long)hv_cpu->post_msg_page); in hv_synic_free()
208 void *post_msg_page; member