Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dgdbstub.c332 ptr = arm_v7m_get_sp_ptr(env, sec, false, true); in m_sysreg_ptr()
335 ptr = arm_v7m_get_sp_ptr(env, sec, true, true); in m_sysreg_ptr()
H A Dinternals.h1476 uint32_t *arm_v7m_get_sp_ptr(CPUARMState *env, bool secure,
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c779 frame_sp_p = arm_v7m_get_sp_ptr(env, M_REG_S, mode, in v7m_push_callee_stack()
1625 uint32_t *frame_sp_p = arm_v7m_get_sp_ptr(env, return_to_secure, in do_v7m_exception_exit()
1932 frame_sp_p = arm_v7m_get_sp_ptr(env, true, threadmode, spsel); in do_v7m_function_return()
2868 uint32_t *arm_v7m_get_sp_ptr(CPUARMState *env, bool secure, bool threadmode, in arm_v7m_get_sp_ptr() function