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.c837 bool ignore_stackfaults) in v7m_exception_taken()
890 ignore_stackfaults); in v7m_exception_taken()
942 if (push_failed && !ignore_stackfaults) { in v7m_exception_taken()
1894 bool ignore_stackfaults; in do_v7m_exception_exit()
1899 ignore_stackfaults = v7m_push_stack(cpu); in do_v7m_exception_exit()
1902 v7m_exception_taken(cpu, excret, false, ignore_stackfaults); in do_v7m_exception_exit()
2197 bool ignore_stackfaults; in arm_v7m_cpu_do_interrupt()
2431 ignore_stackfaults = v7m_push_stack(cpu);
2432 v7m_exception_taken(cpu, lr, false, ignore_stackfaults); in HELPER()
836 v7m_exception_taken(ARMCPU * cpu,uint32_t lr,bool dotailchain,bool ignore_stackfaults) v7m_exception_taken() argument
1893 bool ignore_stackfaults; do_v7m_exception_exit() local
2196 bool ignore_stackfaults; arm_v7m_cpu_do_interrupt() local