Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dmshyperv.h77 extern void *hv_hypercall_pg;
87 if (!hv_hypercall_pg) in hv_do_hypercall()
95 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
103 if (!hv_hypercall_pg) in hv_do_hypercall()
112 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
128 : THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
142 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
161 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
176 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
/Linux-v5.10/arch/x86/hyperv/
Dhv_init.c29 void *hv_hypercall_pg; variable
30 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
271 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
272 hv_hypercall_pg = NULL; in hv_suspend()
298 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
378 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
382 if (hv_hypercall_pg == NULL) { in hyperv_init()
389 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
433 hv_hypercall_pg = NULL; in hyperv_cleanup()
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()
Dhv_apic.c150 if (!hv_hypercall_pg) in __send_ipi_mask()
201 if (!hv_hypercall_pg || (vp == VP_INVAL)) in __send_ipi_one()
Dmmu.c66 if (!hv_hypercall_pg) in hyperv_flush_tlb_others()