Searched refs:VmarInfo (Results 1 – 1 of 1) sorted by relevance
45 zx_info_vmar_t VmarInfo; in getRootVmarBase() local47 _zx_object_get_info(_zx_vmar_root_self(), ZX_INFO_VMAR, &VmarInfo, in getRootVmarBase()48 sizeof(VmarInfo), nullptr, nullptr); in getRootVmarBase()50 CHECK_NE(VmarInfo.base, 0); in getRootVmarBase()52 atomic_store(&CachedResult, VmarInfo.base, memory_order_release); in getRootVmarBase()53 Result = VmarInfo.base; in getRootVmarBase()