Advertisement
Guest User

Untitled

a guest
Feb 21st, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. ffffffff80107000 <CpuId>:
  2. ffffffff80107000: 55 push %rbp
  3. ffffffff80107001: 49 89 d0 mov %rdx,%r8
  4. ffffffff80107004: 89 f8 mov %edi,%eax
  5. ffffffff80107006: 89 f1 mov %esi,%ecx
  6. ffffffff80107008: 48 89 e5 mov %rsp,%rbp
  7. ffffffff8010700b: 53 push %rbx
  8. ffffffff8010700c: 0f a2 cpuid
  9. ffffffff8010700e: 41 89 58 04 mov %ebx,0x4(%r8)
  10. ffffffff80107012: 48 8b 5d f8 mov -0x8(%rbp),%rbx
  11. ffffffff80107016: 41 89 00 mov %eax,(%r8)
  12. ffffffff80107019: 41 89 48 08 mov %ecx,0x8(%r8)
  13. ffffffff8010701d: 41 89 50 0c mov %edx,0xc(%r8)
  14. ffffffff80107021: c9 leave
  15. ffffffff80107022: c3 ret
  16. ffffffff80107023: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1)
  17. ffffffff8010702a: 00 00 00 00
  18. ffffffff8010702e: 66 90 xchg %ax,%ax
  19.  
  20. ffffffff80107030 <curr_cpu_apic_id>:
  21. ffffffff80107030: 55 push %rbp
  22. ffffffff80107031: b8 01 00 00 00 mov $0x1,%eax
  23. ffffffff80107036: 31 c9 xor %ecx,%ecx
  24. ffffffff80107038: 48 89 e5 mov %rsp,%rbp
  25. ffffffff8010703b: 53 push %rbx
  26. ffffffff8010703c: 0f a2 cpuid
  27. ffffffff8010703e: c1 eb 18 shr $0x18,%ebx
  28. ffffffff80107041: 89 d8 mov %ebx,%eax
  29. ffffffff80107043: 48 8b 5d f8 mov -0x8(%rbp),%rbx
  30. ffffffff80107047: c9 leave
  31. ffffffff80107048: c3 ret
  32. ffffffff80107049: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement