Home
last modified time | relevance | path

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

/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()
1678 v7m_stack_read(cpu, &env->regs[0], frameptr, mmu_idx) && in do_v7m_exception_exit()
1679 v7m_stack_read(cpu, &env->regs[1], frameptr + 0x4, mmu_idx) && in do_v7m_exception_exit()
1680 v7m_stack_read(cpu, &env->regs[2], frameptr + 0x8, mmu_idx) && in do_v7m_exception_exit()
1681 v7m_stack_read(cpu, &env->regs[3], frameptr + 0xc, mmu_idx) && in do_v7m_exception_exit()
1685 v7m_stack_read(cpu, &xpsr, frameptr + 0x1c, mmu_idx); in do_v7m_exception_exit()
1801 v7m_stack_read(cpu, &slo, faddr, mmu_idx) && in do_v7m_exception_exit()
1802 v7m_stack_read(cpu, &shi, faddr + 4, mmu_idx); in do_v7m_exception_exit()
1812 v7m_stack_read(cpu, &fpscr, frameptr + 0x60, mmu_idx); in do_v7m_exception_exit()
[all …]