Searched defs:MapPlatformData (Results 1 – 3 of 3) sorted by relevance
21 struct MapPlatformData { struct22 zx_handle_t Vmar;23 zx_handle_t Vmo;24 uintptr_t VmarBase;25 uint64_t VmoSize;
19 struct MapPlatformData {}; struct