Searched defs:MapPlatformData (Results 1 – 4 of 4) sorted by relevance
20 struct MapPlatformData { struct21 zx_handle_t Vmar;22 zx_handle_t Vmo;23 uintptr_t VmarBase;24 uint64_t VmoSize;
19 struct MapPlatformData {}; struct