Searched refs:tsc_aux (Results 1 – 3 of 3) sorted by relevance
152 uint64_t tsc_aux; member
1527 kvm_set_user_return_msr(tsc_aux_uret_slot, svm->tsc_aux, -1ull); in svm_prepare_guest_switch()2773 msr_info->data = svm->tsc_aux; in svm_get_msr()3013 svm->tsc_aux = data; in svm_set_msr()
3511 u64 tsc_aux = 0; in em_rdpid() local3513 if (ctxt->ops->get_msr(ctxt, MSR_TSC_AUX, &tsc_aux)) in em_rdpid()3515 ctxt->dst.val = tsc_aux; in em_rdpid()
Completed in 20 milliseconds