Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Divm.c71 void **ghcb_base; in hv_ghcb_hypercall() local
81 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
82 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()
188 void **ghcb_base; in hv_ghcb_msr_write() local
197 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
198 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()
217 void **ghcb_base; in hv_ghcb_msr_read() local
229 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
230 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()