Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dxen-ops.h160 void xen_pv_pre_suspend(void);
164 static inline void xen_pv_pre_suspend(void) {} in xen_pv_pre_suspend() function
H A Dsuspend_pv.c11 void xen_pv_pre_suspend(void) in xen_pv_pre_suspend() function
H A Dsuspend.c26 xen_pv_pre_suspend(); in xen_arch_pre_suspend()