Home
last modified time | relevance | path

Searched refs:has_tsc_control (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/x86/kvm/
Ddebugfs.c69 if (kvm_caps.has_tsc_control) { in kvm_arch_create_vcpu_debugfs()
Dx86.h13 bool has_tsc_control; member
Dx86.c2390 if (!kvm_caps.has_tsc_control) { in set_tsc_khz()
2595 if (kvm_caps.has_tsc_control) in kvm_vcpu_write_tsc_multiplier()
3144 if (kvm_caps.has_tsc_control) in kvm_guest_time_update()
4474 r = kvm_caps.has_tsc_control; in kvm_vm_ioctl_check_extension()
5808 if (kvm_caps.has_tsc_control && in kvm_arch_vcpu_ioctl()
6907 if (kvm_caps.has_tsc_control && in kvm_arch_vm_ioctl()
12296 if (kvm_caps.has_tsc_control) { in kvm_arch_hardware_setup()
/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.c2557 if (kvm_caps.has_tsc_control) in prepare_vmcs02()
4774 if (kvm_caps.has_tsc_control) in nested_vmx_vmexit()
Dvmx.c8309 kvm_caps.has_tsc_control = true; in hardware_setup()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c4941 kvm_caps.has_tsc_control = true; in svm_hardware_setup()