Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dmanage.c49 void xen_resume_notifier_register(struct notifier_block *nb) in xen_resume_notifier_register() function
53 EXPORT_SYMBOL_GPL(xen_resume_notifier_register);
/openbmc/linux/include/xen/
H A Dxen-ops.h32 void xen_resume_notifier_register(struct notifier_block *nb);
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c1064 xen_resume_notifier_register(&xenbus_resume_nb); in xenbus_init()