/// Extended Feature Enables
pub const IA32_EFER: u32 = 0xC0000080;
/// System Call Target Address (R/W)
pub const IA32_STAR: u32 = 0xC0000081;
/// IA-32e Mode System Call Target Address
pub const IA32_LSTAR: u32 = 0xC0000082;
/// System Call Flag Mask (R/W)
pub const IA32_FMASK: u32 = 0xC0000084;
/// Write 64 bits to msr register.
pub unsafe
/// Read 64 bits msr register.
pub unsafe