Lines Matching refs:new_sp
862 unsigned long new_sp = sp; in setup_extcontext() local
869 new_sp -= sizeof(struct sctx_info); in setup_extcontext()
870 extctx->end.addr = (void *)new_sp; in setup_extcontext()
876 new_sp = extframe_alloc(extctx, &extctx->lasx, in setup_extcontext()
877 sizeof(struct lasx_context), LASX_CTX_ALIGN, new_sp); in setup_extcontext()
879 new_sp = extframe_alloc(extctx, &extctx->lsx, in setup_extcontext()
880 sizeof(struct lsx_context), LSX_CTX_ALIGN, new_sp); in setup_extcontext()
882 new_sp = extframe_alloc(extctx, &extctx->fpu, in setup_extcontext()
883 sizeof(struct fpu_context), FPU_CTX_ALIGN, new_sp); in setup_extcontext()
888 new_sp = extframe_alloc(extctx, &extctx->lbt, in setup_extcontext()
889 sizeof(struct lbt_context), LBT_CTX_ALIGN, new_sp); in setup_extcontext()
893 return new_sp; in setup_extcontext()