Lines Matching refs:hv_hypercall_pg
41 void *hv_hypercall_pg; variable
42 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
318 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
319 hv_hypercall_pg = NULL; in hv_suspend()
345 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
517 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
521 if (hv_hypercall_pg == NULL) in hyperv_init()
543 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
552 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
571 *(u32 *)hv_hypercall_pg != gen_endbr()) { in hyperv_init()
650 hv_hypercall_pg = NULL; in hyperv_cleanup()