Searched refs:TSC_OFFSET (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | vmx_tsc_adjust_test.c | 95 vmwrite(TSC_OFFSET, TSC_OFFSET_VALUE); in l1_guest_code()
|
A D | vmx_nested_tsc_scaling_test.c | 105 vmwrite(TSC_OFFSET, TSC_OFFSET_L2); in l1_guest_code()
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmcs12.c | 39 FIELD64(TSC_OFFSET, tsc_offset),
|
A D | hyperv.c | 74 EVMCS1_FIELD(TSC_OFFSET, tsc_offset,
|
A D | nested.c | 2582 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in prepare_vmcs02() 4813 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in nested_vmx_vmexit()
|
A D | vmx.c | 1888 vmcs_write64(TSC_OFFSET, offset); in vmx_write_tsc_offset() 6369 pr_err("TSC Offset = 0x%016llx\n", vmcs_read64(TSC_OFFSET)); in dump_vmcs()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | vmx.h | 140 TSC_OFFSET = 0x00002010, enumerator
|
A D | evmcs.h | 354 case TSC_OFFSET: in evmcs_vmread() 777 case TSC_OFFSET: in evmcs_vmwrite()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | vmx.h | 200 TSC_OFFSET = 0x00002010, enumerator
|
/linux-6.3-rc2/Documentation/virt/kvm/x86/ |
A D | timekeeping.rst | 450 addition, VMX allows passing through the host TSC plus an additional TSC_OFFSET
|
Completed in 37 milliseconds