Home
last modified time | relevance | path

Searched refs:kExcReturnStackMask (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_private/
Dcortex_m_constants.h72 constexpr uint32_t kExcReturnStackMask = 0x1u << 2; variable
/external/pigweed/pw_cpu_exception_cortex_m/
Dentry.cc45 return cpu_state.extended.exc_return & kExcReturnStackMask; in PspWasActive()
Dcpu_state.cc121 if (cpu_state.extended.exc_return & kExcReturnStackMask) { in AnalyzeException()