Go to the documentation of this file.
33 #ifndef _ASM_IA64_XEN_HYPERVISOR_H
34 #define _ASM_IA64_XEN_HYPERVISOR_H
41 #include <asm/xen/hypercall.h>
48 void force_evtchn_callback(
void);
51 #ifdef CONFIG_XEN_SCRUB_PAGES
52 #define scrub_pages(_p, _n) memset((void *)(_p), 0, (_n) << PAGE_SHIFT)
54 #define scrub_pages(_p, _n) ((void)0)