Home
last modified time | relevance | path

Searched refs:prev_cpuid (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c132 struct kvm_cpuid2 *prev_cpuid = NULL; in guest_test_msrs_access() local
151 if (!prev_cpuid) { in guest_test_msrs_access()
154 prev_cpuid = allocate_kvm_cpuid2(vcpu->cpuid->nent); in guest_test_msrs_access()
156 vcpu_init_cpuid(vcpu, prev_cpuid); in guest_test_msrs_access()
497 memcpy(prev_cpuid, vcpu->cpuid, kvm_cpuid2_size(vcpu->cpuid->nent)); in guest_test_msrs_access()
524 struct kvm_cpuid2 *prev_cpuid = NULL; in guest_test_hcalls_access() local
549 if (!prev_cpuid) { in guest_test_hcalls_access()
552 prev_cpuid = allocate_kvm_cpuid2(vcpu->cpuid->nent); in guest_test_hcalls_access()
554 vcpu_init_cpuid(vcpu, prev_cpuid); in guest_test_hcalls_access()
669 memcpy(prev_cpuid, vcp in guest_test_hcalls_access()
[all...]

Completed in 2 milliseconds