Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
A Dmmu_role_test.c129 entry = kvm_get_supported_cpuid_entry(0x80000001); in main()
142 entry = kvm_get_supported_cpuid_entry(0x80000008); in main()
A Dset_sregs_test.c53 cpuid_1 = kvm_get_supported_cpuid_entry(1); in calc_cr4_feature_bits()
54 cpuid_7 = kvm_get_supported_cpuid_entry(7); in calc_cr4_feature_bits()
A Dcr4_cpuid_sync_test.c73 entry = kvm_get_supported_cpuid_entry(1); in main()
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dsvm.c165 kvm_get_supported_cpuid_entry(0x80000001); in nested_svm_supported()
A Dprocessor.c1219 return kvm_get_supported_cpuid_entry(0)->eax; in kvm_get_cpuid_max_basic()
1224 return kvm_get_supported_cpuid_entry(0x80000000)->eax; in kvm_get_cpuid_max_extended()
1234 pae = kvm_get_supported_cpuid_entry(1)->edx & (1 << 6); in kvm_get_cpu_address_width()
1238 entry = kvm_get_supported_cpuid_entry(0x80000008); in kvm_get_cpu_address_width()
A Dvmx.c382 struct kvm_cpuid_entry2 *entry = kvm_get_supported_cpuid_entry(1); in nested_vmx_supported()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h368 kvm_get_supported_cpuid_entry(uint32_t function) in kvm_get_supported_cpuid_entry() function
/linux/tools/testing/selftests/kvm/
A Dsteal_time.c65 if (!(kvm_get_supported_cpuid_entry(KVM_CPUID_FEATURES)->eax & in steal_time_init()

Completed in 13 milliseconds