Searched refs:__DEFINE_GUEST_HANDLE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/xen/ |
D | interface.h | 14 #define __DEFINE_GUEST_HANDLE(name, type) \ macro 19 __DEFINE_GUEST_HANDLE(name, struct name) 20 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name) 46 __DEFINE_GUEST_HANDLE(uchar, unsigned char); 47 __DEFINE_GUEST_HANDLE(uint, unsigned int);
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | interface.h | 13 #define __DEFINE_GUEST_HANDLE(name, type) \ macro 16 #define __DEFINE_GUEST_HANDLE(name, type) \ macro 21 __DEFINE_GUEST_HANDLE(name, struct name) 22 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name) 61 __DEFINE_GUEST_HANDLE(uchar, unsigned char); 62 __DEFINE_GUEST_HANDLE(uint, unsigned int);
|