Searched refs:post_msg_page (Results 1 – 2 of 2) sorted by relevance
56 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()115 hv_cpu->post_msg_page = (void *)get_zeroed_page(GFP_ATOMIC); in hv_synic_alloc()116 if (hv_cpu->post_msg_page == NULL) { in hv_synic_alloc()144 free_page((unsigned long)hv_cpu->post_msg_page); in hv_synic_free()
127 void *post_msg_page; member