Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dhv_init.c48 static void *hv_hypercall_pg_saved; variable
335 hv_hypercall_pg_saved = hv_hypercall_pg; in hv_suspend()
359 vmalloc_to_pfn(hv_hypercall_pg_saved); in hv_resume()
362 hv_hypercall_pg = hv_hypercall_pg_saved; in hv_resume()
363 hv_hypercall_pg_saved = NULL; in hv_resume()

Completed in 2 milliseconds