Searched refs:KVM_RUN (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | mmio_warning_test.c | 46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
|
| H A D | tsc_msrs_test.c | 84 vcpu_ioctl(vm, vcpuid, KVM_RUN, NULL); in run_vcpu()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/ |
| H A D | steal_time.c | 258 vcpu_ioctl(vm, vcpuid, KVM_RUN, NULL); in run_vcpu()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 264 The KVM_RUN ioctl (cf.) communicates with userspace via a shared 266 KVM_RUN documentation for details. 375 4.10 KVM_RUN 712 Defines which signals are blocked during execution of KVM_RUN. This 715 their traditional behaviour) will cause KVM_RUN to return with -EINTR. 1932 TLB, prior to calling KVM_RUN on the associated vcpu. 2112 prior to calling the KVM_RUN ioctl. 2860 (with the KVM_RUN ioctl), the host kernel will allocate a 2870 HPTEs on the next KVM_RUN of any vcpu. 3094 registers to their initial values. If this is not called, KVM_RUN will [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1228 rc = ioctl(vcpu->fd, KVM_RUN, NULL); in _vcpu_run() 1244 ret = ioctl(vcpu->fd, KVM_RUN, NULL); in vcpu_run_complete_io()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kvm.h | 1321 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kvm.h | 1321 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1408 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1408 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | kvm_main.c | 3296 case KVM_RUN: { in kvm_vcpu_ioctl()
|