Lines Matching +full:0 +full:x1e00
12 # and the value of MSR 0x199 (MSR_IA32_PERF_CTL) which indicates what
24 #/tmp/result.3100:3:msr 0x199: 0x1e00
31 EVALUATE_ONLY=0
37 echo "$0 # Skipped: Test can only run on x86 architectures."
42 if [ $UID != 0 ] && [ $EVALUATE_ONLY == 0 ]; then
52 for cpu in `seq 0 $max_cpus`
67 ./msr 0 >> /tmp/result.$1
86 mkt_freq=${_mkt_freq}0
95 [ $EVALUATE_ONLY -eq 0 ] && for freq in `seq $max_freq -100 $min_freq`
102 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null
110 echo "Target Actual Difference MSR(0x199) max_perf_pct" | tr " " "\n" > /tmp/result.tab
128 exit 0