Searched refs:hv_panic_page (Results 1 – 1 of 1) sorted by relevance
49 static void *hv_panic_page; variable64 return !sysctl_record_panic_msg || !hv_panic_page; in hyperv_report_reg()1371 panic_pa = virt_to_phys(hv_panic_page); in hv_kmsg_dump()1377 kmsg_dump_get_buffer(dumper, false, hv_panic_page, HV_HYP_PAGE_SIZE, in hv_kmsg_dump()1478 hv_panic_page = (void *)hv_alloc_hyperv_zeroed_page(); in vmbus_bus_init()1479 if (hv_panic_page) { in vmbus_bus_init()1485 (unsigned long)hv_panic_page); in vmbus_bus_init()1486 hv_panic_page = NULL; in vmbus_bus_init()2679 free_page((unsigned long)hv_panic_page); in vmbus_exit()