diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/msr.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3169,6 +3169,9 @@ pub const IA32_STAR: u32 = 0xc0000081; /// IA-32e Mode System Call Target Address (R/W) See Table 35-2. pub const IA32_LSTAR: u32 = 0xc0000082; +/// System Call Target Address the compatibility mode. +pub const IA32_CSTAR: u32 = 0xc0000083; + /// System Call Flag Mask (R/W) See Table 35-2. pub const IA32_FMASK: u32 = 0xc0000084; |