Searched refs:ghcb_base (Results 1 – 2 of 2) sorted by relevance
74 void **ghcb_base; in hv_ghcb_hypercall() local84 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()85 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()191 void **ghcb_base; in hv_ghcb_msr_write() local200 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()201 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()220 void **ghcb_base; in hv_ghcb_msr_read() local232 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()233 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()
54 void **ghcb_base; in hyperv_init_ghcb() local75 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()76 *ghcb_base = ghcb_va; in hyperv_init_ghcb()
Completed in 35 milliseconds