Lines Matching full:value
12 * 2. Custom: by providing command line arguments it is possible to test any MSR and value
15 * 2. value as a base 16 number
22 unsigned long long value; member
31 { .index = msr, .name = #msr, .value = val, .is_64bit_only = false, .keep = ro }
33 { .index = msr, .name = #msr, .value = val, .is_64bit_only = true, .keep = ro }
64 * the desired value as extra bits to set. in __test_msr_rw()
128 __test_msr_rw(msr->index, msr->name, msr->value, msr->keep); in test_msr()
135 msr->value == addr_64) in test_msr()
138 test_wrmsr_fault(msr->index, msr->name, msr->value); in test_msr()
153 .value = strtoull(av[2], NULL, 0x10) in test_custom_msr()
325 * If the user provided an MSR+value, test exactly that and skip all in main()