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.h45 extern void *hv_hypercall_pg;
90 if (!hv_hypercall_pg) in hv_do_hypercall()
98 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
106 if (!hv_hypercall_pg) in hv_do_hypercall()
115 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
146 : THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
160 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8()
203 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
218 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c41 void *hv_hypercall_pg; variable
42 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
334 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
335 hv_hypercall_pg = NULL; in hv_suspend()
361 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
533 hv_hypercall_pg = __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, in hyperv_init()
537 if (hv_hypercall_pg == NULL) in hyperv_init()
559 pg = vmalloc_to_page(hv_hypercall_pg); in hyperv_init()
568 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
587 *(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()