Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c35 int kvmcpu; member
43 int kvmcpu = tc->kvmcpu; in thr() local
46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
55 int i, kvm, kvmvm, kvmcpu; in test() local
64 kvmcpu = ioctl(kvmvm, KVM_CREATE_VCPU, 0); in test()
65 TEST_ASSERT(kvmcpu != -1, KVM_IOCTL_ERROR(KVM_CREATE_VCPU, kvmcpu)); in test()
67 kvmcpu, 0); in test()
68 tc.kvmcpu in test()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c35 int kvmcpu; member
43 int kvmcpu = tc->kvmcpu; in thr() local
46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
55 int i, kvm, kvmvm, kvmcpu; in test() local
64 kvmcpu = ioctl(kvmvm, KVM_CREATE_VCPU, 0); in test()
65 TEST_ASSERT(kvmcpu != -1, "KVM_CREATE_VCPU failed"); in test()
67 kvmcpu, 0); in test()
68 tc.kvmcpu = kvmcpu; in test()
[all...]

Completed in 2 milliseconds