Home
last modified time | relevance | path

Searched refs:armv7m_nvic_can_take_pending_exception (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/intc/
H A Darmv7m_nvic.h201 bool armv7m_nvic_can_take_pending_exception(NVICState *s);
203 static inline bool armv7m_nvic_can_take_pending_exception(NVICState *s) in armv7m_nvic_can_take_pending_exception() function
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c429 armv7m_nvic_can_take_pending_exception(env->nvic); in HELPER()
1605 if (armv7m_nvic_can_take_pending_exception(env->nvic)) { in do_v7m_exception_exit()
H A Dcpu32.c118 && (armv7m_nvic_can_take_pending_exception(env->nvic))) { in arm_v7m_cpu_exec_interrupt()
/openbmc/qemu/hw/intc/
H A Darmv7m_nvic.c421 bool armv7m_nvic_can_take_pending_exception(NVICState *s) in armv7m_nvic_can_take_pending_exception() function