Home
last modified time | relevance | path

Searched refs:tsc_offset (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_clock.c16 volatile s64 tsc_offset; member
81 return mul_u64_u64_shr64(rdtsc(), tsc_page->tsc_scale) + tsc_page->tsc_offset; in get_tscpage_ts()
103 u64 tsc_scale, tsc_offset; in guest_main() local
118 GUEST_ASSERT(tsc_page->tsc_offset == 0); in guest_main()
132 tsc_offset = tsc_page->tsc_offset; in guest_main()
139 GUEST_ASSERT(tsc_page->tsc_offset != tsc_offset); in guest_main()
149 tsc_offset = tsc_page->tsc_offset; in guest_main()
152 GUEST_ASSERT(tsc_page->tsc_offset == tsc_offset); in guest_main()
170 GUEST_ASSERT(tsc_page->tsc_offset == 0); in guest_main()
H A Dnested_tsc_adjust_test.c111 svm->vmcb->control.tsc_offset = TSC_OFFSET_VALUE; in l1_guest_code()
/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c20 u64 tsc_offset; member
39 &test->tsc_offset); in setup_system_counter()
49 return rdtsc() + test->tsc_offset; in host_read_guest_system_counter()
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c2505 decoder->packet.payload -= vmcs_info->tsc_offset; in intel_pt_translate_vm_tsc()
2519 vmcs_info->tsc_offset);
2523 uint64_t tsc_offset) in intel_pt_translate_vm_tsc_offset()
2527 .tsc_offset = tsc_offset in intel_pt_translate_vm_tsc_offset()
2546 vmcs_info->vmcs, vmcs_info->tsc_offset);
2573 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_first_tsc()
2588 if (vmcs_info && vmcs_info->tsc_offset) in intel_pt_vm_tm_corr_first_tsc()
2600 uint64_t tsc_offset = 0; in intel_pt_vm_tm_corr_tsc()
2645 tsc_offset in intel_pt_vm_tm_corr_tsc()
2521 intel_pt_translate_vm_tsc_offset(struct intel_pt_decoder * decoder,uint64_t tsc_offset) intel_pt_translate_vm_tsc_offset() argument
2598 uint64_t tsc_offset = 0; intel_pt_vm_tm_corr_tsc() local
[all...]
H A Dintel-pt-decoder.h211 uint64_t tsc_offset; member
/linux/arch/x86/kvm/svm/
H A Dnested.c508 to->tsc_offset = from->tsc_offset; in __nested_copy_vmcb_control_to_cache()
910 vcpu->arch.tsc_offset = kvm_calc_nested_tsc_offset(vcpu->arch.l1_tsc_offset, in nested_vmcb02_prepare_control()
911 vmcb12_ctrl->tsc_offset, in nested_vmcb02_prepare_control()
914 vmcb02->control.tsc_offset = vcpu->arch.tsc_offset; in nested_vmcb02_prepare_control()
1358 svm->vcpu.arch.tsc_offset = svm->vcpu.arch.l1_tsc_offset; in nested_svm_vmexit()
1359 if (vmcb01->control.tsc_offset != svm->vcpu.arch.tsc_offset) { in nested_svm_vmexit()
1360 vmcb01->control.tsc_offset = svm->vcpu.arch.tsc_offset; in nested_svm_vmexit()
1797 dst->tsc_offset = from->tsc_offset; in nested_copy_vmcb_cache_to_control()
H A Dsvm.c999 return svm->nested.ctl.tsc_offset; in svm_get_l2_tsc_offset()
1013 svm->vmcb01.ptr->control.tsc_offset = vcpu->arch.l1_tsc_offset; in svm_write_tsc_offset()
1014 svm->vmcb->control.tsc_offset = vcpu->arch.tsc_offset; in svm_write_tsc_offset()
3399 pr_err("%-20s%016llx\n", "tsc_offset:", control->tsc_offset); in dump_vmcb()
H A Dsvm.h181 u64 tsc_offset; member
/linux/include/clocksource/
H A Dhyperv_timer.h77 offset = READ_ONCE(tsc_pg->tsc_offset); in hv_read_tsc_page_tsc()
/linux/arch/x86/kvm/
H A Ddebugfs.c36 *val = vcpu->arch.tsc_offset; in vcpu_get_tsc_offset()
H A Dx86.c2727 vcpu->arch.tsc_offset = kvm_calc_nested_tsc_offset( in kvm_vcpu_write_tsc_offset()
2732 vcpu->arch.tsc_offset = l1_offset; in kvm_vcpu_write_tsc_offset()
2895 u64 tsc_offset = vcpu->arch.l1_tsc_offset; in adjust_tsc_offset_guest() local
2896 kvm_vcpu_write_tsc_offset(vcpu, tsc_offset + adjustment); in adjust_tsc_offset_guest()
4431 offset = vcpu->arch.tsc_offset; in kvm_get_msr_common()
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h114 u64 tsc_offset; member
352 *value = current_evmcs->tsc_offset; in evmcs_vmread()
775 current_evmcs->tsc_offset = value; in evmcs_vmwrite()
/linux/arch/x86/coco/sev/
H A Dcore.c859 vmsa->tsc_offset = snp_tsc_offset; in wakeup_cpu_via_vmgexit()
1984 __func__, tsc_resp->status, tsc_resp->tsc_scale, tsc_resp->tsc_offset, in snp_get_tsc_info()
1989 snp_tsc_offset = tsc_resp->tsc_offset; in snp_get_tsc_info()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst101 u64 tsc_offset;
/linux/arch/x86/kvm/vmx/
H A Dnested.c1834 vmcs12->tsc_offset = evmcs->tsc_offset; in copy_enlightened_to_vmcs12()
2758 vcpu->arch.tsc_offset = kvm_calc_nested_tsc_offset( in prepare_vmcs02()
2767 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in prepare_vmcs02()
3749 vcpu->arch.tsc_offset -= vmcs12->tsc_offset; in nested_vmx_enter_non_root_mode()
5090 vcpu->arch.tsc_offset = vcpu->arch.l1_tsc_offset; in __nested_vmx_vmexit()
5148 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in __nested_vmx_vmexit()
H A Dvmx.c2010 return vmcs12->tsc_offset; in vmx_get_l2_tsc_offset()
2028 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in vmx_write_tsc_offset()
/linux/tools/perf/util/
H A Dintel-pt.c342 v->tsc_offset = dflt_tsc_offset; in intel_pt_findnew_vmcs()
4302 u64 tsc_offset, vmcs; in intel_pt_parse_vm_tm_corr_arg() local
4311 tsc_offset = strtoull(p, &p, 0); in intel_pt_parse_vm_tm_corr_arg()
4316 pt->dflt_tsc_offset = tsc_offset; in intel_pt_parse_vm_tm_corr_arg()
4327 vmcs_info = intel_pt_findnew_vmcs(&pt->vmcs_info, vmcs, tsc_offset); in intel_pt_parse_vm_tm_corr_arg()
/linux/include/hyperv/
H A Dhvgdk_mini.h596 volatile s64 tsc_offset; member
/linux/arch/x86/include/asm/
H A Dkvm_host.h966 u64 tsc_offset; /* current tsc offset */ member