Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/os/
H A Dhypercall.c398 HYPERVISOR_suspend(ulong_t start_info_mfn) in HYPERVISOR_suspend() argument
405 (ulong_t)&sched_shutdown, start_info_mfn)); in HYPERVISOR_suspend()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c425 mfn_t start_info_mfn; in xen_suspend_domain() local
463 start_info_mfn = pfn_to_mfn(pfn); in xen_suspend_domain()
545 if (HYPERVISOR_suspend(start_info_mfn)) { in xen_suspend_domain()