Searched refs:profile_CortexM (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_core_arch_map.cpp | 67 { "Cortex-M33", { ARCH_V8, profile_CortexM } }, 68 { "Cortex-M23", { ARCH_V8, profile_CortexM } }, 69 { "Cortex-M0", { ARCH_V7, profile_CortexM } }, 70 { "Cortex-M0+", { ARCH_V7, profile_CortexM } }, 71 { "Cortex-M3", { ARCH_V7, profile_CortexM } }, 72 { "Cortex-M4", { ARCH_V7, profile_CortexM } } 147 ap.profile = profile_CortexM; in getPatternMatchCoreName() 171 ap.profile = profile_CortexM; in getPatternMatchCoreName()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
H A D | trc_cmp_cfg_etmv3.h | 175 return (bool)((m_cfg.arch_ver == ARCH_V7) && (m_cfg.core_prof == profile_CortexM)); in isV7MArch()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 292 profile_CortexM, /**< Cortex-M profile */ enumerator
|
/freebsd/contrib/opencsd/decoder/source/etmv3/ |
H A D | trc_pkt_decode_etmv3.cpp | 669 if(m_config->getCoreProfile() != profile_CortexM) in pendExceptionReturn()
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 575 uint8_t m_type = (m_config.coreProfile() == profile_CortexM) ? 1 : 0; in iPktException() 1301 if ((m_config.coreProfile() == profile_CortexM) && in BuildIPacketTable()
|
H A D | trc_pkt_decode_etmv4i.cpp | 408 …bV7MProfile = (m_config->archVersion() == ARCH_V7) && (m_config->coreProfile() == profile_CortexM); in decodePacket() 419 … if (OCSD_IS_V8_ARCH(m_config->archVersion()) && (m_config->coreProfile() == profile_CortexM)) in decodePacket()
|