libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
Msr.hh File Reference
#include <cstdint>
Include dependency graph for Msr.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::x86
 Classes for the x86 architecture.
 

Enumerations

enum class  introvirt::x86::Msr : uint64_t {
  introvirt::x86::MSR_EFER = 0xc0000080 , introvirt::x86::MSR_STAR = 0xc0000081 , introvirt::x86::MSR_LSTAR = 0xc0000082 , introvirt::x86::MSR_CSTAR = 0xc0000083 ,
  introvirt::x86::MSR_SYSCALL_MASK = 0xc0000084 , introvirt::x86::MSR_FS_BASE = 0xc0000100 , introvirt::x86::MSR_GS_BASE = 0xc0000101 , introvirt::x86::MSR_KERNEL_GS_BASE = 0xc0000102 ,
  introvirt::x86::MSR_TSC_AUX = 0xc0000103 , introvirt::x86::MSR_IA32_SPEC_CTRL = 0x00000048 , introvirt::x86::MSR_IA32_PRED_CMD = 0x00000049 , introvirt::x86::MSR_IA32_SYSENTER_CS = 0x00000174 ,
  introvirt::x86::MSR_IA32_SYSENTER_ESP = 0x00000175 , introvirt::x86::MSR_IA32_SYSENTER_EIP = 0x00000176
}
 x86_64 MSR valueus TODO: Many values are missing from this enum More...