Searched refs:__DEFINE_GUEST_HANDLE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/xen/arm/ |
H A D | interface.h | 15 #define __DEFINE_GUEST_HANDLE(name, type) \ macro 20 __DEFINE_GUEST_HANDLE(name, struct name) 21 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name) 49 __DEFINE_GUEST_HANDLE(uchar, unsigned char); 50 __DEFINE_GUEST_HANDLE(uint, unsigned int);
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | interface.h | 39 #define __DEFINE_GUEST_HANDLE(name, type) \ macro 42 #define __DEFINE_GUEST_HANDLE(name, type) \ macro 47 __DEFINE_GUEST_HANDLE(name, struct name) 48 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name) 87 __DEFINE_GUEST_HANDLE(uchar, unsigned char); 88 __DEFINE_GUEST_HANDLE(uint, unsigned int);
|