Searched refs:MSR_IA32_MC0_CTL (Results 1 – 2 of 2) sorted by relevance
483 #define MSR_IA32_MC0_CTL 0x00000400 macro608 #define MSR_IA32_MCx_CTL(x) (MSR_IA32_MC0_CTL + 4*(x))
114 pub const MSR_IA32_MC0_CTL: ::std::os::raw::c_uint = 0x00000400; constant