Searched refs:hv_panic_page (Results 1 – 1 of 1) sorted by relevance
128 static void *hv_panic_page; variable197 if (!sysctl_record_panic_msg || !hv_panic_page) in hv_die_panic_notify_crash()222 kmsg_dump_get_buffer(&iter, false, hv_panic_page, HV_HYP_PAGE_SIZE, in hv_kmsg_dump()234 hv_set_register(HV_REGISTER_CRASH_P3, virt_to_phys(hv_panic_page)); in hv_kmsg_dump()257 hv_free_hyperv_page(hv_panic_page); in hv_kmsg_dump_unregister()258 hv_panic_page = NULL; in hv_kmsg_dump_unregister()265 hv_panic_page = hv_alloc_hyperv_zeroed_page(); in hv_kmsg_dump_register()266 if (!hv_panic_page) { in hv_kmsg_dump_register()274 hv_free_hyperv_page(hv_panic_page); in hv_kmsg_dump_register()275 hv_panic_page = NULL; in hv_kmsg_dump_register()