Searched refs:core_prof (Results 1 – 9 of 9) sorted by relevance
175 return (bool)((m_cfg.arch_ver == ARCH_V7) && (m_cfg.core_prof == profile_CortexM)); in isV7MArch()226 return m_cfg.core_prof; in getCoreProfile()
168 ocsd_core_profile_t core_prof; /**< Core Profile */ member
41 m_cfg.core_prof = profile_CortexA; in PtmConfig()
42 m_cfg.core_prof = profile_CortexA; in EtmV3Config()
51 m_cfg.core_prof = profile_CortexA; in EtmV4Config()
128 ocsd_core_profile_t core_prof; /**< Core Profile */ member
118 const ocsd_core_profile_t &coreProfile() const { return m_cfg.core_prof; }; in coreProfile()
342 ocsd_core_profile_t core_prof; /**< Core Profile */ member
73 const ocsd_core_profile_t &coreProfile() const { return m_cfg.core_prof; }; in coreProfile()