Lines Matching refs:frame_sp_p
764 uint32_t *frame_sp_p; in v7m_push_callee_stack() local
779 frame_sp_p = arm_v7m_get_sp_ptr(env, M_REG_S, mode, in v7m_push_callee_stack()
789 frame_sp_p = &env->regs[13]; in v7m_push_callee_stack()
793 frameptr = *frame_sp_p - 0x28; in v7m_push_callee_stack()
806 *frame_sp_p = limit; in v7m_push_callee_stack()
827 *frame_sp_p = frameptr; 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() local
1627 uint32_t frameptr = *frame_sp_p; in do_v7m_exception_exit()
1856 *frame_sp_p = frameptr; in do_v7m_exception_exit()
1925 uint32_t *frame_sp_p; in do_v7m_function_return() local
1932 frame_sp_p = arm_v7m_get_sp_ptr(env, true, threadmode, spsel); in do_v7m_function_return()
1933 frameptr = *frame_sp_p; in do_v7m_function_return()
1958 *frame_sp_p = frameptr + 8; in do_v7m_function_return()