Searched refs:kvm_get_supported_cpuid_index (Results 1 – 5 of 5) sorted by relevance
77 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()
50 entry = kvm_get_supported_cpuid_index(0xd, 1); in main()
188 entry = kvm_get_supported_cpuid_index(0x80000008, 0); in main()
365 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()
297 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