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.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()
H A Dhv_init.c91 void **ghcb_base; in hyperv_init_ghcb() local
112 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
113 *ghcb_base = ghcb_va; in hyperv_init_ghcb()