Searched refs:core_profiles (Results 1 – 2 of 2) sorted by relevance
80 core_profiles[ap_map_array[i].name] = ap_map_array[i].ap; in CoreArchProfileMap()92 it = core_profiles.find(coreName); in getArchProfile()93 if (it != core_profiles.end()) in getArchProfile()
71 std::map<std::string, ocsd_arch_profile_t> core_profiles; variable