Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dmshyperv.h29 extern void *hv_hypercall_pg;
46 if (!hv_hypercall_pg) in hv_do_hypercall()
54 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
62 if (!hv_hypercall_pg) in hv_do_hypercall()
71 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
87 : THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
101 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
120 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
135 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
/linux/arch/x86/hyperv/
A Dhv_init.c36 void *hv_hypercall_pg; variable
37 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
298 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
299 hv_hypercall_pg = NULL; in hv_suspend()
325 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
428 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
432 if (hv_hypercall_pg == NULL) in hyperv_init()
454 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
463 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
534 hv_hypercall_pg = NULL; in hyperv_cleanup()
A Dnested.c28 if (!hv_hypercall_pg) in hyperv_flush_guest_mapping()
100 if (!hv_hypercall_pg || !fill_flush_list_func) in hyperv_flush_guest_mapping_range()
A Dhv_apic.c176 if (!hv_hypercall_pg) in __send_ipi_mask()
230 if (!hv_hypercall_pg || (vp == VP_INVAL)) in __send_ipi_one()
A Dmmu.c66 if (!hv_hypercall_pg) in hyperv_flush_tlb_multi()
A Divm.c266 if (!hv_is_isolation_supported() || !hv_hypercall_pg) in hv_set_mem_host_visibility()

Completed in 12 milliseconds