Lines Matching refs:new_sp
861 unsigned long new_sp = sp; in setup_extcontext() local
868 new_sp -= sizeof(struct sctx_info); in setup_extcontext()
869 extctx->end.addr = (void *)new_sp; in setup_extcontext()
875 new_sp = extframe_alloc(extctx, &extctx->lasx, in setup_extcontext()
876 sizeof(struct lasx_context), LASX_CTX_ALIGN, new_sp); in setup_extcontext()
878 new_sp = extframe_alloc(extctx, &extctx->lsx, in setup_extcontext()
879 sizeof(struct lsx_context), LSX_CTX_ALIGN, new_sp); in setup_extcontext()
881 new_sp = extframe_alloc(extctx, &extctx->fpu, in setup_extcontext()
882 sizeof(struct fpu_context), FPU_CTX_ALIGN, new_sp); in setup_extcontext()
887 new_sp = extframe_alloc(extctx, &extctx->lbt, in setup_extcontext()
888 sizeof(struct lbt_context), LBT_CTX_ALIGN, new_sp); in setup_extcontext()
892 return new_sp; in setup_extcontext()