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

  /external/qemu/hw/
armv7m_nvic.c 78 armv7m_nvic_set_pending(s, ARMV7M_EXCP_SYSTICK);
89 void armv7m_nvic_set_pending(void *opaque, int irq) function
305 armv7m_nvic_set_pending(s, ARMV7M_EXCP_NMI);
308 armv7m_nvic_set_pending(s, ARMV7M_EXCP_PENDSV);
314 armv7m_nvic_set_pending(s, ARMV7M_EXCP_SYSTICK);
  /external/qemu/target-arm/
cpu.h 355 void armv7m_nvic_set_pending(void *opaque, int irq);
helper.c 718 armv7m_nvic_set_pending(env->v7m.nvic, ARMV7M_EXCP_USAGE);
722 armv7m_nvic_set_pending(env->v7m.nvic, ARMV7M_EXCP_SVC);
726 armv7m_nvic_set_pending(env->v7m.nvic, ARMV7M_EXCP_MEM);
738 armv7m_nvic_set_pending(env->v7m.nvic, ARMV7M_EXCP_DEBUG);
    [all...]

Completed in 52 milliseconds