Home
last modified time | relevance | path

Searched refs:hv_hypercall_pg (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/hyperv/
H A Dhv_init.c38 void *hv_hypercall_pg; variable
65 hv_hypercall_pg = ptr; in hv_set_hypercall_pg()
74 hv_hypercall_pg = ptr; in hv_set_hypercall_pg()
76 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
374 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
526 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, MODULES_VADDR, in hyperv_init()
530 if (hv_hypercall_pg == NULL) in hyperv_init()
552 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
562 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
566 hv_set_hypercall_pg(hv_hypercall_pg); in hyperv_init()
[all …]
H A Dnested.c28 if (!hv_hypercall_pg) in hyperv_flush_guest_mapping()
96 if (!hv_hypercall_pg || !fill_flush_list_func) in hyperv_flush_guest_mapping_range()