Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dmshyperv.h45 extern void *hv_hypercall_pg;
84 if (!hv_hypercall_pg) in hv_do_hypercall()
92 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
100 if (!hv_hypercall_pg) in hv_do_hypercall()
109 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
134 : THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
148 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
184 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
199 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
/arch/x86/hyperv/
A Dhv_init.c39 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()
[all …]
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()
A Dhv_apic.c184 if (!hv_hypercall_pg) { in __send_ipi_mask()
244 if (!hv_hypercall_pg) { in __send_ipi_one()
A Dmmu.c70 if (!hv_hypercall_pg) in hyperv_flush_tlb_multi()

Completed in 9 milliseconds