Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/hyperv/
Divm.c61 void **ghcb_base; in hv_ghcb_hypercall() local
71 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
72 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()
178 void **ghcb_base; in hv_ghcb_msr_write() local
187 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
188 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()
208 void **ghcb_base; in hv_ghcb_msr_read() local
220 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
221 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()
Dhv_init.c53 void **ghcb_base; in hyperv_init_ghcb() local
71 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
72 *ghcb_base = ghcb_va; in hyperv_init_ghcb()