Home
last modified time | relevance | path

Searched refs:hv_hypercall_pg (Results 1 – 5 of 5) 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);
376 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
527 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, MODULES_VADDR, in hyperv_init()
531 if (hv_hypercall_pg == NULL) in hyperv_init()
553 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
564 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
568 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()
H A Dhv_apic.c189 if (!hv_hypercall_pg) { in __send_ipi_mask()
249 if (!hv_hypercall_pg) { in __send_ipi_one()
H A Dhv_vtl.c263 (void *)((u8 *)hv_hypercall_pg + vtl_return_offset)); in mshv_vtl_return_call_init()
/linux/arch/x86/include/asm/
H A Dmshyperv.h49 extern void *hv_hypercall_pg;
85 if (!hv_hypercall_pg) in hv_do_hypercall()
94 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
116 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
146 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()