Searched refs:coreName (Results 1 – 2 of 2) sorted by relevance
92 it = core_profiles.find(coreName); in getArchProfile()111 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()142 if (coreName[profile_idx] == 'A') in getPatternMatchCoreName()157 pos = coreName.find("ARM-"); in getPatternMatchCoreName()160 pos = coreName.find("aa64"); in getPatternMatchCoreName()162 pos = coreName.find("AA64"); in getPatternMatchCoreName()168 if (coreName[9] == 'R') in getPatternMatchCoreName()[all …]
66 ocsd_arch_profile_t getArchProfile(const std::string &coreName);69 ocsd_arch_profile_t getPatternMatchCoreName(const std::string &coreName);