Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c213 static bool v7m_stack_write(ARMCPU *cpu, uint32_t addr, uint32_t value, in v7m_stack_write() function
407 v7m_stack_write(cpu, faddr, slo, mmu_idx, STACK_LAZYFP) && in HELPER()
408 v7m_stack_write(cpu, faddr + 4, shi, mmu_idx, STACK_LAZYFP); in HELPER()
412 v7m_stack_write(cpu, fpcar + 0x40, in HELPER()
416 v7m_stack_write(cpu, fpcar + 0x44, in HELPER()
817 v7m_stack_write(cpu, frameptr, sig, mmu_idx, smode) && in v7m_push_callee_stack()
818 v7m_stack_write(cpu, frameptr + 0x8, env->regs[4], mmu_idx, smode) && in v7m_push_callee_stack()
819 v7m_stack_write(cpu, frameptr + 0xc, env->regs[5], mmu_idx, smode) && in v7m_push_callee_stack()
820 v7m_stack_write(cpu, frameptr + 0x10, env->regs[6], mmu_idx, smode) && in v7m_push_callee_stack()
821 v7m_stack_write(cpu, frameptr + 0x14, env->regs[7], mmu_idx, smode) && in v7m_push_callee_stack()
[all …]