Searched refs:ARMV7M_EXCP_MEM (Results 1 – 3 of 3) sorted by relevance
207 if (s->gic.irq_state[ARMV7M_EXCP_MEM].active) val |= (1 << 0); in nvic_readl()215 if (s->gic.irq_state[ARMV7M_EXCP_MEM].pending) val |= (1 << 13); in nvic_readl()218 if (s->gic.irq_state[ARMV7M_EXCP_MEM].enabled) val |= (1 << 16); in nvic_readl()351 s->gic.irq_state[ARMV7M_EXCP_MEM].enabled = (value & (1 << 16)) != 0; in nvic_writel()
51 #define ARMV7M_EXCP_MEM 4 macro
774 armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_MEM); in do_interrupt_v7m()