Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c55 int i, kvm, kvmvm, kvmcpu; in test() local
62 kvmvm = __kvm_ioctl(kvm, KVM_CREATE_VM, NULL); in test()
63 TEST_ASSERT(kvmvm > 0, KVM_IOCTL_ERROR(KVM_CREATE_VM, kvmvm)); in test()
64 kvmcpu = ioctl(kvmvm, KVM_CREATE_VCPU, 0); in test()