Lines Matching full:escalate

612          * This all means we can identify whether to escalate based only on  in do_armv7m_nvic_set_pending()
617 bool escalate = false; in do_armv7m_nvic_set_pending() local
621 escalate = true; in do_armv7m_nvic_set_pending()
624 escalate = true; in do_armv7m_nvic_set_pending()
627 if (escalate) { in do_armv7m_nvic_set_pending()
629 /* We need to escalate this exception to a synchronous HardFault. in do_armv7m_nvic_set_pending()
630 * If BFHFNMINS is set then we escalate to the banked HF for in do_armv7m_nvic_set_pending()
643 /* We want to escalate to HardFault but we can't take the in do_armv7m_nvic_set_pending()
649 "Lockup: can't escalate %d to HardFault " in do_armv7m_nvic_set_pending()
679 * whether we should escalate depends on the saved context in armv7m_nvic_set_pending_lazyfp()
685 bool escalate = false; in armv7m_nvic_set_pending_lazyfp() local
709 escalate = !(fpccr & R_V7M_FPCCR_MMRDY_MASK); in armv7m_nvic_set_pending_lazyfp()
712 escalate = !(fpccr & R_V7M_FPCCR_UFRDY_MASK); in armv7m_nvic_set_pending_lazyfp()
715 escalate = !(fpccr_s & R_V7M_FPCCR_BFRDY_MASK); in armv7m_nvic_set_pending_lazyfp()
718 escalate = !(fpccr_s & R_V7M_FPCCR_SFRDY_MASK); in armv7m_nvic_set_pending_lazyfp()
724 if (escalate) { in armv7m_nvic_set_pending_lazyfp()
726 * Escalate to HardFault: faults that initially targeted Secure in armv7m_nvic_set_pending_lazyfp()
743 * We want to escalate to HardFault but the context the in armv7m_nvic_set_pending_lazyfp()
747 "Lockup: can't escalate to HardFault during " in armv7m_nvic_set_pending_lazyfp()
752 if (escalate) { in armv7m_nvic_set_pending_lazyfp()