Searched refs:XPSR_SFPA (Results 1 – 2 of 2) sorted by relevance
632 saved_psr |= XPSR_SFPA; in HELPER()1211 xpsr &= ~XPSR_SFPA; in v7m_push_stack()1214 xpsr |= XPSR_SFPA; in v7m_push_stack()1860 xpsr_mask = ~(XPSR_SPREALIGN | XPSR_SFPA); in do_v7m_exception_exit()1868 bool sfpa = xpsr & XPSR_SFPA; in do_v7m_exception_exit()1966 if (newpsr & XPSR_SFPA) { in do_v7m_function_return()
1432 #define XPSR_SFPA (1U << 20) /* Only set in exception stack frames */ macro