Home
last modified time | relevance | path

Searched refs:hv_ghcb_pg (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/hyperv/
A Dhv_init.c39 union hv_ghcb __percpu **hv_ghcb_pg; variable
56 if (!hv_ghcb_pg) in hyperv_init_ghcb()
69 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
218 if (hv_ghcb_pg) { in hv_cpu_die()
219 ghcb_va = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_cpu_die()
407 hv_ghcb_pg = alloc_percpu(union hv_ghcb *); in hyperv_init()
408 if (!hv_ghcb_pg) in hyperv_init()
508 free_percpu(hv_ghcb_pg); in hyperv_init()
A Divm.c63 if (!hv_ghcb_pg) in hv_ghcb_hypercall()
69 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
106 if (!hv_ghcb_pg) in hv_ghcb_msr_write()
112 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
141 if (!hv_ghcb_pg) in hv_ghcb_msr_read()
147 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
/linux/arch/x86/include/asm/
A Dmshyperv.h33 extern union hv_ghcb __percpu **hv_ghcb_pg;

Completed in 7 milliseconds