Searched refs:ARMV7M_EXCP_BUS (Results 1 – 2 of 2) sorted by relevance
208 if (s->gic.irq_state[ARMV7M_EXCP_BUS].active) val |= (1 << 1); in nvic_readl()216 if (s->gic.irq_state[ARMV7M_EXCP_BUS].pending) val |= (1 << 14); in nvic_readl()219 if (s->gic.irq_state[ARMV7M_EXCP_BUS].enabled) val |= (1 << 17); in nvic_readl()352 s->gic.irq_state[ARMV7M_EXCP_BUS].enabled = (value & (1 << 17)) != 0; in nvic_writel()
63 #define ARMV7M_EXCP_BUS 5 macro