Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h132 extern void *hv_hypercall_pg;
142 if (!hv_hypercall_pg) in hv_do_hypercall()
150 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
158 if (!hv_hypercall_pg) in hv_do_hypercall()
167 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall()
183 : THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
197 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall8()
216 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
231 THUNK_TARGET(hv_hypercall_pg) in hv_do_fast_hypercall16()
/Linux-v4.19/arch/x86/hyperv/
Dhv_init.c83 void *hv_hypercall_pg; variable
84 EXPORT_SYMBOL_GPL(hv_hypercall_pg);
319 hv_hypercall_pg = __vmalloc(PAGE_SIZE, GFP_KERNEL, PAGE_KERNEL_RX); in hyperv_init()
320 if (hv_hypercall_pg == NULL) { in hyperv_init()
327 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
Dnested.c27 if (!hv_hypercall_pg) in hyperv_flush_guest_mapping()
Dmmu.c64 if (!hv_hypercall_pg) in hyperv_flush_tlb_others()
Dhv_apic.c146 if (!hv_hypercall_pg) in __send_ipi_mask()