Home
last modified time | relevance | path

Searched refs:ghcb_base (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/hyperv/
H A Divm.c72 void **ghcb_base; in hv_ghcb_hypercall() local
82 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
83 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()
189 void **ghcb_base; in hv_ghcb_msr_write() local
198 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
199 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()
218 void **ghcb_base; in hv_ghcb_msr_read() local
230 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
231 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()
H A Dhv_init.c56 void **ghcb_base; in hyperv_init_ghcb() local
77 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
78 *ghcb_base = ghcb_va; in hyperv_init_ghcb()