Home
last modified time | relevance | path

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

/arch/x86/hyperv/
A Divm.c74 void **ghcb_base; in hv_ghcb_hypercall() local
84 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_hypercall()
85 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_hypercall()
191 void **ghcb_base; in hv_ghcb_msr_write() local
200 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_write()
201 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_write()
220 void **ghcb_base; in hv_ghcb_msr_read() local
232 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hv_ghcb_msr_read()
233 hv_ghcb = (union hv_ghcb *)*ghcb_base; in hv_ghcb_msr_read()
A Dhv_init.c54 void **ghcb_base; in hyperv_init_ghcb() local
75 ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg); in hyperv_init_ghcb()
76 *ghcb_base = ghcb_va; in hyperv_init_ghcb()

Completed in 35 milliseconds