use_msr
if (unlikely(use_msr)) {
if (use_msr)
static int use_msr;
module_param_named(msr, use_msr, int, 0644);