Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
H A Dtsc_msrs_test.c84 vcpu_ioctl(vm, vcpuid, KVM_RUN, NULL); in run_vcpu()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Dsteal_time.c258 vcpu_ioctl(vm, vcpuid, KVM_RUN, NULL); in run_vcpu()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst264 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 Dkvm_util.c1228 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 Dkvm.h1321 #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 Dkvm.h1321 #define KVM_RUN _IO(KVMIO, 0x80) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkvm.h1408 #define KVM_RUN _IO(KVMIO, 0x80) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkvm.h1408 #define KVM_RUN _IO(KVMIO, 0x80) macro
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c3296 case KVM_RUN: { in kvm_vcpu_ioctl()