Lines Matching refs:monitor_pages
102 msg->monitor_page1 = virt_to_phys(vmbus_connection.monitor_pages[0]);
103 msg->monitor_page2 = virt_to_phys(vmbus_connection.monitor_pages[1]);
208 vmbus_connection.monitor_pages[0] = (void *)hv_alloc_hyperv_zeroed_page();
209 vmbus_connection.monitor_pages[1] = (void *)hv_alloc_hyperv_zeroed_page();
210 if ((vmbus_connection.monitor_pages[0] == NULL) ||
211 (vmbus_connection.monitor_pages[1] == NULL)) {
296 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[0]);
297 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[1]);
298 vmbus_connection.monitor_pages[0] = NULL;
299 vmbus_connection.monitor_pages[1] = NULL;