Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c833 bool ignore_stackfaults) in v7m_exception_taken() argument
886 ignore_stackfaults); in v7m_exception_taken()
938 if (push_failed && !ignore_stackfaults) { in v7m_exception_taken()
1884 bool ignore_stackfaults; in do_v7m_exception_exit() local
1889 ignore_stackfaults = v7m_push_stack(cpu); in do_v7m_exception_exit()
1892 v7m_exception_taken(cpu, excret, false, ignore_stackfaults); in do_v7m_exception_exit()
2187 bool ignore_stackfaults; in arm_v7m_cpu_do_interrupt() local
2419 ignore_stackfaults = v7m_push_stack(cpu); in arm_v7m_cpu_do_interrupt()
2420 v7m_exception_taken(cpu, lr, false, ignore_stackfaults); in arm_v7m_cpu_do_interrupt()