Searched refs:VMX_PREEMPTION_TIMER_VALUE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h57 SHADOW_FIELD_RW(VMX_PREEMPTION_TIMER_VALUE, vmx_preemption_timer_value)
H A Dvmcs12.c115 FIELD(VMX_PREEMPTION_TIMER_VALUE, vmx_preemption_timer_value),
H A Dvmx.c7181 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, 0);
7192 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, delta_tsc);
7195 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, -1);
H A Dnested.c121 case VMX_PREEMPTION_TIMER_VALUE:
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c108 GUEST_ASSERT(!vmwrite(VMX_PREEMPTION_TIMER_VALUE,
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h243 VMX_PREEMPTION_TIMER_VALUE = 0x0000482E, enumerator in enum:vmcs_field
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c336 vmwrite(VMX_PREEMPTION_TIMER_VALUE, 0);
/linux-master/arch/x86/include/asm/
H A Dvmx.h317 VMX_PREEMPTION_TIMER_VALUE = 0x0000482E, enumerator in enum:vmcs_field

Completed in 188 milliseconds