Home | History | Annotate | Download | only in Sec

Lines Matching refs:Esp

581   JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);

582 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2) + sizeof(Context3);
583 ((VOID**)JumpBuffer.Esp)[1] = Context1;
584 ((VOID**)JumpBuffer.Esp)[2] = Context2;
585 ((VOID**)JumpBuffer.Esp)[3] = Context3;