Home | History | Annotate | Download | only in test

Lines Matching refs:ESP

1150     printf("popl esp=%x\n", res);
1230 r->esp = (r->esp & ~0xffff) | ((r->esp - 2) & 0xffff);
1231 *(uint16_t *)seg_to_linear(r->ss, r->esp) = val;
1267 r->esp = 0xfffe;
1358 #define REG_ESP ESP
1543 "orl $0x00100, (%%esp)\n"
1573 "orl $0x00100, (%%esp)\n"
1625 "andl $~0x00100, (%%esp)\n"
1642 "movl 4(%esp), %eax\n"