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