Searched refs:kvm_cpuid2 (Results 1 – 5 of 5) sorted by relevance
/qemu/target/i386/kvm/ |
H A D | kvm_i386.h | 50 struct kvm_cpuid2 cpuid; 69 struct kvm_cpuid_entry2 *cpuid_find_entry(struct kvm_cpuid2 *cpuid,
|
H A D | tdx.c | 61 static struct kvm_cpuid2 *tdx_supported_cpuid; 773 static struct kvm_cpuid2 *tdx_fetch_cpuid(CPUState *cpu, int *ret) in tdx_fetch_cpuid() 775 struct kvm_cpuid2 *fetch_cpuid; in tdx_fetch_cpuid() 806 g_autofree struct kvm_cpuid2 *fetch_cpuid; in tdx_check_features() 943 static void tdx_filter_cpuid(struct kvm_cpuid2 *cpuids) in tdx_filter_cpuid()
|
H A D | kvm.c | 181 static struct kvm_cpuid2 *cpuid_cache; 182 static struct kvm_cpuid2 *hv_cpuid_cache; 338 static struct kvm_cpuid2 *try_get_cpuid(KVMState *s, int max) in try_get_cpuid() 340 struct kvm_cpuid2 *cpuid; in try_get_cpuid() 366 static struct kvm_cpuid2 *get_supported_cpuid(KVMState *s) in get_supported_cpuid() 368 struct kvm_cpuid2 *cpuid; in get_supported_cpuid() 417 /* Find matching entry for function/index on kvm_cpuid2 struct 419 struct kvm_cpuid_entry2 *cpuid_find_entry(struct kvm_cpuid2 *cpuid, in cpuid_find_entry() 437 struct kvm_cpuid2 *cpuid; in kvm_arch_get_supported_cpuid() 1110 static struct kvm_cpuid2 *try_get_hv_cpui [all...] |
/qemu/linux-headers/linux/ |
H A D | kvm.h | 665 #define KVM_GET_SUPPORTED_CPUID _IOWR(KVMIO, 0x05, struct kvm_cpuid2) 666 #define KVM_GET_EMULATED_CPUID _IOWR(KVMIO, 0x09, struct kvm_cpuid2) 1282 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) 1283 #define KVM_GET_CPUID2 _IOWR(KVMIO, 0x91, struct kvm_cpuid2) 1372 #define KVM_GET_SUPPORTED_HV_CPUID _IOWR(KVMIO, 0xc1, struct kvm_cpuid2)
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 260 struct kvm_cpuid2 { struct 968 struct kvm_cpuid2 cpuid; 991 struct kvm_cpuid2 cpuid;
|