Searched refs:ARMV7M_EXCP_SYSTICK (Results 1 – 2 of 2) sorted by relevance
159 exc == ARMV7M_EXCP_SYSTICK; in exc_is_banked()1060 if (s->sec_vectors[ARMV7M_EXCP_SYSTICK].pending) { in nvic_readl()1069 if (s->vectors[ARMV7M_EXCP_SYSTICK].pending) { in nvic_readl()1142 if (s->sec_vectors[ARMV7M_EXCP_SYSTICK].active) { in nvic_readl()1195 if (s->vectors[ARMV7M_EXCP_SYSTICK].active) { in nvic_readl()1598 armv7m_nvic_set_pending(s, ARMV7M_EXCP_SYSTICK, attrs.secure); in nvic_writel()1600 armv7m_nvic_clear_pending(s, ARMV7M_EXCP_SYSTICK, attrs.secure); in nvic_writel()1722 s->sec_vectors[ARMV7M_EXCP_SYSTICK].active = in nvic_writel()1746 s->vectors[ARMV7M_EXCP_SYSTICK].active = (value & (1 << 11)) != 0; in nvic_writel()2181 case ARMV7M_EXCP_SYSTICK: in shpr_bank()[all …]
77 #define ARMV7M_EXCP_SYSTICK 15 macro