Searched refs:__DEFINE_XEN_GUEST_HANDLE (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/ |
D | xen.h | 48 __DEFINE_XEN_GUEST_HANDLE(uchar, UINT8); 50 __DEFINE_XEN_GUEST_HANDLE(uint, UINT32); 53 __DEFINE_XEN_GUEST_HANDLE(ulong, UINTN); 324 __DEFINE_XEN_GUEST_HANDLE(uint8, UINT8); 325 __DEFINE_XEN_GUEST_HANDLE(uint16, UINT16); 326 __DEFINE_XEN_GUEST_HANDLE(uint32, UINT32); 327 __DEFINE_XEN_GUEST_HANDLE(uint64, UINT64);
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/ |
D | xen.h | 49 #define __DEFINE_XEN_GUEST_HANDLE(name, type) \ macro 52 #define DEFINE_XEN_GUEST_HANDLE(name) __DEFINE_XEN_GUEST_HANDLE(name, name)
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-arm/ |
D | xen.h | 189 #define __DEFINE_XEN_GUEST_HANDLE(name, type) \ macro 192 #define DEFINE_XEN_GUEST_HANDLE(name) __DEFINE_XEN_GUEST_HANDLE(name, name)
|