Lines Matching defs:values
184 } values[KVM_MAX_NR_USER_RETURN_MSRS];
305 struct kvm_user_return_msr_values *values;
319 values = &msrs->values[slot];
320 if (values->host != values->curr) {
321 wrmsrl(user_return_msrs_global.msrs[slot], values->host);
322 values->curr = values->host;
361 msrs->values[i].host = value;
362 msrs->values[i].curr = value;
372 value = (value & mask) | (msrs->values[slot].host & ~mask);
373 if (value == msrs->values[slot].curr)
379 msrs->values[slot].curr = value;
1317 * The following list leaves out MSRs whose values are determined
2351 * These values are tracked in kvm->arch.cur_xxx variables.
2558 * system_timestamp/tsc_timestamp values simultaneously: use a master
2559 * copy of host monotonic time values. Update that master copy
2774 /* With all the info we got, fill in the values */
7648 changes registers values during IO operation */
7972 * doesn't see old kvmclock values while running with
7980 * so the guest will not see stale values.
10554 * Make sure the user can only configure tsc_khz values that