Searched refs:hv_ghcb_pg (Results 1 – 3 of 3) sorted by relevance
39 union hv_ghcb __percpu **hv_ghcb_pg; variable56 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()
63 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()
33 extern union hv_ghcb __percpu **hv_ghcb_pg;
Completed in 7 milliseconds