Searched refs:target_tsc (Results 1 – 3 of 3) sorted by relevance
799 u64 (*compute_tsc_offset)(struct kvm_vcpu *vcpu, u64 target_tsc);
1078 static u64 svm_compute_tsc_offset(struct kvm_vcpu *vcpu, u64 target_tsc) in svm_compute_tsc_offset() argument1084 return target_tsc - tsc; in svm_compute_tsc_offset()
2336 static u64 vmx_compute_tsc_offset(struct kvm_vcpu *vcpu, u64 target_tsc) in vmx_compute_tsc_offset() argument2338 return target_tsc - native_read_tsc(); in vmx_compute_tsc_offset()