Lines Matching refs:hv_hypercall_pg
39 void *hv_hypercall_pg; variable
40 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
332 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
333 hv_hypercall_pg = NULL; in hv_suspend()
359 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
479 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
483 if (hv_hypercall_pg == NULL) in hyperv_init()
505 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
514 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
533 *(u32 *)hv_hypercall_pg != gen_endbr()) { in hyperv_init()
608 hv_hypercall_pg = NULL; in hyperv_cleanup()