Searched defs:kvm (Results 1 - 4 of 4) sorted by relevance
/external/strace/tests/ |
H A D | ioctl_kvm_run.c | 2 * Check decoding of KVM_* commands of ioctl syscall using /dev/kvm API. 43 # include <linux/kvm.h> 57 static const char dev[] = "/dev/kvm"; 58 static const char vm_dev[] = "anon_inode:kvm-vm"; 59 static const char vcpu_dev[] = "anon_inode:kvm-vcpu"; 173 int kvm = open(dev, O_RDWR); local 174 if (kvm < 0) 178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0); 182 kvm, KVM_API_VERSION); 184 kvm, de [all...] |
/external/strace/tests-m32/ |
H A D | ioctl_kvm_run.c | 2 * Check decoding of KVM_* commands of ioctl syscall using /dev/kvm API. 43 # include <linux/kvm.h> 57 static const char dev[] = "/dev/kvm"; 58 static const char vm_dev[] = "anon_inode:kvm-vm"; 59 static const char vcpu_dev[] = "anon_inode:kvm-vcpu"; 173 int kvm = open(dev, O_RDWR); local 174 if (kvm < 0) 178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0); 182 kvm, KVM_API_VERSION); 184 kvm, de [all...] |
/external/strace/tests-mx32/ |
H A D | ioctl_kvm_run.c | 2 * Check decoding of KVM_* commands of ioctl syscall using /dev/kvm API. 43 # include <linux/kvm.h> 57 static const char dev[] = "/dev/kvm"; 58 static const char vm_dev[] = "anon_inode:kvm-vm"; 59 static const char vcpu_dev[] = "anon_inode:kvm-vcpu"; 173 int kvm = open(dev, O_RDWR); local 174 if (kvm < 0) 178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0); 182 kvm, KVM_API_VERSION); 184 kvm, de [all...] |
/external/strace/ |
H A D | defs.h | 680 DECL_IOCTL(kvm); variable
|
Completed in 197 milliseconds