HomeSort by relevance Sort by last modified time
    Searched refs:ARMV7M_EXCP_PENDSV (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
armv7m_nvic.c 181 if (s->gic.irq_state[ARMV7M_EXCP_PENDSV].pending)
212 if (s->gic.irq_state[ARMV7M_EXCP_PENDSV].active) val |= (1 << 10);
308 armv7m_nvic_set_pending(s, ARMV7M_EXCP_PENDSV);
310 s->gic.irq_state[ARMV7M_EXCP_PENDSV].pending = 0;
  /external/qemu/target-arm/
cpu.h 56 #define ARMV7M_EXCP_PENDSV 14

Completed in 97 milliseconds