__DEFINE_GUEST_HANDLE   39 arch/x86/include/asm/xen/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \
__DEFINE_GUEST_HANDLE   42 arch/x86/include/asm/xen/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \
__DEFINE_GUEST_HANDLE   47 arch/x86/include/asm/xen/interface.h 	__DEFINE_GUEST_HANDLE(name, struct name)
__DEFINE_GUEST_HANDLE   48 arch/x86/include/asm/xen/interface.h #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name)
__DEFINE_GUEST_HANDLE   15 include/xen/arm/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \
__DEFINE_GUEST_HANDLE   20 include/xen/arm/interface.h 	__DEFINE_GUEST_HANDLE(name, struct name)
__DEFINE_GUEST_HANDLE   21 include/xen/arm/interface.h #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name)