Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c44 union hv_ghcb * __percpu *hv_ghcb_pg; variable
61 if (!hv_ghcb_pg) in hyperv_init_ghcb()
77 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
238 if (hv_ghcb_pg) { in hv_cpu_die()
239 ghcb_va = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_cpu_die()
492 hv_ghcb_pg = alloc_percpu(union hv_ghcb *); in hyperv_init()
493 if (!hv_ghcb_pg) in hyperv_init()
639 free_percpu(hv_ghcb_pg); in hyperv_init()
H A Divm.c75 if (!hv_ghcb_pg) in hv_ghcb_hypercall()
81 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
191 if (!hv_ghcb_pg) in hv_ghcb_msr_write()
197 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
223 if (!hv_ghcb_pg) in hv_ghcb_msr_read()
229 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h49 extern union hv_ghcb * __percpu *hv_ghcb_pg;