Home
last modified time | relevance | path

Searched refs:kvm_get_supported_cpuid_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_msrs_test.c77 entry_1_0 = kvm_get_supported_cpuid_index(1, 0); in main()
78 entry_a_0 = kvm_get_supported_cpuid_index(0xa, 0); in main()
Dxss_msr_test.c50 entry = kvm_get_supported_cpuid_index(0xd, 1); in main()
Demulator_error_test.c188 entry = kvm_get_supported_cpuid_index(0x80000008, 0); in main()
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h365 kvm_get_supported_cpuid_index(uint32_t function, uint32_t index);
370 return kvm_get_supported_cpuid_index(function, 0); in kvm_get_supported_cpuid_entry()
/Linux-v5.15/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c297 entry = kvm_get_supported_cpuid_index(0x80000008, 0); in _vm_get_page_table_entry()
832 kvm_get_supported_cpuid_index(uint32_t function, uint32_t index) in kvm_get_supported_cpuid_index() function