Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Ducna_injection_test.c253 static struct kvm_vcpu *create_vcpu_with_mce_cap(struct kvm_vm *vm, uint32_t vcpuid, in create_vcpu_with_mce_cap() function
281 ucna_vcpu = create_vcpu_with_mce_cap(vm, 0, true, ucna_injection_guest_code); in main()
282 cmcidis_vcpu = create_vcpu_with_mce_cap(vm, 1, false, cmci_disabled_guest_code); in main()
283 cmci_vcpu = create_vcpu_with_mce_cap(vm, 2, true, cmci_enabled_guest_code); in main()