Searched refs:ghcb_base (Results 1 – 2 of 2) sorted by relevance
61 void **ghcb_base; in hv_ghcb_hypercall() local71 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()72 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()178 void **ghcb_base; in hv_ghcb_msr_write() local187 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()188 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()208 void **ghcb_base; in hv_ghcb_msr_read() local220 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()221 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()
53 void **ghcb_base; in hyperv_init_ghcb() local71 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()72 *ghcb_base = ghcb_va; in hyperv_init_ghcb()