Searched refs:TSC_OFFSET (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ ! |
| H A D | nested_tsc_adjust_test.c | 101 vmwrite(TSC_OFFSET, TSC_OFFSET_VALUE); in l1_guest_code()
|
| H A D | nested_tsc_scaling_test.c | 129 vmwrite(TSC_OFFSET, TSC_OFFSET_L2); in l1_vmx_code()
|
| /linux/tools/testing/selftests/kvm/include/x86/ ! |
| H A D | vmx.h | 138 TSC_OFFSET = 0x00002010, enumerator
|
| H A D | evmcs.h | 351 case TSC_OFFSET: in evmcs_vmread() 774 case TSC_OFFSET: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ ! |
| H A D | hyperv_evmcs.c | 65 EVMCS1_FIELD(TSC_OFFSET, tsc_offset,
|
| H A D | vmcs12.c | 39 FIELD64(TSC_OFFSET, tsc_offset),
|
| H A D | nested.c | 2767 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in prepare_vmcs02() 5148 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in __nested_vmx_vmexit()
|
| H A D | vmx.c | 2061 vmcs_write64(TSC_OFFSET, vcpu->arch.tsc_offset); in vmx_write_tsc_offset() 6733 pr_err("TSC Offset = 0x%016llx\n", vmcs_read64(TSC_OFFSET)); in dump_vmcs()
|
| /linux/arch/x86/include/asm/ ! |
| H A D | vmx.h | 227 TSC_OFFSET = 0x00002010, enumerator
|
| /linux/Documentation/virt/kvm/x86/ ! |
| H A D | timekeeping.rst | 450 addition, VMX allows passing through the host TSC plus an additional TSC_OFFSET
|