Advertisement
Guest User

Untitled

a guest
Mar 4th, 2025
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. >>> write64(0x211e00000 + 0x70000 + 0x0 + 3 * 0x20, read64(0x211e00000 + 0x70000 + 0x0 + 4 * 0x20))
  2. >>> write64(0x211e00000 + 0x70000 + 0x8 + 3 * 0x20, read64(0x211e00000 + 0x70000 + 0x8 + 4 * 0x20))
  3. >>> write64(0x211e00000 + 0x70000 + 0x10 + 3 * 0x20, read64(0x211e00000 + 0x70000 + 0x10 + 4 * 0x20))
  4. >>> write64(0x211e00000 + 0x70000 + 0x18 + 3 * 0x20, read64(0x211e00000 + 0x70000 + 0x18 + 4 * 0x20))
  5.  
  6.  
  7. python3 proxyclient/experiments/cpu_pstate_latencies.py
  8. Fetching ADT (0x00060000 bytes)...
  9. m1n1 base: 0x804e50000
  10. TTY> Starting secondary CPUs...
  11. TTY> Starting CPU 1 (0:0:1)... Started.
  12. TTY> Starting CPU 2 (0:0:2)... Started.
  13. TTY> Starting CPU 3 (0:0:3)... Started.
  14. TTY> Starting CPU 4 (0:1:0)... Failed!
  15. TTY> Starting CPU 5 (0:1:1)... Started.
  16. TTY> Starting CPU 6 (0:1:2)... Started.
  17. TTY> Starting CPU 7 (0:1:3)... Started.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement