Searched refs:kvm_get_supported_cpuid_entry (Results 1 – 4 of 4) sorted by relevance
73 entry = kvm_get_supported_cpuid_entry(1); in main()
1163 return kvm_get_supported_cpuid_entry(0x80000000)->eax; in kvm_get_cpuid_max()1173 pae = kvm_get_supported_cpuid_entry(1)->edx & (1 << 6); in kvm_get_cpu_address_width()1177 entry = kvm_get_supported_cpuid_entry(0x80000008); in kvm_get_cpu_address_width()
381 struct kvm_cpuid_entry2 *entry = kvm_get_supported_cpuid_entry(1); in nested_vmx_check_supported()
319 kvm_get_supported_cpuid_entry(uint32_t function) in kvm_get_supported_cpuid_entry() function