Searched refs:start_info_mfn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/xen/arm/ |
H A D | hypercall.h | 69 HYPERVISOR_suspend(unsigned long start_info_mfn) in HYPERVISOR_suspend() argument 73 /* start_info_mfn is unused on ARM */ in HYPERVISOR_suspend()
|
/kernel/linux/linux-6.6/include/xen/arm/ |
H A D | hypercall.h | 68 HYPERVISOR_suspend(unsigned long start_info_mfn) in HYPERVISOR_suspend() argument 72 /* start_info_mfn is unused on ARM */ in HYPERVISOR_suspend()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 406 HYPERVISOR_suspend(unsigned long start_info_mfn) in HYPERVISOR_suspend() argument 414 * argument, which is start_info_mfn here. in HYPERVISOR_suspend() 416 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 468 HYPERVISOR_suspend(unsigned long start_info_mfn) in HYPERVISOR_suspend() argument 476 * argument, which is start_info_mfn here. in HYPERVISOR_suspend() 478 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
|
Completed in 3 milliseconds