Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h46 extern void *hv_hypercall_pg;
91 if (!hv_hypercall_pg) in hv_do_hypercall()
99 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
107 if (!hv_hypercall_pg) in hv_do_hypercall()
116 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
147 : THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
161 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
204 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
219 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c42 void *hv_hypercall_pg; variable
43 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
335 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
336 hv_hypercall_pg = NULL; in hv_suspend()
362 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
534 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
538 if (hv_hypercall_pg == NULL) in hyperv_init()
560 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
569 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
588 *(u32 *)hv_hypercall_pg != gen_endbr()) { in hyperv_init()
[all …]
H A Dnested.c27 if (!hv_hypercall_pg) in hyperv_flush_guest_mapping()
95 if (!hv_hypercall_pg || !fill_flush_list_func) in hyperv_flush_guest_mapping_range()
H A Dhv_apic.c179 if (!hv_hypercall_pg) { in __send_ipi_mask()
239 if (!hv_hypercall_pg) { in __send_ipi_one()
H A Dmmu.c71 if (!hv_hypercall_pg) in hyperv_flush_tlb_multi()