Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:guest_RIP

2244    arch->vex.guest_RIP -= 2;             // sizeof(syscall)
2252 UChar *p = (UChar *)arch->vex.guest_RIP;
2257 arch->vex.guest_RIP, p[0], p[1]);
2385 arch->vex.guest_RIP = arch->vex.guest_IP_AT_SYSCALL;
2393 UChar *p = (UChar *)arch->vex.guest_RIP;
2399 arch->vex.guest_RIP, p[0], p[1]);
2486 arch->vex.guest_RIP -= 2; // sizeof(syscall)
2494 UChar *p = (UChar *)arch->vex.guest_RIP;
2500 arch->vex.guest_RIP, p[0], p[1]);