Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c36 static void *hv_hypercall_pg_saved; variable
280 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
304 vmalloc_to_pfn(hv_hypercall_pg_saved); in hv_resume()
307 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
308 hv_hypercall_pg_saved = NULL; in hv_resume()