Home | History | Annotate | Download | only in target-i386

Lines Matching full:rsp

2352             target_ulong rsp;
2354 rsp = ESP;
2355 PUSHQ(rsp, env->segs[R_CS].selector);
2356 PUSHQ(rsp, next_eip);
2358 ESP = rsp;
4979 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.rsp), ESP);
5036 ESP = ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rsp));
5349 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.rsp), ESP);
5391 ESP = ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.rsp));