Home
last modified time | relevance | path

Searched refs:ARMV7M_EXCP_MEM (Results 1 – 3 of 3) sorted by relevance

/external/qemu/hw/
Darmv7m_nvic.c207 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()
/external/qemu/target-arm/
Dcpu.h51 #define ARMV7M_EXCP_MEM 4 macro
Dhelper.c774 armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_MEM); in do_interrupt_v7m()