Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_init.c79 union hv_ghcb * __percpu *hv_ghcb_pg; variable
96 if (!hv_ghcb_pg) in hyperv_init_ghcb()
112 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
277 if (hv_ghcb_pg) { in hv_cpu_die()
278 ghcb_va = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_cpu_die()
486 hv_ghcb_pg = alloc_percpu(union hv_ghcb *); in hyperv_init()
487 if (!hv_ghcb_pg) in hyperv_init()
615 free_percpu(hv_ghcb_pg); in hyperv_init()
H A Divm.c78 if (!hv_ghcb_pg) in hv_ghcb_hypercall()
84 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
194 if (!hv_ghcb_pg) in hv_ghcb_msr_write()
200 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
226 if (!hv_ghcb_pg) in hv_ghcb_msr_read()
232 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
/linux/arch/x86/include/asm/
H A Dmshyperv.h51 extern union hv_ghcb * __percpu *hv_ghcb_pg;