Symbol: hv_vp_assist_page
arch/x86/hyperv/hv_apic.c
96
struct hv_vp_assist_page *hvp = hv_vp_assist_page[smp_processor_id()];
arch/x86/hyperv/hv_init.c
121
struct hv_vp_assist_page **hvp;
arch/x86/hyperv/hv_init.c
128
if (!hv_vp_assist_page)
arch/x86/hyperv/hv_init.c
131
hvp = &hv_vp_assist_page[cpu];
arch/x86/hyperv/hv_init.c
289
if (hv_vp_assist_page && hv_vp_assist_page[cpu]) {
arch/x86/hyperv/hv_init.c
298
memunmap(hv_vp_assist_page[cpu]);
arch/x86/hyperv/hv_init.c
299
hv_vp_assist_page[cpu] = NULL;
arch/x86/hyperv/hv_init.c
468
hv_vp_assist_page = NULL;
arch/x86/hyperv/hv_init.c
470
hv_vp_assist_page = kzalloc_objs(*hv_vp_assist_page, nr_cpu_ids);
arch/x86/hyperv/hv_init.c
471
if (!hv_vp_assist_page) {
arch/x86/hyperv/hv_init.c
617
kfree(hv_vp_assist_page);
arch/x86/hyperv/hv_init.c
618
hv_vp_assist_page = NULL;
arch/x86/hyperv/hv_init.c
84
struct hv_vp_assist_page **hv_vp_assist_page;
arch/x86/hyperv/hv_init.c
85
EXPORT_SYMBOL_GPL(hv_vp_assist_page);
arch/x86/hyperv/hv_vtl.c
301
struct hv_vp_assist_page *hvp;
arch/x86/hyperv/hv_vtl.c
303
hvp = hv_vp_assist_page[smp_processor_id()];
arch/x86/include/asm/kvm_host.h
747
struct hv_vp_assist_page vp_assist_page;
arch/x86/include/asm/mshyperv.h
158
extern struct hv_vp_assist_page **hv_vp_assist_page;
arch/x86/include/asm/mshyperv.h
160
static inline struct hv_vp_assist_page *hv_get_vp_assist_page(unsigned int cpu)
arch/x86/include/asm/mshyperv.h
162
if (!hv_vp_assist_page)
arch/x86/include/asm/mshyperv.h
165
return hv_vp_assist_page[cpu];
arch/x86/include/asm/mshyperv.h
257
static inline struct hv_vp_assist_page *hv_get_vp_assist_page(unsigned int cpu)
arch/x86/kvm/hyperv.c
1577
sizeof(struct hv_vp_assist_page)))
arch/x86/kvm/hyperv.c
936
&hv_vcpu->vp_assist_page, sizeof(struct hv_vp_assist_page));
arch/x86/kvm/svm/svm_onhyperv.c
52
struct hv_vp_assist_page *vp_ap =
arch/x86/kvm/vmx/vmx.c
689
struct hv_vp_assist_page *vp_ap;
arch/x86/kvm/vmx/vmx_onhyperv.h
104
struct hv_vp_assist_page *vp_ap =
drivers/hv/mshv_vtl_main.c
612
struct hv_vp_assist_page *hvp;
drivers/hv/mshv_vtl_main.c
614
hvp = hv_vp_assist_page[smp_processor_id()];
drivers/hv/mshv_vtl_main.c
664
struct hv_vp_assist_page *hvp;
drivers/hv/mshv_vtl_main.c
685
hvp = hv_vp_assist_page[smp_processor_id()];
tools/testing/selftests/kvm/include/x86/hyperv.h
328
extern struct hv_vp_assist_page *current_vp_assist;
tools/testing/selftests/kvm/lib/x86/vmx.c
26
struct hv_vp_assist_page *current_vp_assist;