Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/kvm/x86_64/
Dcr4_cpuid_sync_test.c73 entry = kvm_get_supported_cpuid_entry(1); in main()
/Linux-v5.10/tools/testing/selftests/kvm/lib/x86_64/
Dsvm.c154 kvm_get_supported_cpuid_entry(0x80000001); in nested_svm_supported()
Dprocessor.c1107 return kvm_get_supported_cpuid_entry(0)->eax; in kvm_get_cpuid_max_basic()
1112 return kvm_get_supported_cpuid_entry(0x80000000)->eax; in kvm_get_cpuid_max_extended()
1122 pae = kvm_get_supported_cpuid_entry(1)->edx & (1 << 6); in kvm_get_cpu_address_width()
1126 entry = kvm_get_supported_cpuid_entry(0x80000008); in kvm_get_cpu_address_width()
Dvmx.c384 struct kvm_cpuid_entry2 *entry = kvm_get_supported_cpuid_entry(1); in nested_vmx_supported()
/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h333 kvm_get_supported_cpuid_entry(uint32_t function) in kvm_get_supported_cpuid_entry() function
/Linux-v5.10/tools/testing/selftests/kvm/
Dsteal_time.c67 if (!(kvm_get_supported_cpuid_entry(KVM_CPUID_FEATURES)->eax & in steal_time_init()