Home
last modified time | relevance | path

Searched refs:val_new (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/events/
Dcore.c195 u64 val, val_fail = -1, val_new= ~0; in check_hw_exists() local
253 ret |= rdmsrl_safe(reg, &val_new); in check_hw_exists()
254 if (ret || val != val_new) in check_hw_exists()
274 reg, val_new); in check_hw_exists()
/Linux-v5.4/arch/x86/events/intel/
Dcore.c4072 u64 val_old, val_new, val_tmp; in check_msr() local
4098 rdmsrl_safe(msr, &val_new)) in check_msr()
4105 if (val_new != val_tmp) in check_msr()