Home
last modified time | relevance | path

Searched refs:ARMV7M_EXCP_BUS (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/arm/
Darmv7m_nvic.c208 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()
/external/qemu/target-arm/
Dcpu.h63 #define ARMV7M_EXCP_BUS 5 macro