Searched refs:KVM_RUN (Results 1 – 14 of 14) sorted by relevance
/external/syzkaller/sys/linux/ |
D | kvm_386.const | 121 KVM_RUN = 44672
|
D | kvm_amd64.const | 121 KVM_RUN = 44672
|
D | kvm_arm64.const | 121 KVM_RUN = 44672
|
D | kvm_arm.const | 121 KVM_RUN = 44672
|
D | kvm_ppc64le.const | 121 KVM_RUN = 536915584
|
D | kvm.txt | 67 ioctl$KVM_RUN(fd fd_kvmcpu, cmd const[KVM_RUN], arg const[0])
|
/external/syzkaller/executor/ |
D | test_linux.h | 60 if (ioctl(cpufd, KVM_RUN, 0)) { in test_one()
|
/external/strace/ |
D | kvm.c | 422 case KVM_RUN: in kvm_ioctl()
|
D | ChangeLog | 1272 (run_kvm): Parametrize printing of KVM_RUN ioctl with print_KVM_RUN 1296 kvm: attach the exit reason of vcpu as auxstr to KVM_RUN output. 1298 via ioctl. KVM_RUN is an ioctl command to enter vcpu. The command 10468 kvm: handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE, and KVM_GET_API_VERSION ioctl commands 10469 * kvm.c (kvm_ioctl): Handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE,
|
/external/strace/tests/ |
D | ioctl_kvm_run_common.c | 210 KVM_IOCTL(vcpu_fd, KVM_RUN, NULL); in run_kvm()
|
/external/strace/tests-mx32/ |
D | ioctl_kvm_run_common.c | 210 KVM_IOCTL(vcpu_fd, KVM_RUN, NULL); in run_kvm()
|
/external/strace/tests-m32/ |
D | ioctl_kvm_run_common.c | 210 KVM_IOCTL(vcpu_fd, KVM_RUN, NULL); in run_kvm()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1085 rc = ioctl(vcpu->fd, KVM_RUN, NULL); in _vcpu_run()
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 1334 #define KVM_RUN _IO(KVMIO, 0x80) macro
|