Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmshyperv.h71 extern void *hv_hypercall_pg;
81 if (!hv_hypercall_pg) in hv_do_hypercall()
89 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
97 if (!hv_hypercall_pg) in hv_do_hypercall()
106 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
122 : THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
136 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
155 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
170 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
/Linux-v5.4/arch/x86/hyperv/
Dhv_init.c25 void *hv_hypercall_pg; variable
26 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
303 hv_hypercall_pg = __vmalloc(PAGE_SIZE, GFP_KERNEL, PAGE_KERNEL_RX); in hyperv_init()
304 if (hv_hypercall_pg == NULL) { in hyperv_init()
311 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
345 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()
Dmmu.c66 if (!hv_hypercall_pg) in hyperv_flush_tlb_others()