Searched refs:XPSR_SPREALIGN (Results 1 – 2 of 2) sorted by relevance
1216 xpsr |= XPSR_SPREALIGN; in v7m_push_stack()1862 if (xpsr & XPSR_SPREALIGN) { in do_v7m_exception_exit()1868 xpsr_mask = ~(XPSR_SPREALIGN | XPSR_SFPA); in do_v7m_exception_exit()
1457 #define XPSR_SPREALIGN (1U << 9) /* Only set in exception stack frames */ macro