Searched refs:coreName (Results 1 – 2 of 2) sorted by relevance
84 ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile() argument92 it = core_profiles.find(coreName); in getArchProfile()101 ap = getPatternMatchCoreName(coreName); in getArchProfile()105 ocsd_arch_profile_t CoreArchProfileMap::getPatternMatchCoreName(const std::string &coreName) in getPatternMatchCoreName() argument111 pos = coreName.find("ARMv"); in getPatternMatchCoreName()114 int majver = coreName[4] - '0'; in getPatternMatchCoreName()118 pos = coreName.find_first_of("."); in getPatternMatchCoreName()120 minver = coreName[6] - '0'; in getPatternMatchCoreName()140 if (coreName.find_first_of("-", 4) == (size_t)(5 + dotoffset)) { in getPatternMatchCoreName()142 if (coreName[profile_idx] == 'A') in getPatternMatchCoreName()[all …]
66 ocsd_arch_profile_t getArchProfile(const std::string &coreName);69 ocsd_arch_profile_t getPatternMatchCoreName(const std::string &coreName);