Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c301 static bool v7m_stack_read(ARMCPU *cpu, uint32_t *dest, uint32_t addr, in v7m_stack_read() function
1650 pop_ok = v7m_stack_read(cpu, &actual_sig, frameptr, mmu_idx); in do_v7m_exception_exit()
1664 v7m_stack_read(cpu, &env->regs[4], frameptr + 0x8, mmu_idx) && in do_v7m_exception_exit()
1665 v7m_stack_read(cpu, &env->regs[5], frameptr + 0xc, mmu_idx) && in do_v7m_exception_exit()
1666 v7m_stack_read(cpu, &env->regs[6], frameptr + 0x10, mmu_idx) && in do_v7m_exception_exit()
1667 v7m_stack_read(cpu, &env->regs[7], frameptr + 0x14, mmu_idx) && in do_v7m_exception_exit()
1668 v7m_stack_read(cpu, &env->regs[8], frameptr + 0x18, mmu_idx) && in do_v7m_exception_exit()
1669 v7m_stack_read(cpu, &env->regs[9], frameptr + 0x1c, mmu_idx) && in do_v7m_exception_exit()
1670 v7m_stack_read(cpu, &env->regs[10], frameptr + 0x20, mmu_idx) && in do_v7m_exception_exit()
1671 v7m_stack_read(cpu, &env->regs[11], frameptr + 0x24, mmu_idx); in do_v7m_exception_exit()
[all …]