Searched refs:ghcb_base (Results 1 – 2 of 2) sorted by relevance
75 void **ghcb_base; in hv_ghcb_hypercall() local85 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()86 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()192 void **ghcb_base; in hv_ghcb_msr_write() local201 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()202 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()221 void **ghcb_base; in hv_ghcb_msr_read() local233 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()234 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()
91 void **ghcb_base; in hyperv_init_ghcb() local112 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()113 *ghcb_base = ghcb_va; in hyperv_init_ghcb()