Searched refs:arm_v7m_get_sp_ptr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | gdbstub.c | 346 ptr = arm_v7m_get_sp_ptr(env, sec, false, true); in m_sysreg_ptr() 349 ptr = arm_v7m_get_sp_ptr(env, sec, true, true); in m_sysreg_ptr()
|
H A D | internals.h | 1702 uint32_t *arm_v7m_get_sp_ptr(CPUARMState *env, bool secure,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m_helper.c | 780 frame_sp_p = arm_v7m_get_sp_ptr(env, M_REG_S, mode, in v7m_push_callee_stack() 1626 uint32_t *frame_sp_p = arm_v7m_get_sp_ptr(env, return_to_secure, in do_v7m_exception_exit() 1933 frame_sp_p = arm_v7m_get_sp_ptr(env, true, threadmode, spsel); in do_v7m_function_return() 2869 uint32_t *arm_v7m_get_sp_ptr(CPUARMState *env, bool secure, bool threadmode, in arm_v7m_get_sp_ptr() function
|