Searched refs:ocsd_arch_profile_t (Results 1 – 6 of 6) sorted by relevance
66 ocsd_arch_profile_t getArchProfile(const std::string &coreName);69 ocsd_arch_profile_t getPatternMatchCoreName(const std::string &coreName);71 std::map<std::string, ocsd_arch_profile_t> core_profiles;72 std::map<std::string, ocsd_arch_profile_t> arch_profiles;
63 void setArchProfile(const ocsd_arch_profile_t profile); //!< core profile134 inline void OcsdCodeFollower::setArchProfile(const ocsd_arch_profile_t profile) in setArchProfile()
39 ocsd_arch_profile_t ap;84 ocsd_arch_profile_t CoreArchProfileMap::getArchProfile(const std::string &coreName) in getArchProfile()86 ocsd_arch_profile_t ap = { ARCH_UNKNOWN, profile_Unknown }; in getArchProfile()89 std::map<std::string, ocsd_arch_profile_t>::const_iterator it; in getArchProfile()105 ocsd_arch_profile_t CoreArchProfileMap::getPatternMatchCoreName(const std::string &coreName) in getPatternMatchCoreName()107 ocsd_arch_profile_t ap = { ARCH_UNKNOWN, profile_Unknown }; in getPatternMatchCoreName()
302 } ocsd_arch_profile_t; typedef387 ocsd_arch_profile_t pe_type; /**< input: Core Arch and profile */
185 ocsd_arch_profile_t arch_profile; in onProtocolConfig()
542 ocsd_arch_profile_t ap = m_arch_profiles.getArchProfile(coreName); in getCoreProfile()