Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/hyperv/
Dhv_init.c41 union hv_ghcb * __percpu *hv_ghcb_pg; variable
58 if (!hv_ghcb_pg) in hyperv_init_ghcb()
71 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()
412 hv_ghcb_pg = alloc_percpu(union hv_ghcb *); in hyperv_init()
413 if (!hv_ghcb_pg) in hyperv_init()
522 free_percpu(hv_ghcb_pg); in hyperv_init()
Divm.c65 if (!hv_ghcb_pg) in hv_ghcb_hypercall()
71 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
181 if (!hv_ghcb_pg) in hv_ghcb_msr_write()
187 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
214 if (!hv_ghcb_pg) in hv_ghcb_msr_read()
220 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
/Linux-v6.1/arch/x86/include/asm/
Dmshyperv.h33 extern union hv_ghcb * __percpu *hv_ghcb_pg;