Searched refs:hv_panic_page (Results 1 – 1 of 1) sorted by relevance
49 static void *hv_panic_page; variable1270 panic_pa = virt_to_phys(hv_panic_page); in hv_kmsg_dump()1276 kmsg_dump_get_buffer(dumper, true, hv_panic_page, PAGE_SIZE, in hv_kmsg_dump()1380 hv_panic_page = (void *)get_zeroed_page(GFP_KERNEL); in vmbus_bus_init()1381 if (hv_panic_page) { in vmbus_bus_init()1409 free_page((unsigned long)hv_panic_page); in vmbus_bus_init()2423 free_page((unsigned long)hv_panic_page); in vmbus_exit()