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.c75 void **ghcb_base; in hv_ghcb_hypercall() local
85 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() local
201 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() local
233 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()